- Custom ascii arts will now print in the specified color by default
- Added
--version
(-v
for short), prints version and build commit
- added a logo for Rocky Linux
- updated the Garuda Linux logo
- Packages should be counted faster for dpkg and especially snap
- Reduced the size of default logos
- Moved some functions from
src/utils.c
tosrc/config/config.c
andsrc/config/config.c
. Planning on rewriting config parsing and reducingsrc/utils.c
even more. - Memory safety improvements in packages
- sqlite3 is now needed to build the project
- meson, ninja and pkg-config are now used in the Makefile
- glib is now an optional dependency. If not installed at compile time, custom implementations will be used
- libpci is not an optional dependency at compile time too