[improvement][ui] name filter now compares the typed word with the beginning of the package name

This commit is contained in:
Vinicius Moreira
2020-06-09 18:43:08 -03:00
parent f4999b680c
commit dcd77ac7f3
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ 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.9.6] 2020
### Improvements
- UI
- name filter now compares the typed word with the beginning of the package name
### Fixes
- Web
- handling unexpected connection errors