Skip to content

Latest commit

 

History

History
101 lines (69 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

101 lines (69 loc) · 3.45 KB

jira-commit-message Changelog

3.4.1 - 2023-10-27

Changed

  • Fixes an IndexOutOfBounds exception when opening a project #77

3.4.0 - 2023-08-15

Added

  • Prepend JIRA issue to existing commit message when clicking plugin action button #74
  • Always uppercase JIRA project key even when branch is lowercase #70

Changed

  • Conventional commit will only be picked up if a branch name starts with a conventional commit prefix #71

3.3.0 - 2023-05-31

Added

  • Support for conventional commits based on branch name
  • Ability to specify message prefix

3.2.0 - 2023-01-27

Added

  • Option to automatically detect JIRA project key

3.1.0 - 2023-01-13

Added

  • Ability to specify message infix
  • When switching branches the commit message is updated on the commit tool window

Changed

  • Removes deprecated APIs
  • Updates plugin libraries to latest
  • Unit tests

Changed

  • Bumps plugin to support the latest version of IntelliJ

Added

  • Ability to specify multiple prefixes

Changed

  • Plugin settings are now global instead of per project

Added

  • Shows a notification when plugin is not configured properly
  • Support for IntelliJ version 2022.1

Added

  • Ability to configure brackets for commit messages

Changed

  • Upgraded plugin template to use latest version of libraries

Added