AI Anywhere for ChatGPT 版本历史
21 个版本
小心使用旧版本!
这些版本仅供参考和测试目的发布。您可以一直使用最新版本的附加组件。
版本 3.6
Version 3.6:
- fixed broken text input (ChatGPT changed the page a lot)
- strengthen iframe loading loading
- fixed broken text input (ChatGPT changed the page a lot)
- strengthen iframe loading loading
- 源代码在 None 下发布
版本 3.4
Version 3.4:
- Firefox and Thunderbird version is no longer not-persistent, until a bug is fixed: https://bugzilla.mozilla.org/show_bug.cgi?id=1799344
- added "gpt-4o" support
- Firefox and Thunderbird version is no longer not-persistent, until a bug is fixed: https://bugzilla.mozilla.org/show_bug.cgi?id=1799344
- added "gpt-4o" support
- 源代码在 None 下发布
版本 3.3
Version 3.3:
- fixed race condition (reading user options when addon wakes up, since now it's being terminated when it's not opened)
- fixed race condition (reading user options when addon wakes up, since now it's being terminated when it's not opened)
- 源代码在 None 下发布
版本 3.1
Version 3.1 - NEW HOST PERMISSION UPDATE!!!
- ChatGPT page has changed their homepage - now it's under new domain "chatgpt.com" (before "chat.openai.com"). This means my addon now needs access to this new domain.
UPATE: it seems that some users are temporary redirected to the old domain, so after update the addon will again not work! Please downgrade until they finish migration to new domain.
- updated libs and migrated old webRequest API to declarativeNetRequest API (manifest V3 compatible - read "future-proof")
- updated background colors (removed gradient)
- refactored background script loading using modern "scripts"
- ChatGPT page has changed their homepage - now it's under new domain "chatgpt.com" (before "chat.openai.com"). This means my addon now needs access to this new domain.
UPATE: it seems that some users are temporary redirected to the old domain, so after update the addon will again not work! Please downgrade until they finish migration to new domain.
- updated libs and migrated old webRequest API to declarativeNetRequest API (manifest V3 compatible - read "future-proof")
- updated background colors (removed gradient)
- refactored background script loading using modern "scripts"
- 源代码在 None 下发布
版本 3.0
Version 3.0 - NEW HOST PERMISSION UPDATE!!!
- ChatGPT page has changed their homepage - now it's under new domain "chatgpt.com" (before "chat.openai.com"). This means my addon now needs access to this new domain.
- updated libs and migrated old webRequest API to declarativeNetRequest API (manifest V3 compatible - read "future-proof")
- updated background colors (removed gradient)
- refactored background script loading using modern "scripts"
- ChatGPT page has changed their homepage - now it's under new domain "chatgpt.com" (before "chat.openai.com"). This means my addon now needs access to this new domain.
- updated libs and migrated old webRequest API to declarativeNetRequest API (manifest V3 compatible - read "future-proof")
- updated background colors (removed gradient)
- refactored background script loading using modern "scripts"
- 源代码在 None 下发布
版本 2.6
Version 2.6:
- fixed double-submit issue (creating two items in history, I'm sorry for polluting it :()
- removed legacy Safari code (you won't be missed!)
- min. version is now Firefox ESR 115
- updated libs and removed legacy runtime storage
- removed "re-entering" query hotfix (the input is no longer accidentally cleared)
- fixed double-submit issue (creating two items in history, I'm sorry for polluting it :()
- removed legacy Safari code (you won't be missed!)
- min. version is now Firefox ESR 115
- updated libs and removed legacy runtime storage
- removed "re-entering" query hotfix (the input is no longer accidentally cleared)
- 源代码在 None 下发布
版本 2.5
Version 2.5 hotfix:
- session storage is now disabled for Firefox to prevent crazy issues in CS (it will be re-enabled once the Firefox 115 is globally released)
- icon to reopen in new tab is now always visible
- removed "re-entering" query hotfix (the input is no longer accidentally cleared)
Version 2.4:
- added support for "Auto-submit" query
- delete button now shows dialog (to prevent accidental clicks)
- session storage is now disabled for Firefox to prevent crazy issues in CS (it will be re-enabled once the Firefox 115 is globally released)
- icon to reopen in new tab is now always visible
- removed "re-entering" query hotfix (the input is no longer accidentally cleared)
Version 2.4:
- added support for "Auto-submit" query
- delete button now shows dialog (to prevent accidental clicks)
- 源代码在 None 下发布
版本 2.3
Version 2.3:
- added ability to use "Aliases" for the context menu items
- fixed broken addon in upcoming Firefox 115 (new session storage API polyfill issue)
- added ability to use "Aliases" for the context menu items
- fixed broken addon in upcoming Firefox 115 (new session storage API polyfill issue)
- 源代码在 None 下发布
版本 2.2
Version 2.2:
- fixed auto-resizing input when text is multi-line
- removed "Copy to clipboard" button (ChatGPT now shows one by default)
- fixed auto-resizing input when text is multi-line
- removed "Copy to clipboard" button (ChatGPT now shows one by default)
- 源代码在 None 下发布
版本 1.9
1.9 release:
- fixed wrong re-inputting same input after the query was submitted
- fixed wrong re-inputting same input after the query was submitted
- 源代码在 None 下发布
版本 1.8
1.8 release:
- added support for "%f" placeholder that sets "cursor position" after the message is entered
- added hotfix for clearing input when the window opens
- adding new Context menu option will now clone focused one
- fixed broken Toolbar action - open in new window
- added support for "%f" placeholder that sets "cursor position" after the message is entered
- added hotfix for clearing input when the window opens
- adding new Context menu option will now clone focused one
- fixed broken Toolbar action - open in new window
- 源代码在 None 下发布
版本 1.7
- added a "Copy to clipboard button"
- fixed broken focus in Chrome
- fixed broken "Alt + I" command to open in modal window
- fixed text input interaction
- Enter key will now submit the query (use "Shift + Enter" to write new line)
- topbar is now smaller
- disabled auto-input-lookup (which caused instant search when opened on Google/other search engine)
- fixed bad "initiatorDomains" that break Chat on further navigation
- updated libs
- fixed broken focus in Chrome
- fixed broken "Alt + I" command to open in modal window
- fixed text input interaction
- Enter key will now submit the query (use "Shift + Enter" to write new line)
- topbar is now smaller
- disabled auto-input-lookup (which caused instant search when opened on Google/other search engine)
- fixed bad "initiatorDomains" that break Chat on further navigation
- updated libs
- 源代码在 None 下发布
版本 1.6
Version 1.5, 1.6:
- fixed login issues (again)
- history (with Arrow UP) is now persistent across sessions
- updated libs
- fixed login issues (again)
- history (with Arrow UP) is now persistent across sessions
- updated libs
- 源代码在 None 下发布
版本 1.5
Version 1.5:
- fixed login issues
- history (with Arrow UP) is now persistent across sessions
- updated libs
- fixed login issues
- history (with Arrow UP) is now persistent across sessions
- updated libs
- 源代码在 None 下发布
版本 1.4
Version 1.4:
- enabled auto-input only on search engine pages
- safari downgraded to MV2
- safari now opens chat window directly
- safari will also show icon in the cs to open options page
- safari will no longer use container for anything
- enabled auto-input only on search engine pages
- safari downgraded to MV2
- safari now opens chat window directly
- safari will also show icon in the cs to open options page
- safari will no longer use container for anything
- 源代码在 None 下发布
版本 1.3
Version 1.3:
- login page will now automatically reopen in a new window
- code cleanup
- fixed login inside popup
- login page will now automatically reopen in a new window
- code cleanup
- fixed login inside popup
- 源代码在 None 下发布
创建您自已的收藏集,您必须一个 Mozilla 附加组件账户。
或者登录您已有的账户