[improvement][aur] generating the semantic search map on demand instead of storing it in memory

This commit is contained in:
Vinícius Moreira
2020-02-17 18:46:31 -03:00
parent 566478e279
commit 8649b9e6f3
2 changed files with 8 additions and 7 deletions

View File

@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Improvements
- UI
- treating multiple lines on the application's description displayed on the table
- AUR:
- generating the semantic search map on demand instead of storing it in memory
### Fixes
- Snap
- not able to launch applications on some distros ( e.g: OpenSuse )