Skip to content

Commit

Permalink
[CHANGELOG.md] Updating 0.9.22 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vinifmor committed Nov 30, 2021
1 parent 32a50be commit e96fa2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## [0.9.22]
## [0.9.22] 2021-11-30
### Improvements
- General
- directory paths changed for a root user using bauh:
- caching: `/var/cache/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)
- desktop entries: `/usr/share/applications`
- custom themes: `/usr/share/bauh/themes`
Expand All @@ -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)

- Flatpak
- 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
- 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

- Web
- the Electron builds cache directory has been moved to the environment directory `~/.local/share/bauh/web/env/electron`
Expand Down

0 comments on commit e96fa2d

Please sign in to comment.