scanner improvements (#1122)

* optimize periodic scanning

* set scanner process priority

* update dependencies
This commit is contained in:
Jason Dove
2023-01-20 05:37:39 -06:00
committed by GitHub
parent faaa78fed7
commit 4369d04940
15 changed files with 290 additions and 46 deletions
+2
View File
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- Always use software pipeline for error display
- This ensures errors will display even when hardware acceleration is misconfigured
- Call scanner process only when scanning is required based on library refresh interval
- Use idle priority for scanner process with unforced (automatic) library scans
## [0.7.2-beta] - 2023-01-05
### Fixed