Prepare for 3.1.0

This commit is contained in:
Johannes Marbach 2024-04-10 20:36:54 +02:00
parent b5f25d60d7
commit fc99725211
3 changed files with 6 additions and 2 deletions

View file

@ -10,6 +10,10 @@ If a change only affects particular applications, they are listed in parentheses
## Unreleased ## 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): 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): Allow choosing theme via config and add all themes from unl0kr
- feat(buffyboard): Add fbdev force-refresh quirk via config - feat(buffyboard): Add fbdev force-refresh quirk via config

View file

@ -5,7 +5,7 @@
project( project(
'buffyboard', 'buffyboard',
'c', 'c',
version: '3.0.0', version: '3.1.0',
default_options: 'warning_level=1', default_options: 'warning_level=1',
meson_version: '>=0.53.0' meson_version: '>=0.53.0'
) )

View file

@ -5,7 +5,7 @@
project( project(
'unl0kr', 'unl0kr',
'c', 'c',
version: '3.0.0', version: '3.1.0',
default_options: 'warning_level=3', default_options: 'warning_level=3',
meson_version: '>=0.53.0' meson_version: '>=0.53.0'
) )