CHANGELOG.md: improving 0.10.6 release details

This commit is contained in:
Vinicius Moreira
2023-12-23 07:16:30 -03:00
parent 0e1bae898b
commit 2bcbaf85e1

View File

@@ -4,54 +4,53 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## NEXT ## [0.10.6] 2023-12-23
### Features ### Features
- new **verified** filter for the management table - new **verified** filter for the management table
### Improvements ### Improvements
- AppImage - AppImage
- info window: displaying "unknown" when there is no mapped license
- supporting AppImages from GitLab repositories - supporting AppImages from GitLab repositories
- info window: displaying "unknown" when there is no mapped license
- Arch - Arch
- adding the AUR's URL on the package information dialog [#339](https://github.com/vinifmor/bauh/issues/339)
- 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 - parallelized installed packages reading
- parallelized search - parallelized search
- adding a new project definition/setup (`pyproject.toml`) file to comply with the latest standards - adding the AUR's URL on the package information dialog [#339](https://github.com/vinifmor/bauh/issues/339)
- faster exit (threaded calls won't be waited) - General
- new download implementation replaces `wget` (implemented in Python using the `requests` library) - new download implementation replaces `wget` (implemented in Python using the `requests` library)
- replaced the internet checking old host (`google.com`) by a more general one (`w3.org`) [#300](https://github.com/vinifmor/bauh/issues/300)
- faster exit (threaded calls won't be waited)
- adding a new project definition/setup (`pyproject.toml`) file to comply with the latest standards
- UI - UI
- the "Skip" button on the initialization panel is now enabled after 10 seconds [#310](https://github.com/vinifmor/bauh/issues/310)
- faster package icons download - faster package icons download
- faster packages filtering (`type`, `category`, `name`, etc... up to **95% less time**) - faster packages filtering (`type`, `category`, `name`, etc... up to **95% less time**)
- the "Skip" button on the initialization panel is now enabled after 10 seconds [#310](https://github.com/vinifmor/bauh/issues/310)
- displaying the download progress for screenshots
- on the package information dialog is now possible to open fields associated with URLs in the browser [#340](https://github.com/vinifmor/bauh/issues/340) - on the package information dialog is now possible to open fields associated with URLs in the browser [#340](https://github.com/vinifmor/bauh/issues/340)
- displaying a text warning before installing an unverified package (unverified = not verified by the system maintainers or a trustable source) - displaying a text warning before installing an unverified package (unverified = not verified by the system maintainers or a trustable source)
- at the moment the following packaging formats are considered completely **unverified**: AppImage, AUR, native Web application - at the moment the following packaging formats are considered completely **unverified**: AppImage, AUR, Web
- Snap supports both verified and unverified software - Snap supports both verified and unverified software
- minor reduction in the table loading time - minor reduction in the table loading time
- improvements to help with random widget centralisation issues - improvements to help with random widget centralisation issues
- displaying the download progress for screenshots
- more translations - more translations
### Fixes ### Fixes
- AppImage - AppImage
- upgrade fails when the package was initially imported, but later added to bauh's database [#321](https://github.com/vinifmor/bauh/issues/321) - upgrade fails when the package was initially imported, but later available on bauh's database [#321](https://github.com/vinifmor/bauh/issues/321)
- General - General
- random segmentation fault errors associated with threads and caching - random segmentation fault errors associated with threads and caching
- Web - Web
- search not working for some typed addresses (e.g: those returning 403) - search not working for some typed addresses (e.g: those returning 403)
### Contributions ### Contributions
- German translations by [Mape6](https://github.com/Mape6) - German translations by [Mape6](https://github.com/Mape6)
- Russian translations by [KoromeloDev](https://github.com/KoromeloDev) - Russian translations by [KoromeloDev](https://github.com/KoromeloDev)
- Fix [#329](https://github.com/vinifmor/bauh/issues/329) by [w568w](https://github.com/w568w) - Fix [#329](https://github.com/vinifmor/bauh/issues/329) by [w568w](https://github.com/w568w)
### Distribution ### Distribution
- bauh's AppImage is now based on Debian bullseye and had a small size reduction - bauh's AppImage is now based on Debian bullseye and had a small size reduction
## [0.10.5] 2022-12-17 ## [0.10.5] 2022-12-17
### Fixes ### Fixes