Skip to content

Commit

Permalink
minor: 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimAziev committed Dec 2, 2024
1 parent f51b71c commit 826577c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## Version 0.5.2 (UNPUBLISHED)
## Version 0.6.0 (UNPUBLISHED)

- 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.

## Version 0.5.2 (2024-08-21)

- Implemented a more native keep-alive mechanism for Firefox using the Alarms API to enhance the stability of background scripts.
- Removed redundant keep-alive logic from the content script, centralizing it in the background script.
Expand Down

0 comments on commit 826577c

Please sign in to comment.