[aur] mapping known search key words to the specific package name

This commit is contained in:
Vinicius Moreira
2019-10-24 13:02:07 -03:00
parent 0a2a317569
commit 7c5a0c80ae
2 changed files with 10 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- showing a "user-friendly" popup when there are integrity issues with the source-files of a building package
- not waiting for the categories file to be retrieved from the cloud during application boot ( reduces boot time )
- caching cloud categories to the disk so they can be used in scenarios when it is not possible to retrieve them ( e.g: internet is off )
- mapping known search key words to the specific package name ( e.g:"google chrome" will become "google-chrome" )
- Snap:
- not waiting for the categories file to be retrieved from the cloud during application boot ( reduces boot time )
- caching cloud categories to the disk so they can be used in scenarios when it is not possible to retrieve them ( e.g: internet is off )