Releases: thomasrepnik/idea-commit-prefix-plugin
Releases · thomasrepnik/idea-commit-prefix-plugin
Release list
1.5.0
- Fixed: switching the git branch no longer activates the Commit tool window or steals focus — the commit message prefix is now updated silently in the background
- Improved: the branch change listener is now tied to the commit UI lifecycle, making prefix updates more reliable
- Changed: the plugin now requires IntelliJ IDEA 2026.2 or newer
- Internal: modernized the build (Gradle 9, IntelliJ Platform Gradle Plugin 2.x, Kotlin DSL, Java 21) and cleaned up the commit prefix handling code
1.4.1
Added support for lowercase project keys
1.4.0
- Added support for numeric Jira project keys
- Added support for other ticketing systems that use only numeric key
1.3.0
- The plugin saves the current configuration in the .idea folder
- The issue position in the commit message can be changed to start/end
1.2.1
The Plugin now recognizes branch renaming
1.2.0
- The Plugin now recognizes branch switches made on the CLI/Terminal
- Update to Java 17
1.1.2
Fixes an occasional exception on branch switch
1.1.2-alpha
Possibly fixed a bug when switching branches
1.1.1
Fixed NullPointerException for projects with incomplete git configuration
1.1.0
Added support for wrapping the issue key like this: [ABC-123]