Skip to content

Releases: hkdb/app

v0.13

19 Jun 04:02
Compare
Choose a tag to compare
  • Fixed FreeBSD native package manager check logic
  • Fixed updateapp.sh for FreeBSD and Mac

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

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

v0.12

19 Jun 03:32
Compare
Choose a tag to compare
  • Fixed .app_profile logic in getapp.sh
  • Aligned UX between binary (getapp.sh/updateapp.sh) and compile (install.sh and update.sh) installation
  • Removed redundant header from app -m app update
  • Added latest version check to app -m app update so that it doesn't update when not needed
  • Added copy button and latest release version to site

To upgrade from:

>= v0.11:

app -m app update

<= v0.10:

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

v0.11

18 Jun 13:51
Compare
Choose a tag to compare
v0.11 Pre-release
Pre-release
  • Changed bash scripts headers to allow for ./ execution on FreeBSD
  • Added Update script for easy installation with less dependencies
  • Implemented self-update app -m app update
  • Launched https://hkdb.github.io/app

To upgrade to this release, you must still do it the old way:

  1. cd back into the repo whereever you put it. ~/.config/app if you took my recommendation
  2. git pull
  3. git checkout v0.11
  4. ./update.sh # FreeBSD requires bash to be installed

After you upgrade to v0.11, you will be able to update app from then on without compiling and can just simply run:

app -m app update

Or, you can just do a fresh install with a single command:

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

The install script doesn't touch your existing repo or ~/.config/app directory. So it's safe to do.

v0.10

17 Jun 02:49
Compare
Choose a tag to compare
v0.10 Pre-release
Pre-release
  • Added autoremove to Flatpak - Thanks to @RichardFevrier
  • Fixed AppImage default enable/disable value
  • Added check to ensure native package manager specified is running on the right distro
  • Added SUSE derivatives support

See how to UPGRADE

v0.09

08 Jun 11:15
Compare
Choose a tag to compare
v0.09 Pre-release
Pre-release
  • Fixed brew and flatpak restore - Thanks to @RichardFevrier

  • Fixed default enabled values to avoid errors on first launch - Thanks to @RichardFevrier

  • Output history in alphabetical order by default and allow users to use the -raw flag to output history in the order packages were installed

  • Fixed -y behavior for flatpak

  • Development Feature: Added pre-commit linter - Thanks to @RicherFevrier

  • Development Feature: Auto-compile binaries on release in preparation for better distribution/installation solution - Thanks to @RicherFevrier

See how to UPGRADE

v0.08

27 May 07:49
Compare
Choose a tag to compare
v0.08 Pre-release
Pre-release
  • Fixed FreeBSD handling of go, pip, and cargo
  • Removed lsb_release dependancy - Special thanks to @RichardFevrier for this valuable pull request!
  • Added update to pacman and yay
  • Minor clean up of pacman and yay code

See how to UPGRADE

v0.07

17 May 01:59
Compare
Choose a tag to compare
v0.07 Pre-release
Pre-release
  • Added FreeBSD support
  • Added LinuxMint support
  • Fixed Fedora installation
  • Added update action for Redhat derivatives
  • Cleaned-up settings handling

See how to UPGRADE

v0.06

21 Feb 02:17
Compare
Choose a tag to compare
v0.06 Pre-release
Pre-release
  • Fixed flatpak and apt list to support keyword searches better.

See how to UPGRADE

v0.05

10 Feb 09:09
Compare
Choose a tag to compare
v0.05 Pre-release
Pre-release
  • Fixed .desktop file handler to avoid unintended read errors for AppImage installation

See how to UPGRADE

v0.04

02 Feb 01:18
Compare
Choose a tag to compare
v0.04 Pre-release
Pre-release
  • Allow for debian packages with a . in the name (ie. containerd.io or docker.io)
  • Added go/pip/cargo to dist-upgrade all for Debian based distros
  • Fixed UrlCheck to allow for installing cargo packages with short package names
  • Updated app help to reflect go, pip, and cargo

See how to UPGRADE