Skip to content

Releases: sigoden/upt

v0.9.0

31 Oct 00:03
Compare
Choose a tag to compare

What's Changed

  • feat: support yay #57
  • refactor: command not found error #58
  • feat: support nala #59

Full Changelog: v0.8.0...v0.9.0

v0.8.0

26 May 22:11
Compare
Choose a tag to compare

What's Changed

  • feat: support windows/msys2 #50
  • refactor: exit with 0 when run with --help #52

Full Changelog: v0.7.0...v0.8.0

v0.7.0

24 Mar 07:14
Compare
Choose a tag to compare

What's Changed

  • fix: choco list/upgrade and scoop upgrade #43
  • refactor: running update action will succeed if tool has no update action #44
  • fix: cannot detect vendor if tool-name and cmd-name differ #45
  • fix: replace apk show with apk info #46

Full Changelog: v0.6.0...v0.7.0

v0.6.0

18 Mar 03:57
Compare
Choose a tag to compare

What's Changed

  • fix: confirm option doesn't work on pacman/pkgman #40
  • feat: show upt version/tool in help txt #41

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Dec 01:32
Compare
Choose a tag to compare

What's Changed

  • feat: support haiku #28
  • fix: pacman update/list-installed action #31
  • fix: emerge remove action #32
  • feat: support prt-get #33
  • fix: choco and nix-env #34

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 Dec 02:16
ed48f00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

12 Sep 10:59
0e9dd31
Compare
Choose a tag to compare
Support scoop (#5)

v0.2.0

12 Sep 10:02
Compare
Choose a tag to compare
fix release name of binary assets

v0.1.3

02 Apr 13:48
Compare
Choose a tag to compare
update to 0.1.3

v0.1.2: fix: Vender::detect parse release

01 Apr 09:49
Compare
Choose a tag to compare
In Ubuntu, ID field is `ID=ubuntu`, in CentOs, iD field is `ID="centos"`.
Double quote need to be trimed.