Chrome Emacs のバージョン履歴 - 全 10 バージョン
Chrome Emacs 作成者: Karim Aziiev
Chrome Emacs のバージョン履歴 - 全 10 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 1.0.3
リリース日 : 2025年10月2日 - 266.74 KBfirefox バージョン 109.0a1 以降 で動作Fixed an issue with editors that use the latest Monaco (e.g., Coderpad), which prevented detection of the element to edit.ソースコードは MIT License に従いリリースされています
以前のバージョン
バージョン 1.0.1
リリース日 : 2025年9月30日 - 266.71 KBfirefox バージョン 109.0a1 以降 で動作Fixed an issue that caused marked text to reset in Emacs when used in Overleaf and other CodeMirror 6 editors.ソースコードは MIT License に従いリリースされています
バージョン 1.0.0
リリース日 : 2025年9月30日 - 266.69 KBfirefox バージョン 109.0a1 以降 で動作- Add support for collaborative editing in Overleaf and other editors based on CodeMirror 6. Previously, only changes from Emacs were visible to other collaborators, it now works both ways-remote edits are now reflected in Emacs as well. The cursor positions of other collaborators are no longer reset after changes made by Emacs. Please also update atomic-chrome to the latest version. The old version will still work with all editors, but in CodeMirror 6 it causes issues with
iedit
and region marks.
ソースコードは MIT License に従いリリースされています
- Add support for collaborative editing in Overleaf and other editors based on CodeMirror 6. Previously, only changes from Emacs were visible to other collaborators, it now works both ways-remote edits are now reflected in Emacs as well. The cursor positions of other collaborators are no longer reset after changes made by Emacs. Please also update atomic-chrome to the latest version. The old version will still work with all editors, but in CodeMirror 6 it causes issues with
バージョン 0.9.1
リリース日 : 2025年7月13日 - 263.23 KBfirefox バージョン 109.0a1 以降 で動作Fixed simulated clicks for iframe environments. Previously, when using editors like TinyMCE embedded in iframes, simulated clicks would fail to locate elements outside the iframe, resulting in an "element not found" error. This update adjusts the search context to properly locate and click the intended button elements even when the editor is isolated within an iframe.ソースコードは MIT License に従いリリースされています
バージョン 0.9.0
リリース日 : 2025年5月23日 - 261.67 KBfirefox バージョン 109.0a1 以降 で動作Version 0.9.0- Added support for executing clicks on the elements defined by the user (for example, to click "Send" in Slack after editing). The list of allowed sites and elements' CSS selectors is described in the atomic-chrome documentation.
ソースコードは MIT License に従いリリースされています
バージョン 0.8.0
リリース日 : 2025年2月4日 - 261.02 KBfirefox バージョン 109.0a1 以降 で動作- Added support for Slack and other Quill-based editors.
- Now, changes you make in content-editable elements include the full inner HTML markup. This means that when you edit text, any formatting you applied—such as bold, italic, or structured line breaks—is preserved exactly as displayed. Previously, only the plain text might have been captured, sometimes resulting in lost or altered formatting. With this update, you can expect a more consistent and faithful editing experience that mirrors what you see on screen.ソースコードは MIT License に従いリリースされています
バージョン 0.7.0
リリース日 : 2025年1月16日 - 262.15 KBfirefox バージョン 109.0a1 以降 で動作- Added a context menu for editable elements.
- Added support for `TinyMCE` and other iframe-based editors.ソースコードは MIT License に従いリリースされています
バージョン 0.6.0
リリース日 : 2024年12月2日 - 246.72 KBfirefox バージョン 109.0a1 以降 で動作- Added support for `CKEditor 4` and `CKEditor 5`. Introduced bidirectional editing functionality, though scroll synchronization remains unsupported.
- Improved keyboard input handling for editable elements. Previously, hint key presses (used to navigate editable areas) could be intercepted by active elements such as rich text editors, resulting in missed actions. To resolve this, a temporary `textarea` mask is now dynamically positioned to intercept and handle hint keys correctly without interfering with the underlying editor.ソースコードは MIT License に従いリリースされています
バージョン 0.5.2
リリース日 : 2024年8月21日 - 244.42 KBfirefox バージョン 109.0a1 以降 で動作- Implemented a keep-alive mechanism for Firefox using the Alarms API.
- Removed redundant keep-alive logic from the content script, centralizing it in the background script.
- Updated the manifest to ensure appropriate permissions for the Alarms API in Firefox.ソースコードは MIT License に従いリリースされています
バージョン 0.5.1
リリース日 : 2024年8月17日 - 244.4 KBfirefox バージョン 109.0a1 以降 で動作- Reduced the keep-alive interval to seconds to prevent disconnection during idle periods.ソースコードは MIT License に従いリリースされています