Skip to content

Commit 83c00a5

Browse files
committed
fix: invalid first-keystroke attribute value in plugin.xml causes PluginException
Closes #366
1 parent 3cca678 commit 83c00a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- Invalid first-keystroke attribute value in plugin.xml causes PluginException (#366).
8+
59
## [2.14.0] - 2025-07-08
610

711
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginGroup = com.github.blarc
33
pluginName = AICommits
44
pluginRepositoryUrl = https://github.com/Blarc/ai-commits-intellij-plugin
55
# SemVer format -> https://semver.org
6-
pluginVersion = 2.14.0
6+
pluginVersion = 2.14.1
77

88
# https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
pluginSinceBuild = 233

src/main/resources/META-INF/plugin.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@
124124
icon="/icons/aiCommits15.svg"
125125
class="com.github.blarc.ai.commits.intellij.plugin.AICommitAction">
126126

127-
<keyboard-shortcut
128-
keymap="Mac OS X"
129-
first-keystroke="cmd alt C"
130-
/>
131127
<keyboard-shortcut
132128
keymap="$default"
133129
first-keystroke="control alt C"

0 commit comments

Comments
 (0)