Skip to content

Commit

Permalink
Merge pull request #10 from samvtran/changelog-update-v3.0.0
Browse files Browse the repository at this point in the history
Changelog update - `v3.0.0`
  • Loading branch information
samvtran authored Oct 8, 2024
2 parents cc0799a + 4adc840 commit 0e87834
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,41 @@

## [Unreleased]

[Unreleased]: https://github.com/samvtran/jetbrains-macos-keybindings-for-all/commits
## [3.0.0] - 2024-10-08

### Fixed

- `ExportToTextFile` updated to `Ctrl+Alt+Shift+O`, making `Ctrl+Alt+O` work for `GoToFile` when the Find pane is open

### Changed

- Updated to match latest keymap as of [c670a48](https://github.com/JetBrains/intellij-community/blob/c670a481d5bd8656469f41c3ff6924d4f0d73fcd/platform/platform-resources/src/keymaps/Mac%20OS%20X%2010.5%2B.xml)
- `Back` updated to `Ctrl+Alt+←`
- `Forward` updated to `Ctrl+Alt+→`
- `NextSplitter` updated to `Ctrl+Alt+Shift+PageDown`
- `PrevSplitter` updated to `Ctrl+Alt+Shift+PageUp`

### Removed

- `GoToChangedFile` which was removed from _all_ JetBrains keymaps
- `FindPrevWordAtCaret` which is explicitly unbound in the macOS keymap

## [2.0.0] - 2020-09-24

### Added

- Updated to match latest keymap as of [367cd5f](https://github.com/JetBrains/intellij-community/blob/fb0eb45e7d27dffbb490030c623bcf65eb402aeb/platform/platform-resources/src/keymaps/Mac%20OS%20X%2010.5%2B.xml).
- Support new commit tool window (`Alt-0` when commit is active)

### Removed

- `ActivateTODOToolWindow` removed from keymap as of [b6eda](https://github.com/JetBrains/intellij-community/commit/24fe6c91cc91d51a2042737e9b7d01dd94305943#diff-8d8929a05e92b93072513b4727735c81) to make room for the Problems view.

### Fixed

- Keymap range set to 2020.2.* and beyond (no `untilBuild`)
- `NextSplitter` and `PrevSplitter` updated to prevent conflicts with Alt-Tab

[Unreleased]: https://github.com/samvtran/jetbrains-macos-keybindings-for-all/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/samvtran/jetbrains-macos-keybindings-for-all/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/samvtran/jetbrains-macos-keybindings-for-all/commits/v2.0.0

0 comments on commit 0e87834

Please sign in to comment.