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

Prepare for 1.0.0

parent 8cf9319a
No related branches found
Tags unl0kr-1.0.0
No related merge requests found
......@@ -4,16 +4,19 @@
Nothing at the moment
## 0.3.1 (2023-02-25)
## 1.0.0 (2023-03-14)
- fix: Changed Color of the cursor in breeze_dark to be able to see it (#39)
- feat!: Handle input device connection/disconnection at runtime (#38)
- feat!: Handle input device connection/disconnection at runtime; adds new dependency libudev (#38)
- feat: Update lv_drivers to git master (2023-03-14)
- feat: Update lvgl to v8.3 (2023-03-14)
- feat!: Deprecate -c CLI option and add support for reading from /etc/unl0kr.conf.d/
- feat!: Deprecate -c CLI option and add support for reading from /etc/unl0kr.conf.d directory
- fix: Print correct version in logs
- feat: Add config options to enable terminal quirks (#34)
## 0.3.1 (2023-02-25)
- fix: Changed Color of the cursor in breeze_dark to be able to see it (#39)
## 0.3.0 (2022-11-13)
- feat: Update lvgl & lv_drivers to git master (2022-10-16)
......
......@@ -19,7 +19,7 @@
project(
'unl0kr',
'c',
version: '0.3.1',
version: '1.0.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