From bd949f6b1a5d9d6d72d22ad7cb9b6cd9138e56db Mon Sep 17 00:00:00 2001 From: Ivan Seredkin Date: Mon, 26 Aug 2024 08:15:23 -0400 Subject: [PATCH] Remove unnecessary "description" and "change-notes" tags from plugin.xml --- CHANGELOG.md | 5 ++ gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 74 -------------------------- 3 files changed, 6 insertions(+), 75 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b2741..1da8aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## [Unreleased] +## [1.3.1] - 2024-08-26 +### Changed +- Fix NullPointerException for Windows users. + + ## [1.3.0] - 2024-07-31 ### Changed - Add support of Sogou Pinyin Method (Chinese) for macOS. diff --git a/gradle.properties b/gradle.properties index d8cc731..01803c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.siropkin.kursor pluginName = Kursor pluginRepositoryUrl = https://github.com/siropkin/kursor # SemVer format -> https://semver.org -pluginVersion = 1.3.0 +pluginVersion = 1.3.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 232 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 7765013..73212f6 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -3,80 +3,6 @@ Kursor Ivan Seredkin - - Kursor simplifies language tracking directly on your IntelliJ IDE.
- It dynamically displays the current keyboard language on your cursor, offering the added functionality of changing the cursor's color to match the language in use.
- This feature is particularly beneficial for developers juggling multiple languages, significantly reducing the likelihood of typing errors. - ]]>
- - - ++++++++++++++++++
- Changed:
- - Add support of Sogou Pinyin Method (Chinese) for macOS.
-
- For Contributors and Developers:
- - 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.
-
-
- 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.
-
-
- 1.0.5 (2023-12-07)
- ++++++++++++++++++
- - Unspecify `pluginUntilBuild` (include all future builds)
-
-
- 1.0.4 (2023-10-25)
- ++++++++++++++++++
- - Improve MacOS support
-
-
- 1.0.3 (2023-07-28)
- ++++++++++++++++++
- - Improve Linux support
-
-
- 1.0.2 (2023-07-27)
- ++++++++++++++++++
- - Update `pluginUntilBuild` to include `232.*` (2023.2.*)
-
-
- 1.0.1 (2023-07-13)
- ++++++++++++++++++
-
- - Added Linux support.
- - Turning "Show default language" off by default
-
-
- 1.0.0 (2023-06-16)
- ++++++++++++++++++
-
- - Initial release. - ]]>
- com.intellij.modules.platform