Skip to content
Snippets Groups Projects
Commit fc997252 authored by Johannes Marbach's avatar Johannes Marbach
Browse files

Prepare for 3.1.0

parent b5f25d60
No related branches found
Tags unl0kr-1.0.0
No related merge requests found
Pipeline #141307 passed
......@@ -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'
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment