Fixed changelog.
This commit is contained in:
parent
11c341b7f8
commit
49ad0f185f
2 changed files with 9 additions and 5 deletions
6
.github/workflows/build-release.yaml
vendored
6
.github/workflows/build-release.yaml
vendored
|
|
@ -20,12 +20,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Strip 'v' from tag
|
||||||
|
id: version
|
||||||
|
run: echo "version=${GITHUB_REF_NAME#v}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Get latest release info
|
- name: Get latest release info
|
||||||
id: query-release-info
|
id: query-release-info
|
||||||
uses: release-flow/keep-a-changelog-action@v2
|
uses: release-flow/keep-a-changelog-action@v2
|
||||||
with:
|
with:
|
||||||
command: query
|
command: query
|
||||||
version: ${{ github.ref_name }}
|
version: ${{ steps.version.outputs.version }}
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
|
|
||||||
|
|
@ -6,21 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [v2.0.106] - 2025-04-13
|
## [2.0.106] - 2025-04-13
|
||||||
### Fixed
|
### Fixed
|
||||||
- Changed how the GitHub release is created and how the changelog is generated.
|
- Changed how the GitHub release is created and how the changelog is generated.
|
||||||
|
|
||||||
## [v2.0.105] - 2025-04-13
|
## [2.0.105] - 2025-04-13
|
||||||
### Added
|
### Added
|
||||||
- Add feature to limit the amount of torrents that get sent to the provider at the same time.
|
- Add feature to limit the amount of torrents that get sent to the provider at the same time.
|
||||||
### Fixed
|
### Fixed
|
||||||
- Moved the websocket update process to its own background thread to improve UI update consistency.
|
- Moved the websocket update process to its own background thread to improve UI update consistency.
|
||||||
|
|
||||||
## [v2.0.104] - 2025-04-12
|
## [2.0.104] - 2025-04-12
|
||||||
### Fixed
|
### Fixed
|
||||||
- Update the version number
|
- Update the version number
|
||||||
|
|
||||||
## [v2.0.103] - 2025-04-12
|
## [2.0.103] - 2025-04-12
|
||||||
### Added
|
### Added
|
||||||
- Button to select all options when deleting a torrent, thanks @EugeneKallis
|
- Button to select all options when deleting a torrent, thanks @EugeneKallis
|
||||||
- Add setting to ignore update notifications. A notification will appear regardless of this setting if any GitHub Security Advisories are published in this repo.
|
- Add setting to ignore update notifications. A notification will appear regardless of this setting if any GitHub Security Advisories are published in this repo.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue