Skip to content

Commit

Permalink
Merge pull request #32 from siropkin/changelog-update-v1.4.2
Browse files Browse the repository at this point in the history
Changelog update - `v1.4.2`
  • Loading branch information
siropkin authored Nov 6, 2024
2 parents dd34e63 + 683eb43 commit e863c66
Showing 1 changed file with 49 additions and 14 deletions.
63 changes: 49 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e863c66

Please sign in to comment.