restart is not required when changing enabled gems

This commit is contained in:
Vinicius Moreira
2019-09-16 19:09:05 -03:00
parent 227e417491
commit c1410ca9b6
22 changed files with 183 additions and 127 deletions

View File

@@ -4,18 +4,33 @@ 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.6.0]
## [0.6.0] 2019-09-
### Features
- Theme / style selector via UI (environment variable / parameter BAUH_THEME (--theme) removed)
- New "Installed" button: quickly retrieves the installed packages without a full refresh
- Now it is possible to enable / disable the packaging technologies via graphical interface using the "Application types" action in the lower "Settings" menu.
- Supporting AUR packages (install, uninstall, search, info, downgrade and history)
### Improvements:
- Reading installed Snaps now takes around 95% less time.
- Reading installed Flatpaks now takes around 45% less time.
- Refreshing only the associated package type after a successful operation (install, uninstall, downgrade, ...)
- Progress bar status can now be controlled by the software manager while an operation is being executed
### UI Changes
- "Upgrade selected" and "Refresh" buttons now have text labels and new colors
- Updates warning icon removed
- Publisher / maintainer column
- Progress bar height reduced
- New "Application settings" buttons located in right lower corner
### Fixes:
- cached Flatpak app current version
### Code
- Code was internally modularized as: "api" (conceptual classes used to create custom software managers), "gems" (software managers), "commons" (common classes shared between the UI and "gems")
- API allows custom operations (Snap "refresh" was refactored as a custom operation)
## [0.5.2] 2019-09-06
### Features