[CHANGELOG.md] Updating 0.9.22 changelog

This commit is contained in:
Vinicius Moreira
2021-11-30 12:18:27 -03:00
parent ce4f3f67ab
commit cc5829308b

View File

@@ -17,6 +17,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- symlinks/binaries : `/usr/local/bin` - symlinks/binaries : `/usr/local/bin`
- shared files: `/usr/local/share/bauh` - shared files: `/usr/local/share/bauh`
- adding the `XDG_RUNTIME_DIR` environment variable if not available (following the pattern `/run/user/$UID`) - adding the `XDG_RUNTIME_DIR` environment variable if not available (following the pattern `/run/user/$UID`)
- refactorings related to String formatting
- refactorings related to shared information
- useless code removed
- UI - UI
- settings panel: - settings panel:
@@ -50,12 +53,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- settings panel: - settings panel:
- not re-enabling the action buttons when a validation error is displayed - not re-enabling the action buttons when a validation error is displayed
### Improvements
- General
- useless code removed
- refactorings related to String formatting
- refactoring related to shared information
## [0.9.21] 2021-11-20 ## [0.9.21] 2021-11-20
### Fixes ### Fixes