Skip to content

Releases: hkdb/app

v0.23

02 Jan 00:43
Compare
Choose a tag to compare
  • Really fixed mac self update (v0.19 broke macos compatibility)

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

bash <(curl -sL https://hkdb.github.io/app/getapp.sh)

v0.22

27 Dec 06:31
Compare
Choose a tag to compare
  • Fixed mac self update

To upgrade from:

>= v0.11:

app -m app update

<= v0.10 or from MacOS:

bash <(curl -sL https://hkdb.github.io/app/getapp.sh)

v0.21

27 Dec 06:10
Compare
Choose a tag to compare
  • Fixed regression of brew not working in Linux derived from v0.19 changes

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

bash <(curl -sL https://hkdb.github.io/app/getapp.sh)

v0.20

25 Dec 07:11
Compare
Choose a tag to compare
  • Fixed dnf update error handling #13

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

bash <(curl -sL https://hkdb.github.io/app/getapp.sh)

v0.19

23 Dec 01:07
Compare
Choose a tag to compare
  • Fixed install/update scripts for Apple Silicon macs #15
  • Fixed environment config for macs
  • Added fullpath for brew including specific path for Apple Silicon

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

bash <(curl -sL https://hkdb.github.io/app/getapp.sh)

v0.18

03 Aug 07:43
Compare
Choose a tag to compare
  • Fixed FreeBSD & Mac path regression

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

bash <(curl -sL https://hkdb.github.io/app/getapp.sh)

v0.17

23 Jul 07:06
Compare
Choose a tag to compare
  • Added nixos support so that app can be used to handle Flatpak, Snap, Go, Pip, and Cargo if desired.
  • Note: whereis must be installed on nixos for this to work.
  • Note: nixos may require the compile installation method instead of the binary installation method.

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

bash <(curl -sL https://hkdb.github.io/app/getapp.sh)

v0.16

17 Jul 07:41
Compare
Choose a tag to compare
  • Really fixed cargo command check this time... v0.15 didn't do the trick
  • Fixed distro support regression identified by @AnonJervis specifically making LinuxMint work again

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

bash <(curl -sL https://hkdb.github.io/app/getapp.sh)

v0.15

15 Jul 01:20
Compare
Choose a tag to compare
  • Fixed cargo command check to include $HOME/.cargo/bin/cargo so that it handles non-package-manager installed cargo properly

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

bash <(curl -sL https://hkdb.github.io/app/getapp.sh)

v0.14

25 Jun 08:51
Compare
Choose a tag to compare
  • Fixed install.sh, update.sh, getapp.sh, updateapp.sh for Suse
  • Added show OS during install and app -m app update

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

bash <(curl -sL https://hkdb.github.io/app/getapp.sh)