Skip to content

Releases: siropkin/kursor

v1.4.3

20 Nov 15:56
459b179
Compare
Choose a tag to compare

Changed

  • Add support for IntelliJ IDEA 2024.3.

v1.4.2

06 Nov 16:47
dd34e63
Compare
Choose a tag to compare

[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

04 Nov 15:33
00786e2
Compare
Choose a tag to compare

[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

04 Nov 15:19
de25ff1
Compare
Choose a tag to compare

[1.4.0]

Version skipped due to a mistake in the release process.

v1.3.1

26 Aug 12:25
15d96f4
Compare
Choose a tag to compare

[1.3.1] - 2024-08-26

Changed

  • Fix NullPointerException for Windows users.

v1.3.0

01 Aug 14:33
b836999
Compare
Choose a tag to compare

[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

29 Jul 14:18
d97807b
Compare
Choose a tag to compare

[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

25 Jul 15:54
aa1553e
Compare
Choose a tag to compare

[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

23 Jul 15:52
816ff6b
Compare
Choose a tag to compare

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