Releases: kwankiu/acu
Releases · kwankiu/acu
ACU 0.1.5
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 inconfig.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
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
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
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)
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
andRainbow - 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 variableno_color_echo
is replaced withno_styling
, please update in your config if you have enabled it) - Add SoC
set-profile
andremove-profile
- Improve Time menu
- Add confirm prompt for add repository menu
- Improve help / usage
- Fixed some bugs
ACU 0.1.0
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
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
andRainbow - 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 variableno_color_echo
is replaced withno_styling
, please update in your config if you have enabled it) - Add SoC
set-profile
andremove-profile
- Improve Time menu
- Add confirm prompt for add repository menu
- Improve help / usage
- Fixed some bugs
ACU 0.1.0-dev
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
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
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