Skip to content

Releases: thomasrepnik/idea-commit-prefix-plugin

1.5.0

Choose a tag to compare

@thomasrepnik thomasrepnik released this 19 Jul 15:50
1c7409d
  • 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

Choose a tag to compare

@thomasrepnik thomasrepnik released this 30 Aug 18:35
b2f9b38

Added support for lowercase project keys

1.4.0

Choose a tag to compare

@thomasrepnik thomasrepnik released this 28 Jul 16:00
f46a34b
  • Added support for numeric Jira project keys
  • Added support for other ticketing systems that use only numeric key

1.3.0

Choose a tag to compare

@thomasrepnik thomasrepnik released this 01 Nov 11:35
c378e40
  • 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

Choose a tag to compare

@thomasrepnik thomasrepnik released this 28 Sep 19:51
a45df27

The Plugin now recognizes branch renaming

1.2.0

Choose a tag to compare

@thomasrepnik thomasrepnik released this 28 Sep 16:35
f620b64
  • The Plugin now recognizes branch switches made on the CLI/Terminal
  • Update to Java 17

1.1.2

Choose a tag to compare

@thomasrepnik thomasrepnik released this 10 Oct 09:35
af7d12a

Fixes an occasional exception on branch switch

1.1.2-alpha

1.1.2-alpha Pre-release
Pre-release

Choose a tag to compare

@thomasrepnik thomasrepnik released this 19 Sep 16:00

Possibly fixed a bug when switching branches

1.1.1

Choose a tag to compare

@thomasrepnik thomasrepnik released this 21 Apr 19:22
3be3cf9

Fixed NullPointerException for projects with incomplete git configuration

1.1.0

Choose a tag to compare

@thomasrepnik thomasrepnik released this 12 Apr 14:52
e9dc840

Added support for wrapping the issue key like this: [ABC-123]