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.
1.5.1 - 2026-03-03
- #145 fix: The new --prefer-hotfix argument does not behave as intended
1.5.0 - 2025-11-17
- #138 Allow to prefer hotfix branch when creating from a bug report issue with -y
- #142 Integer overflow error when unmarshaling GitHub API responses with large Label IDs
1.4.1 - 2025-10-13
- #132 Create Pull Request from fork fails when setting labels if you don't have permissions
1.4.0 - 2025-07-24
- #121 Fork support for external contributors
1.3.1 - 2025-05-29
- #119 Prevent branches ending with dash
1.3.0 - 2025-04-04
1.2.0 - 2024-06-11
- #94 Branch naming not working for types other than feature
- #93 Branch Name Length Control Configurable
- #82 Add REUSE Compliance workflow
- #91 Refactor flow and extract nested functionality
- #90 Refactor domain issue and avoid injection
- #86 Use fakes instead of mocks for use case tests
- #95 Cannot create pull request if remote branch already exists
- #88 Pull Request ID as Issue ID
- #81 Prevent pushing local branch if remote branch already exists with the same name
- #79 Warns about duplicated branches but that's not the case
1.1.1 - 2024-02-13
- #64 Add
SECURITY.mdfile
- #68 Version is not shown when gh extension list
1.1.0 - 2024-01-16
- #58 Add
kind/internallabel tointernalissue label in default config - #51 Add GitHub issue type label to the generated pull request
- #57 Add CLA signature requirement to contribute in CONTRIBUTING.md file
- #43 404 when accessing configuration link
1.0.0 - 2023-12-22
- #40 Add
kind/dependencylabel todependencyissue label in default config - #20 Validate configuration
- #18 Configuration file with comments
- #9 Insecure TLS enabled by default
- #41 Bump
github.com/go-playground/validator/v10to latest version - #38 Bump
github.com/spf13/viperto latest version (v1.18.2) - #37 Bump
github.com/spf13/cobrato latest version (v1.8.0) - #30 New release of go-gh
- #36 Update to go1.21.5 and replace
golang.org/x/exp/sliceswith theslicesin the std library - #11 Allow branch prefix with issue type mapping
- #10 Extract interactive flag to a global level
- #15 Improve and update documentation