meson: Release 1.91.0

The major change includes:
1. Support multiple keyboard backlight LED control.
This commit is contained in:
Kate Hsuan 2025-11-25 14:47:15 +08:00
parent a4d0d469f3
commit d79841fe40
2 changed files with 10 additions and 1 deletions

9
NEWS
View file

@ -1,3 +1,12 @@
Version 1.91.0
--------------
Released: 2025-11-25
- New feature: Support multiple keyboard backlight LED control. (#291 !203)
- Make installation of tests optional (!202)
- Support conf.d style config file (!286)
- Deprecate CapacityLevel property (!290 #333)
Version 1.90.10
--------------
Released: 2025-08-26

View file

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