0.10.2
Improvements
-
Arch
-
install:
- missing dependencies dialog now displays the packages sizes and descriptions (only from repositories)
- optional packages installation dialog appearance (aligned with other dependencies dialogs)
-
uninstall:
- displaying hard and unnecessary requirements versions and descriptions
-
settings:
- displaying different tabs for general Arch configurations and AUR's
-
-
Debian
- install: installation/download sizes order (to follow the upgrade dialog order)
- uninstall: dependencies dialog size
- settings: new property to enable "purge" as the default removal method
-
Flatpak
- faster updates reading (threaded)
-
General
- code refactoring
-
UI
-
Web
- installation form width
Fixes
-
Arch:
- displaying already installed packages when suggesting optional dependencies (pacman >= 6.0)
-
Debian
- install/upgrade: hanging when packages require manual configuration
- info: crashing when the package size has unexpected symbols #251
- displaying wrong symbols among numbers in install/uninstall/upgrade outputs for systems without english encoding installed
- removing unused packages on any type of transaction (this is the default behaviour for aptitude)
-
Flatpak
- some updates or download sizes not being displayed when there are new required runtimes for installed Flatpaks
- not displaying new required runtimes as updates (requires Flatpak >= 1.12)
- upgrade: informing the download size as the additional installation size
- random index out of bounds exception when reading updates
-
General
- not properly converting bibyte (KiB, MiB, ...) and byte (kB, MB, ...) based sizes to bytes
- uninstall and downgrade logs are not available #255
-
UI