mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
improving CHANGELOG
This commit is contained in:
@@ -40,9 +40,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- disk loader not filling all requested cached data from the disk
|
- disk loader not filling all requested cached data from the disk
|
||||||
|
|
||||||
### 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 **view** and **gems**), **view** (UI code)
|
||||||
- "gems" modules requires only "api" and "commons" (no UI code)
|
- **api** allows custom operations, so the **gems** can provide actions that the current GUI does not support (Snap "refresh" was refactored as a custom operation)
|
||||||
- "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
|
||||||
@@ -60,4 +59,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- BAUH_TRAY (--tray) is not enabled by default (0).
|
- BAUH_TRAY (--tray) is not enabled by default (0).
|
||||||
### Fixes
|
### Fixes
|
||||||
- not showing correctly the latest flatpak app versions when bringing the search results
|
- not showing correctly the latest flatpak app versions when bringing the search results
|
||||||
- flatpak client dependency
|
- flatpak client dependency
|
||||||
|
|||||||
Reference in New Issue
Block a user