generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary "description" and "change-notes" tags from plugin.xml
- Loading branch information
Ivan Seredkin
committed
Aug 26, 2024
1 parent
b70bf29
commit bd949f6
Showing
3 changed files
with
6 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
|