Skip to content

Releases: fptbb/fp-appimage-updater

Release v1.0.6

07 Mar 21:22
9024d71

Choose a tag to compare

What's Changed

(from 65af725 to 9024d71)

  • 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

07 Mar 21:16
2883249

Choose a tag to compare

Release v1.0.6-RC1 Pre-release
Pre-release

What's Changed

(from 65af725 to 2883249)

  • 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

07 Mar 20:51
65af725

Choose a tag to compare

What's Changed

(from b5e480b to 65af725)

  • 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-release flag (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

07 Mar 20:39
65af725

Choose a tag to compare

Release v1.0.5-RC1 Pre-release
Pre-release

What's Changed

(from b5e480b to 65af725)

  • 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-release flag (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

07 Mar 19:18
b5e480b

Choose a tag to compare

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

07 Mar 18:37
711e331

Choose a tag to compare

feat: Implement a self-update command and automate GitHub release tag…

Release 1.0.2

02 Mar 13:33
75029f8

Choose a tag to compare

feat: Add tests and update systemd timer to download from the releases.

Release 1.0.1

02 Mar 00:33
9c66b8a

Choose a tag to compare

feat: Add shell completion generation functionality using `clap_compl…

Release 1.0.0

01 Mar 20:46
210f826

Choose a tag to compare

feat: simplify default AppImage naming format, disable default symlin…