From d13df2c7a3b382667581e56c83d0b15f3afe27b1 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 2 Jul 2019 10:49:53 -0300 Subject: [PATCH] README and CHANGELOG improved --- CHANGELOG.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65fdc14f..da7ba9ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). -## [0.3.0] - 2019-07-XX +## [0.3.0] - 2019-07-02 ### Features - Applications search - 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 - install and uninstall it - "About" window available when right-clicking the tray icon. -- Now the application accepts arguments related to environment variables as well. Check 'README.md'. ### Improvements - 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 - 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. +- Now the application accepts arguments related to environment variables as well. Check 'README.md'. - Minor GUI improvements - Notifying only new updates - New icon diff --git a/README.md b/README.md index 3fff9e2d..d6e35040 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## 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 -an application management panel. +an application management panel where you can search, update, install and uninstall applications. ### Developed with: - Python3 and Qt5. @@ -38,7 +38,7 @@ env/bin/fpakman ### Autostart 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 You can change some application settings via environment variables or arguments (type ```fpakman --help``` to get more information).