Histórico de versões de Chrome Emacs - 10 versões
Chrome Emacs por Karim Aziiev
Histórico de versões de Chrome Emacs - 10 versões
Tenha cuidado com versões antigas! Estas versões são mostradas para fins de teste e referência.Deve sempre utilizar a versão mais recente de um extra.
Versão mais recente
Versão 1.0.3
Lançada em 2 de out de 2025 - 266,74 KBFunciona com firefox 109.0a1 e superiorFixed an issue with editors that use the latest Monaco (e.g., Coderpad), which prevented detection of the element to edit.Código fonte lançado sob MIT License
Versões antigas
Versão 1.0.1
Lançada em 30 de set de 2025 - 266,71 KBFunciona com firefox 109.0a1 e superiorFixed an issue that caused marked text to reset in Emacs when used in Overleaf and other CodeMirror 6 editors.Código fonte lançado sob MIT License
Versão 1.0.0
Lançada em 30 de set de 2025 - 266,69 KBFunciona com firefox 109.0a1 e superior- 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.
Código fonte lançado sob 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
Versão 0.9.1
Lançada em 13 de jul de 2025 - 263,23 KBFunciona com firefox 109.0a1 e superiorFixed 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.Código fonte lançado sob MIT License
Versão 0.9.0
Lançada em 23 de mai de 2025 - 261,67 KBFunciona com firefox 109.0a1 e superiorVersion 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.
Código fonte lançado sob MIT License
Versão 0.8.0
Lançada em 4 de fev de 2025 - 261,02 KBFunciona com firefox 109.0a1 e superior- 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.Código fonte lançado sob MIT License
Versão 0.7.0
Lançada em 16 de jan de 2025 - 262,15 KBFunciona com firefox 109.0a1 e superior- Added a context menu for editable elements.
- Added support for `TinyMCE` and other iframe-based editors.Código fonte lançado sob MIT License
Versão 0.6.0
Lançada em 2 de dez de 2024 - 246,72 KBFunciona com firefox 109.0a1 e superior- 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.Código fonte lançado sob MIT License
Versão 0.5.2
Lançada em 21 de ago de 2024 - 244,42 KBFunciona com firefox 109.0a1 e superior- 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.Código fonte lançado sob MIT License
Versão 0.5.1
Lançada em 17 de ago de 2024 - 244,4 KBFunciona com firefox 109.0a1 e superior- Reduced the keep-alive interval to seconds to prevent disconnection during idle periods.Código fonte lançado sob MIT License