mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 21:14:15 +02:00
[appimage] suggestions priority changed
This commit is contained in:
@@ -4,7 +4,7 @@ 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/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## [0.7.0]
|
## [0.7.0] 2019-10-18
|
||||||
### Features
|
### Features
|
||||||
- AppImage support ( see below )
|
- AppImage support ( see below )
|
||||||
- **Screenshots** button and panel
|
- **Screenshots** button and panel
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
from bauh.api.abstract.model import SuggestionPriority
|
from bauh.api.abstract.model import SuggestionPriority
|
||||||
|
|
||||||
ALL = {
|
ALL = {
|
||||||
'onlyoffice': SuggestionPriority.HIGH,
|
'onlyoffice': SuggestionPriority.MEDIUM,
|
||||||
'gamehub': SuggestionPriority.HIGH,
|
'gamehub': SuggestionPriority.MEDIUM,
|
||||||
'rpcs3': SuggestionPriority.HIGH,
|
'rpcs3': SuggestionPriority.MEDIUM,
|
||||||
'postman': SuggestionPriority.MEDIUM,
|
|
||||||
'etcher': SuggestionPriority.MEDIUM,
|
'etcher': SuggestionPriority.MEDIUM,
|
||||||
|
'postman': SuggestionPriority.LOW,
|
||||||
'nosqlbooster': SuggestionPriority.LOW,
|
'nosqlbooster': SuggestionPriority.LOW,
|
||||||
'emcas': SuggestionPriority.LOW,
|
'emcas': SuggestionPriority.LOW,
|
||||||
'azpianter': SuggestionPriority.LOW
|
'azpainter': SuggestionPriority.LOW
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user