Skip to content

Latest commit

 

History

History
169 lines (121 loc) · 5.83 KB

CHANGELOG.md

File metadata and controls

169 lines (121 loc) · 5.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Fixed

  • Workflow now targets tags correctly again

v0.25.0 - 2024-12-19

Added

  • ability to define restricted scopes (#48)

v0.24.4 - 2024-12-12

v0.24.3 - 2024-12-12

Fixed

  • Ticket number incorrectly pulled from git when different format used

v0.24.2 - 2024-12-09

v0.24.1 - 2024-12-09

v0.24.0 - 2024-12-09

v0.23.1 - 2024-08-28

Fixed

  • template validation to protect against template injection

v0.23.0 - 2024-08-28

Added

  • user-defined message templates

v0.22.0 - 2024-06-05

Added

  • GIT_EDITOR support: use meteor as the default when using git commit

v0.21.2 - 2024-05-24

v0.21.1 - 2024-05-24

Changed

  • order of default prefixes

v0.21.0 - 2024-05-24

Added

  • build to default prefixes

v0.20.0 - 2024-05-13

Added

  • config option for commit message title length

v0.19.2 - 2024-05-08

Changed

  • allows ticket numbers with at least one digit

v0.19.1 - 2024-05-08

Fixed

  • commits broken by update to latest huh? version

v0.19.0 - 2024-03-20

Fixed

  • find config file in $HOME directory
  • passing flags to git commit command

Added

  • debug flag

v0.18.0 - 2024-02-06

Fixed

  • correct quoting of generated command

v0.17.0 - 2024-02-06

Fixed

  • Replace clipboard package causing panic in published tool

v0.16.0 - 2024-02-01

Added

  • custom keymap
  • write command to clipboard when aborted or failed

v0.15.0 - 2024-01-21

Added

  • prints the commit message on failure for easier retries

v0.14.0 - 2024-01-21

Added

  • config option for showing the intro screen

v0.13.1 - 2024-01-14

Changed

  • Use vhs for README gifs

v0.13.0 - 2024-01-14

Fixed

  • shouldn't ask for ticket number when board is NONE

v0.12.0 - 2024-01-14

v0.11.0 - 2024-01-14

Changed

  • migrated bubbletea to huh

v0.10.0 - 2023-11-23

Changed

  • Enabled linkedin announcements

v0.9.1 - 2023-11-23

Fixed

  • use correct version of goreleaser (nightly)

v0.9.0 - 2023-11-23

v0.8.2 - 2023-11-13

v0.8.1 - 2023-11-11

v0.8.0 - 2023-11-11

v0.7.0 - 2023-11-11

Changed

  • Support for POSIX/GNU-style flags, --version and -v now print the version number

v0.6.0 - 2023-11-10

Added

  • Help keys for Coauthor list and message inputs

v0.5.0 - 2023-11-09

Fixed

  • Hangs when no config file found

v0.4.0 - 2023-11-08

v0.3.1 - 2023-11-07

Changed

  • Added ldflags to .goreleaser.yml
  • Moved version declaration to outside of main()

v0.3.0 - 2023-11-06

Added

  • -v flag prints installed version
  • supports breaking changes

v0.2.1 - 2023-11-06

v0.2.0 - 2023-11-06

Added

  • Installable via brew

v0.1.2 - 2023-11-06

Fixed

  • Bug #1: can now deselect coauthors

v0.1.1 - 2023-11-06

Added

  • Ability to pick no coauthors

v0.1.0 - 2023-11-05

Added

  • Can find config file anywhere up the directory tree

v0.0.2 - 2023-11-05

Added

  • Initial release
  • Automated releases

Changed

  • Updated flag on goreleaser