From f3ca9516e53af3f45680c84f09f7a9943854d748 Mon Sep 17 00:00:00 2001 From: Ivan Seredkin Date: Mon, 29 Jul 2024 10:20:38 -0400 Subject: [PATCH 1/2] Update logo for readme --- readme/logo.svg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme/logo.svg b/readme/logo.svg index d999c28..b29da9f 100644 --- a/readme/logo.svg +++ b/readme/logo.svg @@ -1,12 +1,12 @@ - + - + - + en From 683eb43bb8b939146adc5d93dea28d10b907649e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 6 Nov 2024 16:49:39 +0000 Subject: [PATCH 2/2] Changelog update - v1.4.2 --- CHANGELOG.md | 63 ++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 49 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0965a3..47ef4f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,91 +2,126 @@ ## [Unreleased] - ## [1.4.2] + ### Changed + - #30 Add support for "Ukrainian" and "Ukrainian-QWERTY" on macOS. ### Fixed + - #28 Fix "Do not call invokeLater when app is not yet fully initialized" error on startup. - #29 Fix "Migrate com.github.siropkin.kursor.KursorStartupActivity to ProjectActivity" development warning on startup. - ## [1.4.1] + ### Changed + - #18 Add support for [Squirrel](https://rime.im) method (Zhuyin) on macOS. - #20 Add support for "Russian - PC" on macOS. - #21 Fix color settings save bug; color settings now save correctly. ### For Contributors and Developers -- #24 Update IntelliJ Plugin to v2.0.2. +- #24 Update IntelliJ Plugin to v2.0.2. ## [1.4.0] -Version skipped due to a mistake in the release process. +Version skipped due to a mistake in the release process. ## [1.3.1] - 2024-08-26 + ### Changed -- Fix NullPointerException for Windows users. +- Fix NullPointerException for Windows users. ## [1.3.0] - 2024-07-31 + ### Changed + - Add support of [Sogou Pinyin](https://pinyin.sogou.com/mac) method (Zhuyin) for macOS. ### For Contributors and Developers -- Migrate from Gradle IntelliJ Plugin 1.x to 2.0. +- Migrate from Gradle IntelliJ Plugin 1.x to 2.0. ## [1.2.0] - 2024-07-29 + ### Changed + - Plugin settings moved to Tools: `File` > `Settings` > `Tools` > `Kursor`. - Fix German keyboard layout abbreviation for Windows. - ## [1.1.1] - 2024-07-25 + ### Changed -- Improved keyboard layout detection for Windows users, including detection of different input methods within the same language. Previously, Kursor would not detect different input methods within one language, but now it does. +- Improved keyboard layout detection for Windows users, including detection of different input methods within the same language. Previously, Kursor would not detect different input methods within one language, but now it does. ## [1.1.0] - 2024-07-19 + ### Changed + - Improved keyboard layout detection across different operating systems, ensuring more accurate language tracking. - Transitioned the "Default Language" setting from a ComboBox component to an Input component, allowing for custom default language input and enhancing flexibility beyond pre-filled options. - Added "Detect Keyboard Layout" button to the settings page, enabling users to manually detect their keyboard layout and update the default language accordingly. ### For Contributors and Developers -- Updated Gradle to version 8.9 to align with the latest development practices and ensure compatibility. +- Updated Gradle to version 8.9 to align with the latest development practices and ensure compatibility. ## [1.0.5] - 2023-12-07 + ### Changed -- Unspecify `pluginUntilBuild` (include all future builds) +- Unspecify `pluginUntilBuild` (include all future builds) ## [1.0.4] - 2023-10-25 + ### Changed -- Improve MacOS support +- Improve MacOS support ## [1.0.3] - 2023-07-28 + ### Changed -- Improve Linux support +- Improve Linux support ## [1.0.2] - 2023-07-27 + ### Changed -- Update `pluginUntilBuild` to include `232.*` (2023.2.*) +- Update `pluginUntilBuild` to include `232.*` (2023.2.*) ## [1.0.1] - 2023-07-13 + ### Added + - Added Linux support + ### Changed -- Turning "Show default language" off by default +- Turning "Show default language" off by default ## [1.0.0] - 2023-06-16 + ### Added + - Initial release + +[Unreleased]: https://github.com/siropkin/kursor/compare/v1.4.2...HEAD +[1.4.2]: https://github.com/siropkin/kursor/compare/v1.4.1...v1.4.2 +[1.4.1]: https://github.com/siropkin/kursor/compare/v1.4.0...v1.4.1 +[1.4.0]: https://github.com/siropkin/kursor/compare/v1.3.1...v1.4.0 +[1.3.1]: https://github.com/siropkin/kursor/compare/v1.3.0...v1.3.1 +[1.3.0]: https://github.com/siropkin/kursor/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/siropkin/kursor/compare/v1.1.1...v1.2.0 +[1.1.1]: https://github.com/siropkin/kursor/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/siropkin/kursor/compare/v1.0.5...v1.1.0 +[1.0.5]: https://github.com/siropkin/kursor/compare/v1.0.4...v1.0.5 +[1.0.4]: https://github.com/siropkin/kursor/compare/v1.0.3...v1.0.4 +[1.0.3]: https://github.com/siropkin/kursor/compare/v1.0.2...v1.0.3 +[1.0.2]: https://github.com/siropkin/kursor/compare/v1.0.1...v1.0.2 +[1.0.1]: https://github.com/siropkin/kursor/compare/v1.0.0...v1.0.1 +[1.0.0]: https://github.com/siropkin/kursor/commits/v1.0.0