Skip to content

Releases: kwankiu/acu

ACU 0.1.7-dev

16 Jan 11:47

Choose a tag to compare

ACU 0.1.7-dev Pre-release
Pre-release

ACU 0.1.7-dev

Install ACU (new install)

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

Release notes:

  • Improve update process and error handling
  • Improve repo fetching process and error handling
  • Improve user removal feedback and add menu option
  • Option for setting sudo password timeout
  • Some bug fixes

Full Changelog: 0.1.6-dev...0.1.7-dev

ACU 0.1.6

07 May 20:01
17988b8

Choose a tag to compare

ACU 0.1.6

Install ACU (new install)

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

Release notes:

  • Updated ACU Apps (repo)
  • Submodule support on fetching ACU managed repositories
  • Added bc as ACU build deps
  • SoC Profile now applies to all devfreq devices
  • SoC Profile Menu improvements
  • update-boot-config : fixed various issues and introducing --dtoverlay
    • Fixed UEFI Detection Issues
    • Fixed alarm kernel compatibility issues
    • DT Overlay Support: Add DT Overlay file to boot config
      Usage:
acu update-boot-config --dtoverlay=<filename>
  • and more

ACU 0.1.6-dev

01 May 14:10

Choose a tag to compare

ACU 0.1.6-dev Pre-release
Pre-release

ACU 0.1.6-dev

Install ACU (new install)

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

Release notes:

  • Updated ACU Apps (repo)
  • Submodule support on fetching ACU managed repositories
  • Added bc as ACU build deps
  • update-boot-config : fixed various issues and introducing --dtoverlay
    • Fixed UEFI Detection Issues
    • Fixed alarm kernel compatibility issues
    • DT Overlay Support: Add DT Overlay file to boot config
      Usage:
acu update-boot-config --dtoverlay=<filename>
  • and more

ACU 0.1.5

17 Aug 12:46
4d09b7f

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.3-dev

27 Jul 11:32

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

14 Jul 13:46

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

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

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.0.9-dev

04 Jun 18:36

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 (dev build)

28 Apr 06:13

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