3.4.1 - 2023-10-27
- Fixes an IndexOutOfBounds exception when opening a project #77
3.4.0 - 2023-08-15
- Prepend JIRA issue to existing commit message when clicking plugin action button #74
- Always uppercase JIRA project key even when branch is lowercase #70
- Conventional commit will only be picked up if a branch name starts with a conventional commit prefix #71
3.3.0 - 2023-05-31
- Support for conventional commits based on branch name
- Ability to specify message prefix
3.2.0 - 2023-01-27
- Option to automatically detect JIRA project key
3.1.0 - 2023-01-13
- Ability to specify message infix
- When switching branches the commit message is updated on the commit tool window
- Removes deprecated APIs
- Updates plugin libraries to latest
- Unit tests
- Bumps plugin to support the latest version of IntelliJ
- Ability to specify multiple prefixes
- Plugin settings are now global instead of per project
- Shows a notification when plugin is not configured properly
- Support for IntelliJ version 2022.1
- Ability to configure brackets for commit messages
- Upgraded plugin template to use latest version of libraries
- Support up until IntelliJ version 2020.2
- Migrated project to IntelliJ Platform Plugin Template