Skip to content

Commit

Permalink
CHANGELOG.md: improving 0.10.6 release details
Browse files Browse the repository at this point in the history
  • Loading branch information
vinifmor committed Dec 23, 2023
1 parent 0e1bae8 commit 2bcbaf8
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## NEXT
## [0.10.6] 2023-12-23
### Features
- new **verified** filter for the management table

### Improvements
- AppImage
- info window: displaying "unknown" when there is no mapped license
- supporting AppImages from GitLab repositories
- info window: displaying "unknown" when there is no mapped license
- Arch
- parallelized installed packages reading
- parallelized search
- adding the AUR's URL on the package information dialog [#339](https://github.com/vinifmor/bauh/issues/339)
- General
- 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)
- parallelized installed packages reading
- parallelized search
- adding a new project definition/setup (`pyproject.toml`) file to comply with the latest standards
- faster exit (threaded calls won't be waited)
- new download implementation replaces `wget` (implemented in Python using the `requests` library)
- adding a new project definition/setup (`pyproject.toml`) file to comply with the latest standards
- 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 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)
- 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
- minor reduction in the table loading time
- improvements to help with random widget centralisation issues
- displaying the download progress for screenshots
- more translations

### Fixes
- 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
- random segmentation fault errors associated with threads and caching
- Web
- search not working for some typed addresses (e.g: those returning 403)


### Contributions
- German translations by [Mape6](https://github.com/Mape6)
- Russian translations by [KoromeloDev](https://github.com/KoromeloDev)
- Fix [#329](https://github.com/vinifmor/bauh/issues/329) by [w568w](https://github.com/w568w)


### Distribution
- bauh's AppImage is now based on Debian bullseye and had a small size reduction


## [0.10.5] 2022-12-17

### Fixes
Expand Down

0 comments on commit 2bcbaf8

Please sign in to comment.