mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
README and CHANGELOG improved
This commit is contained in:
@@ -4,7 +4,7 @@ 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/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## [0.3.0] - 2019-07-XX
|
## [0.3.0] - 2019-07-02
|
||||||
### Features
|
### Features
|
||||||
- Applications search
|
- Applications search
|
||||||
- Now when you right-click a selected application you can:
|
- Now when you right-click a selected application you can:
|
||||||
@@ -13,7 +13,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- downgrade
|
- downgrade
|
||||||
- install and uninstall it
|
- install and uninstall it
|
||||||
- "About" window available when right-clicking the tray icon.
|
- "About" window available when right-clicking the tray icon.
|
||||||
- Now the application accepts arguments related to environment variables as well. Check 'README.md'.
|
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
- Performance and memory usage
|
- Performance and memory usage
|
||||||
@@ -23,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- Showing runtime apps when no app is available
|
- Showing runtime apps when no app is available
|
||||||
- Allowing to specify a custom app translation with the environment variable **FPAKMAN_LOCALE**
|
- Allowing to specify a custom app translation with the environment variable **FPAKMAN_LOCALE**
|
||||||
- Adding expiration time for cached app data. Default to 1 hour. The environment variable **FPAKMAN_CACHE_EXPIRATION** can change this value.
|
- Adding expiration time for cached app data. Default to 1 hour. The environment variable **FPAKMAN_CACHE_EXPIRATION** can change this value.
|
||||||
|
- Now the application accepts arguments related to environment variables as well. Check 'README.md'.
|
||||||
- Minor GUI improvements
|
- Minor GUI improvements
|
||||||
- Notifying only new updates
|
- Notifying only new updates
|
||||||
- New icon
|
- New icon
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## fpakman
|
## fpakman
|
||||||
|
|
||||||
Non-official graphical user interface for Flatpak application management. It is a tray icon that let the user known when new updates are available and
|
Non-official graphical user interface for Flatpak application management. It is a tray icon that let the user known when new updates are available and
|
||||||
an application management panel.
|
an application management panel where you can search, update, install and uninstall applications.
|
||||||
|
|
||||||
### Developed with:
|
### Developed with:
|
||||||
- Python3 and Qt5.
|
- Python3 and Qt5.
|
||||||
@@ -38,7 +38,7 @@ env/bin/fpakman
|
|||||||
|
|
||||||
### Autostart
|
### Autostart
|
||||||
In order to autostart the application, use your Desktop Environment settings to register it as a startup application / script ("fpakman").
|
In order to autostart the application, use your Desktop Environment settings to register it as a startup application / script ("fpakman").
|
||||||
(P.S: the installation script currently does not do that)
|
|
||||||
|
|
||||||
### Settings
|
### Settings
|
||||||
You can change some application settings via environment variables or arguments (type ```fpakman --help``` to get more information).
|
You can change some application settings via environment variables or arguments (type ```fpakman --help``` to get more information).
|
||||||
|
|||||||
Reference in New Issue
Block a user