Skip to content

Releases: kwankiu/acu

ACU 0.1.5

17 Aug 12:46
4d09b7f
Compare
Choose a tag to compare

ACU 0.1.5

Install ACU (new install)

bash <(curl -fsSL https://raw.githubusercontent.com/kwankiu/acu/main/acu) -u

Release notes:

  • Optimised ACU Parser (the execution time reduced from 2.2s to 0.22s, upto 10x performance improvement)
  • Improve ACU Apps and ACU Install (much faster)
  • Allow disabling updates auto check (auto_update variable in config.yaml)
  • Add --notitle argument to avoid output of title/logo in non-interactive / script use
  • Fix a bug in soc_profile's system service
  • and more

ACU 0.1.5-dev

04 Aug 14:49
Compare
Choose a tag to compare
ACU 0.1.5-dev Pre-release
Pre-release

ACU 0.1.5-dev

Install ACU (new install)

bash <(curl -fsSL https://raw.githubusercontent.com/kwankiu/acu/dev/acu) -u

Release notes:

  • Optimised ACU Parser (the execution time reduced from 2.2s to 0.22s, upto 10x performance improvement)
  • Improve ACU Apps and ACU Install (faster)

ACU 0.1.3-dev

27 Jul 11:32
Compare
Choose a tag to compare

ACU 0.1.3-dev

Install ACU (new install)

bash <(curl -fsSL https://raw.githubusercontent.com/kwankiu/acu/dev/acu) -u

Release notes:

ACU 0.1.2-dev

17 Jul 17:32
Compare
Choose a tag to compare

ACU 0.1.2-dev

Install ACU (new install)

bash <(curl -fsSL https://raw.githubusercontent.com/kwankiu/acu/dev/acu) -u

Release notes:

  • ACU Parser: handle pre-existing \n used in YAML in pre-parser

ACU 0.1.2 Release (#14)

14 Jul 13:46
Compare
Choose a tag to compare

ACU 0.1.2

Install ACU (new install)

bash <(curl -fsSL https://raw.githubusercontent.com/kwankiu/acu/main/acu) -u

Release notes:

  • fail fallback for --noconfirm
  • Support listing packages of an ACU repo
  • Added Rainbow - Light and Rainbow - Dark Theme
  • Support inputting locale code from locale list on interactive menu
  • Add locale set-lang / Set System Locale feature
  • Rename argument --nocolorecho to --nostyling
    (The ACU config variable no_color_echo is replaced with no_styling, please update in your config if you have enabled it)
  • Add SoC set-profile and remove-profile
  • Improve Time menu
  • Add confirm prompt for add repository menu
  • Improve help / usage
  • Fixed some bugs

ACU 0.1.0

14 Jul 13:48
Compare
Choose a tag to compare

This release is identical to ACU 0.1.2, please check https://github.com/kwankiu/acu/releases/tag/0.1.2

ACU 0.1.1-dev

11 Jul 18:16
Compare
Choose a tag to compare

ACU 0.1.1-dev

Install ACU (new install)

bash <(curl -fsSL https://raw.githubusercontent.com/kwankiu/acu/dev/acu) -u

Release notes:

  • Support listing packages of an ACU repo
  • Added Rainbow - Light and Rainbow - Dark Theme
  • Support inputting locale code from locale list on interactive menu
  • Add locale set-lang / Set System Locale feature
  • Rename argument --nocolorecho to --nostyling
    (The ACU config variable no_color_echo is replaced with no_styling, please update in your config if you have enabled it)
  • Add SoC set-profile and remove-profile
  • Improve Time menu
  • Add confirm prompt for add repository menu
  • Improve help / usage
  • Fixed some bugs

ACU 0.1.0-dev

09 Jul 17:25
Compare
Choose a tag to compare

ACU 0.1.0-dev

Install ACU (new install)

bash <(curl -fsSL https://raw.githubusercontent.com/kwankiu/acu/dev/acu) -u

Release notes:

  • more responsive way to handle small terminal size
  • fixes centered text and menu issues
  • add small title art
  • fallback to interactive when --noconfirm fails
  • fixed some bugs

ACU 0.0.9-dev

04 Jun 18:36
Compare
Choose a tag to compare

ACU 0.0.9-dev

Install ACU (new install)

bash <(curl -fsSL https://raw.githubusercontent.com/kwankiu/acu/dev/acu) -u

Release notes:

  • fixed some bugs

ACU 0.0.8-dev

28 Apr 06:13
Compare
Choose a tag to compare

ACU 0.0.8-dev

Install ACU (new install)

bash <(curl -fsSL https://raw.githubusercontent.com/kwankiu/acu/dev/acu) -u

Release notes:

  • UEFI / Grub support
  • fixed some bugs