forked from danhper/atomic-chrome
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9617945
commit c672609
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
## Version 0.2.0 (2024-03-12) | ||
|
||
### New features: | ||
|
||
- Cursor and selection synchronization. | ||
- Support for auto-placing the Emacs frame. | ||
|
||
### Changes: | ||
|
||
- Changed the default shortcut for activating the extension to `Ctrl+Period` (on Mac, `Command+Period`). | ||
- Changed the default shortcut for activating hints to `Ctrl+Shift+Period` (on Mac, `Command+Shift+Period`). | ||
|
||
### Fixes: | ||
|
||
- Fixed detection of the Monaco editor on some sites. | ||
- Fixed mode detection in CodeMirror. |