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.2.5 - 2024-11-06
- Broken selector to get the issue id
1.2.4 - 2024-09-05
- Broken issue details after GitHub added new Issue Types and Sub-issues
1.2.3 - 2024-09-05
- Broken header selector after GitHub added new Issue Types and Sub-issues
1.2.2 - 2023-01-13
- Broken selector after GitHub updated the issue details page
1.2.1 - 2022-08-11
- Branch names can no longer end with a hyphens
1.2.0 - 2022-06-22
- The branch generated now follows RFC 1035 taking in consideration the repository name.
- Replacement of wrong characters while generating the branch name.
1.1.2 - 2022-06-21
- #8 Default text in the
Create new branch
modal is not being replaced.
1.1.1 - 2022-04-26
- Max length of branch is now configured as 60 characters.
1.1.0 - 2022-04-26
- Generated branch name now limits to 60 characters
- Generated branch name now removes non-basic characters
1.0.0 - 2022-04-25
- v1 release 🥳
- New README
- Added LICENSE
- Script remote name was renamed to
helper.user.js
breaking the remote reference in the previous releases. A fresh installation is required to use the new remote name and get updates automatically. (Get it here)
0.3.3 - 2022-04-20
- Now loading the button and the text in all repos
0.3.2 - 2022-04-18
- Fixed issue that in some occasions the default branch name wasn't being replaced
- Removed button appearing in the pull requests section
- Refactored internal UI watcher to make it easy to check changes in the UI
0.3.1 - 2022-04-06
- Fixed a bug where text wasn't replaced on Firefox
0.3.0 - 2022-04-06
- Versioning moved to Semantic Versioning
-
Button and text on the 'Create a Branch' not appearing in some cases.
-
Message not being generated if a
kind
label is not found.
0.2 - 2022-04-04
- First release