[improvements][fix][ui] displaying wait cursor over some components | not hiding custom actions button when an action finishes

This commit is contained in:
Vinicius Moreira
2020-06-10 17:02:02 -03:00
parent ac21cc5c38
commit d3880e5473
3 changed files with 21 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- able to update AppImages with continuous releases
- UI
- filters algorithm speed and sorting
- displaying wait cursor over some components
### Fixes
- AppImage
- allowing some apps to be filled with empty category elements
@@ -18,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- handling web page fetch errors
- UI
- displaying empty categories
- minor fixes
## [0.9.5] 2020-06-07
### Features