mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
arch:using axel to pre-download source file | info window handling list attributes better
This commit is contained in:
@@ -29,7 +29,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- Progress bar status can now be controlled by the software manager while an operation is being executed
|
||||
- Flatpak: showing runtime branches as versions when they are not available
|
||||
- small UI improvements
|
||||
- installation logs are saved at **/tmp/bauh/logs/install**
|
||||
- Environment variable / parameter BAUH_UPDATE_NOTIFICATION renamed to BAUH_SYSTEM_NOTIFICATIONS and now works for any system notification
|
||||
- Environment variable / parameter BAUH_DOWNLOAD_MULTITHREAD (--download-mthread): if source files should be downloaded using multi-threads.
|
||||
|
||||
### UI Changes
|
||||
- **Upgrade selected** and **Refresh** buttons now have text labels and new colors
|
||||
@@ -45,6 +47,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- Ubuntu root password check
|
||||
- [Ubuntu 19.04 pip3 install issue] (https://github.com/vinifmor/bauh/issues/3)
|
||||
|
||||
### AUR support (**arch gem**):
|
||||
- Search, install, uninstall, downgrade, retrieve history and launch packages
|
||||
- Faster source files download when (**axel**) [https://github.com/axel-download-accelerator/axel] is installed on your system
|
||||
|
||||
### Code
|
||||
- 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)
|
||||
- **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)
|
||||
|
||||
Reference in New Issue
Block a user