[commons.util] fix: not handling bit based sizes (size_to_byte)

This commit is contained in:
Vinicius Moreira
2022-04-05 18:18:53 -03:00
parent ce2df57b8f
commit 20556a9fe3
3 changed files with 33 additions and 6 deletions

View File

@@ -16,6 +16,9 @@ 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]
### Fixes
- General
- not properly converting bit based sizes (KiB, MiB, etc...) to byte based
- Debian
- info: crashing when the package size has unexpected symbols [#251](https://github.com/vinifmor/bauh/issues/251)