Release 1.90.7

- Find the correct parent id for input devices (#268 #286)
- Fix race condition in test_sibling_priority_no_overwrite (!240)
- Show charge-threshold-* status as yes/no (!242)
- Add zsh-completions for CLI (!241)
- Wait 10 seconds for stopping the daemon (#290)
- Added pre-commit test and fixed code spelling, markdown, and code style issues. (!248)
This commit is contained in:
Kate Hsuan 2025-01-08 11:10:38 +08:00
parent 0f9bdf1d1c
commit 70a5026662
2 changed files with 12 additions and 1 deletions

11
NEWS
View file

@ -1,3 +1,14 @@
Version 1.90.7
--------------
Released: 2025-01-09
- Find the correct parent id for input devices. (#268 #286)
- Fix race condition in test_sibling_priority_no_overwrite. (!240)
- Show charge-threshold-* status as yes/no. (!242)
- Add zsh-completions for CLI. (!241)
- Fix integration test. Extend the daemon stopping timeout to 10sec (#290)
- Added pre-commit test and fixed code spelling, markdown, and code style issues. (!248)
Version 1.90.6
--------------
Released: 2024-09-18

View file

@ -1,5 +1,5 @@
project('upower', 'c',
version: '1.90.6',
version: '1.90.7',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',