Skip to content

Commit

Permalink
Remove unnecessary "description" and "change-notes" tags from plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Seredkin committed Aug 26, 2024
1 parent b70bf29 commit bd949f6
Showing 3 changed files with 6 additions and 75 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
74 changes: 0 additions & 74 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -3,80 +3,6 @@
<name>Kursor</name>
<vendor email="[email protected]">Ivan Seredkin</vendor>

<description><![CDATA[
Avoid typos and coding errors caused by language switching.<br />
Kursor simplifies language tracking directly on your IntelliJ IDE.<br />
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.<br />
This feature is particularly beneficial for developers juggling multiple languages, significantly reducing the likelihood of typing errors.
]]></description>

<change-notes><![CDATA[
1.3.0 (2024-07-31)<br />
++++++++++++++++++<br />
Changed:<br />
- Add support of Sogou Pinyin Method (Chinese) for macOS.<br />
<br />
For Contributors and Developers:<br />
- Migrate from Gradle IntelliJ Plugin 1.x to 2.0.<br />
<br />
<br />
1.2.0 (2024-07-29)<br />
++++++++++++++++++<br />
Changed:<br />
- Plugin settings moved to Tools: `File` > `Settings` > `Tools` > `Kursor`.<br />
- Fix German keyboard layout abbreviation for Windows.<br />
<br />
<br />
1.1.1 (2024-07-25)<br />
++++++++++++++++++<br />
Changed:<br />
- 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.<br />
<br />
<br />
1.1.0 (2024-07-19)<br />
++++++++++++++++++<br />
Changed:<br />
- Improved keyboard layout detection across different operating systems, ensuring more accurate language tracking.<br />
- 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.<br />
- - Added "Detect Keyboard Layout" button to the settings page, enabling users to manually detect their keyboard layout and update the default language accordingly.<br />
<br />
For Contributors and Developers:<br />
- Updated Gradle to version 8.9 to align with the latest development practices and ensure compatibility.<br />
<br />
<br />
1.0.5 (2023-12-07)<br />
++++++++++++++++++<br />
- Unspecify `pluginUntilBuild` (include all future builds)<br />
<br />
<br />
1.0.4 (2023-10-25)<br />
++++++++++++++++++<br />
- Improve MacOS support<br />
<br />
<br />
1.0.3 (2023-07-28)<br />
++++++++++++++++++<br />
- Improve Linux support<br />
<br />
<br />
1.0.2 (2023-07-27)<br />
++++++++++++++++++<br />
- Update `pluginUntilBuild` to include `232.*` (2023.2.*)<br />
<br />
<br />
1.0.1 (2023-07-13)<br />
++++++++++++++++++<br />
<br />
- Added Linux support.<br />
- Turning "Show default language" off by default<br />
<br />
<br />
1.0.0 (2023-06-16)<br />
++++++++++++++++++<br />
<br />
- Initial release.
]]></change-notes>

<depends>com.intellij.modules.platform</depends>

<extensions defaultExtensionNs="com.intellij">

0 comments on commit bd949f6

Please sign in to comment.