Releases: fptbb/fp-appimage-updater
Releases · fptbb/fp-appimage-updater
Release v1.0.6
What's Changed
- fix: also fetch releases on pre-release mode (9024d71) by Lucas "fptbb" Oliveira
- chore: Bump package version from 1.0.5 to 1.0.6. (2883249) by Lucas "fptbb" Oliveira
- feat: Add check to prevent creating a pre-release for an already stable version (4546f58) by Lucas "fptbb" Oliveira
- refactor: improve pre-release version parsing logic using awk instead of grep/sed. (ed2dd0f) by Lucas "fptbb" Oliveira
Release v1.0.6-RC1
What's Changed
- chore: Bump package version from 1.0.5 to 1.0.6. (2883249) by Lucas "fptbb" Oliveira
- feat: Add check to prevent creating a pre-release for an already stable version (4546f58) by Lucas "fptbb" Oliveira
- refactor: improve pre-release version parsing logic using awk instead of grep/sed. (ed2dd0f) by Lucas "fptbb" Oliveira
Release v1.0.5
What's Changed
- chore: update package version to 1.0.5 (65af725) by Lucas "fptbb" Oliveira
- docs: Fix dumb clippy error (e253d10) by Lucas "fptbb" Oliveira
- feat: Add
--pre-releaseflag (c319676) by Lucas "fptbb" Oliveira - fix: adjust changelog tag calculation based on whether the build is a stable or pre-release. (e152dfd) by Lucas "fptbb" Oliveira
- feat: add pre-release support for future development (2f8982f) by Lucas "fptbb" Oliveira
- feat: enhance changelog generation (6028061) by Lucas "fptbb" Oliveira
Release v1.0.5-RC1
What's Changed
- chore: update package version to 1.0.5 (65af725) by Lucas "fptbb" Oliveira
- docs: Fix dumb clippy error (e253d10) by Lucas "fptbb" Oliveira
- feat: Add
--pre-releaseflag (c319676) by Lucas "fptbb" Oliveira - fix: adjust changelog tag calculation based on whether the build is a stable or pre-release. (e152dfd) by Lucas "fptbb" Oliveira
- feat: add pre-release support for future development (2f8982f) by Lucas "fptbb" Oliveira
- feat: enhance changelog generation (6028061) by Lucas "fptbb" Oliveira
Release v1.0.4
What's Changed
- fix: remove '@' prefix from author name in git log format to avoid random mentions (b5e480b) by Lucas "fptbb" Oliveira
- chore: Bump package version to 1.0.4. (4eda30d) by Lucas "fptbb" Oliveira
- feat: Implement tag existence check and automatic changelog generation for GitHub releases. (374ab3f) by Lucas "fptbb" Oliveira
Release v1.0.3
feat: Implement a self-update command and automate GitHub release tag…
Release 1.0.2
feat: Add tests and update systemd timer to download from the releases.
Release 1.0.1
feat: Add shell completion generation functionality using `clap_compl…
Release 1.0.0
feat: simplify default AppImage naming format, disable default symlin…