improving CHANGELOG.md and AUR entries

This commit is contained in:
Vinicius Moreira
2019-09-16 19:25:27 -03:00
parent c1410ca9b6
commit 692211100e
3 changed files with 7 additions and 6 deletions

View File

@@ -8,12 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Features ### Features
- Theme / style selector via UI (environment variable / parameter BAUH_THEME (--theme) removed) - Theme / style selector via UI (environment variable / parameter BAUH_THEME (--theme) removed)
- New "Installed" button: quickly retrieves the installed packages without a full refresh - 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. - 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) - Supporting AUR packages (install, uninstall, search, info, downgrade and history)
### Improvements: ### Improvements:
- Reading installed Snaps now takes around 95% less time. - Reading installed Snaps now takes around 95% less time
- Reading installed Flatpaks now takes around 45% less time. - Reading installed Flatpaks now takes around 45% less time
- Refreshing only the associated package type after a successful operation (install, uninstall, downgrade, ...) - 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 - Progress bar status can now be controlled by the software manager while an operation is being executed
@@ -29,7 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Code ### 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") - 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) - "gems" modules requires only "api" (no UI code)
- "api" allows custom operations, so the "gems" can provide actions that the current GUI does not know (Snap "refresh" was refactored as a custom operation)
## [0.5.2] 2019-09-06 ## [0.5.2] 2019-09-06

View File

@@ -7,7 +7,7 @@ desktop_file = """
Type = Application Type = Application
Name = bauh Name = bauh
Categories = System; Categories = System;
Comment = Manage your Snap applications Comment = Manage your Flatpak / Snap / AUR applications
Exec = {path} Exec = {path}
Icon = {lib_path}/python{version}/site-packages/bauh/resources/img/logo.svg Icon = {lib_path}/python{version}/site-packages/bauh/resources/img/logo.svg
""" """

View File

@@ -7,7 +7,7 @@ desktop_file = """
Type = Application Type = Application
Name = bauh ( tray ) Name = bauh ( tray )
Categories = System; Categories = System;
Comment = Manage your applications Comment = Manage your Flatpak / Snap / AUR applications
Exec = {path} Exec = {path}
Icon = {lib_path}/python{version}/site-packages/bauh/resources/img/logo.svg Icon = {lib_path}/python{version}/site-packages/bauh/resources/img/logo.svg
""" """