Skip to content

Releases: hkdb/app

v0.25

27 Aug 02:00
Compare
Choose a tag to compare
  • Changed single installation command to be more universal
  • Fixed fish shell support
  • Fixed aarch64 support #22
  • Added reminder for enable/disable synatax errors #23

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

curl -sL https://hkdb.github.io/app/getapp.sh | bash

v0.24

18 Mar 00:57
Compare
Choose a tag to compare
  • Fixed restoration of .sh added repositories

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

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

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)