[improvement][ui] filters algorithm speed and sorting | [fix][web] handling web page fetch errors

This commit is contained in:
Vinicius Moreira
2020-06-10 12:18:52 -03:00
parent dcd77ac7f3
commit 89e1f93c7e
4 changed files with 67 additions and 15 deletions

View File

@@ -7,10 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.9.6] 2020
### Improvements
- UI
- name filter now compares the typed word with the beginning of the package name
- filters algorithm speed and sorting
### Fixes
- Web
- handling unexpected connection errors
- handling web page fetch errors
## [0.9.5] 2020-06-07
### Features