v1.0.12 Bug fixes

This commit is contained in:
aristocratos 2021-10-01 20:46:05 +02:00
parent a15f961b2f
commit 3a4a9d09b5
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
## v1.0.12
* Fixed: Exception handling for faulty net download/upload speed
* Fixed: Cpu percent formatting if over 10'000
## v1.0.11
* Changed: atomic_wait to use while loop instead of wait() because of rare stall when a signal handler is triggered while waiting