Skip to content

Releases: hkdb/app

v0.33

Choose a tag to compare

@hkdb hkdb released this 15 Apr 02:50
  • Fixed suse InstallAll
  • Fixed suse RestoreAll
  • Fixed output typo
  • Fixed brew install multiple packages

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

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

v0.32

Choose a tag to compare

@hkdb hkdb released this 28 Jan 08:53
  • Added pipx support
  • Restructured flag checks for future refactor

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

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

v0.31

Choose a tag to compare

@hkdb hkdb released this 25 Oct 02:33

v0.29 breaks enable/disable and also pretty much cripples app from working for first time installers. This release fixes that:

  • Fixed enable/disable of package managers
  • Fixed first time install logic

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

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

v0.30

Choose a tag to compare

@hkdb hkdb released this 16 Oct 23:22
  • Fixed brew upgrade

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

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

v0.29

Choose a tag to compare

@hkdb hkdb released this 14 Oct 08:08
  • Changed settings.conf format to resolve paru and yay variable naming conflict that causes installations to fail
  • Auto-migration of settings file to v2 format

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

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

v0.28

Choose a tag to compare

@hkdb hkdb released this 02 Oct 01:41
  • Added -S (--stdin) to all sudo commands so that users can directly run app inside a container from the host(ie. incus exec container -- app -r all)

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

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

v0.27

Choose a tag to compare

@hkdb hkdb released this 01 Oct 08:19
  • Fixed restore repositories
  • Fixed restore go packages
  • Fixed restore cargo packages

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

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

v0.26

Choose a tag to compare

@hkdb hkdb released this 20 Sep 09:14
  • Arch, AUR, & Enable/Disable Native Package Managers #24

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

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

v0.25

Choose a tag to compare

@hkdb hkdb released this 27 Aug 02:00
  • 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

Choose a tag to compare

@hkdb hkdb released this 18 Mar 00:57
  • 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)