[view.core.controller] enhancement: parallelized installed packages reading

This commit is contained in:
Vinicius Moreira
2023-11-16 15:21:13 -03:00
parent 969ce1cfb2
commit c667c8472f
2 changed files with 29 additions and 16 deletions

View File

@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Improvements
- General
- replaced the internet checking old host (`google.com`) by a more general one (`w3.org`) [#300](https://github.com/vinifmor/bauh/issues/300)
- parallelized installed packages reading
- UI
- the "Skip" button on the initialization panel is now enabled after 10 seconds [#310](https://github.com/vinifmor/bauh/issues/310)