[CHANGELOG] 0.9.19 release date

This commit is contained in:
Vinicius Moreira
2021-08-23 15:18:11 -03:00
parent e2ec2b1bc1
commit 382abff63e

View File

@@ -4,11 +4,11 @@ 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/).
## [0.9.19]
## [0.9.19] 2021-08-23
### Improvements
- AppImage
- manual installation: adding generic file filter extension (.*) since some desktop environments filters are case sensitive (https://github.com/vinifmor/bauh/issues/185)[#185]
- installation: generating a default **.desktop** file for AppImages that provide empty desktop entries (https://github.com/vinifmor/bauh/issues/186)[#186]
- manual installation: adding generic file filter extension (.*) since some desktop environments filters are case sensitive [#185](https://github.com/vinifmor/bauh/issues/185)
- installation: generating a default **.desktop** file for AppImages that provide empty desktop entries [#186](https://github.com/vinifmor/bauh/issues/186)
- hiding the app's launching output
- Arch
- AUR: **rebuild-detector** integration disabled by default since it has a great impact on the overall refresh time (it can be enabled through the settings panel -> "Check reinstallation need")