Prepare for 3.1.0
This commit is contained in:
parent
b5f25d60d7
commit
fc99725211
3 changed files with 6 additions and 2 deletions
|
|
@ -10,6 +10,10 @@ If a change only affects particular applications, they are listed in parentheses
|
|||
|
||||
## Unreleased
|
||||
|
||||
Nothing at the moment.
|
||||
|
||||
## 3.1.0 (2024-04-10)
|
||||
|
||||
- feat(buffyboard): Handle input device connection/disconnection at runtime; adds new dependency libudev
|
||||
- feat(buffyboard): Allow choosing theme via config and add all themes from unl0kr
|
||||
- feat(buffyboard): Add fbdev force-refresh quirk via config
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
project(
|
||||
'buffyboard',
|
||||
'c',
|
||||
version: '3.0.0',
|
||||
version: '3.1.0',
|
||||
default_options: 'warning_level=1',
|
||||
meson_version: '>=0.53.0'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
project(
|
||||
'unl0kr',
|
||||
'c',
|
||||
version: '3.0.0',
|
||||
version: '3.1.0',
|
||||
default_options: 'warning_level=3',
|
||||
meson_version: '>=0.53.0'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue