[CHANGELOG.md] Updating 0.9.22 changelog

This commit is contained in:
Vinicius Moreira
2021-11-30 14:30:24 -03:00
parent 32a50beeac
commit e96fa2db53

View File

@@ -4,13 +4,13 @@ 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/).
## [0.9.22] ## [0.9.22] 2021-11-30
### Improvements ### Improvements
- General - General
- directory paths changed for a root user using bauh: - directory paths changed for a root user using bauh:
- caching: `/var/cache/bauh` - caching: `/var/cache/bauh`
- configuration: `/etc/bauh` - configuration: `/etc/bauh`
- temp dir: `/tmp/bauh@root` (`/tmp/bauh@$USER` for non root users) - temp dir: `/tmp/bauh@root` (`/tmp/bauh@$USER` for non-root users)
- autostart: `/etc/xdg/autostart` (only used by the Web gem at the moment) - autostart: `/etc/xdg/autostart` (only used by the Web gem at the moment)
- desktop entries: `/usr/share/applications` - desktop entries: `/usr/share/applications`
- custom themes: `/usr/share/bauh/themes` - custom themes: `/usr/share/bauh/themes`
@@ -33,8 +33,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- faster reading of installed applications (subprocess call replaced by Python call) - faster reading of installed applications (subprocess call replaced by Python call)
- Flatpak - Flatpak
- settings: not displaying the installation target option when bauh is launched by the root user - settings: not displaying the installation target option when bauh is launched by the **root** user
- always considering **system** as the installation level for the root user - always considering **system** as the installation level for the **root** user
- Web - Web
- the Electron builds cache directory has been moved to the environment directory `~/.local/share/bauh/web/env/electron` - the Electron builds cache directory has been moved to the environment directory `~/.local/share/bauh/web/env/electron`