[improvements][appimage] AppImage updater daemon replaced by a default Python thread to reduce memory usage

This commit is contained in:
Vinicius Moreira
2019-11-25 16:03:56 -03:00
parent 7e06bacd17
commit 8f3cc69e5d
5 changed files with 20 additions and 35 deletions

View File

@@ -4,10 +4,12 @@ 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.7.3]
## [0.7.3] 2019-
### Improvements
- Not breaking the application when a i18n (translation) key was not found
- Adding all english (**en**) i18n keys to help people with the application translation
- AppImage:
- AppImage updater daemon replaced by a default Python thread to reduce memory usage
## [0.7.2] 2019-11-01
### Improvements