File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginGroup = com.github.blarc
33pluginName = AICommits
44pluginRepositoryUrl = 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
99pluginSinceBuild = 233
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments