From 4702148b05d72a9d8b50076ac59d3091a0a26c0e Mon Sep 17 00:00:00 2001
From: Vinicius Moreira
-- Web
- - installation form width
+- Flatpak
+ - faster updates reading (threaded)
- General
- code refactoring
@@ -44,13 +40,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- changing some words and symbols to improve readability and cohesion [#250](https://github.com/vinifmor/bauh/issues/250)
- displaying update sizes as localized numbers [#250](https://github.com/vinifmor/bauh/issues/250)
- settings: some components' width reduced
+
+- Web
+ - installation form width
### Fixes
-- General
- - not properly converting bibyte (KiB, MiB, ...) and byte (kB, MB, ...) based sizes to bytes
- - uninstall and downgrade logs are not available [#255](https://github.com/vinifmor/bauh/issues/255)
-
- Arch:
- displaying already installed packages when suggesting optional dependencies (pacman >= 6.0)
@@ -66,6 +61,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- 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](https://github.com/vinifmor/bauh/issues/255)
+
- UI
- not displaying the right unit symbol for byte based sizes (kB, MB, TB, ...) [#250](https://github.com/vinifmor/bauh/issues/250)
- some components do not properly adjust the text size [#253](https://github.com/vinifmor/bauh/issues/253)