Releases: siropkin/kursor
Releases · siropkin/kursor
v1.4.3
Changed
- Add support for IntelliJ IDEA 2024.3.
v1.4.2
[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.
v1.4.1
[1.4.1]
Changed
- #18 Add support for "Squirrel Method" (Chinese) (https://rime.im) 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.
1.4.0
[1.4.0]
Version skipped due to a mistake in the release process.
v1.3.1
[1.3.1] - 2024-08-26
Changed
- Fix NullPointerException for Windows users.
v1.3.0
[1.3.0] - 2024-07-31
Changed
- Add support of Sogou Pinyin Method (Chinese) for macOS.
For Contributors and Developers
- Migrate from Gradle IntelliJ Plugin 1.x to 2.0.
v1.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.
v1.1.1
[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.
v1.1.0
[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.