Prepare for 1.0.0

This commit is contained in:
Johannes Marbach
2023-03-14 20:21:31 +01:00
parent 8cf9319a06
commit 50b6a23736
2 changed files with 10 additions and 7 deletions

View File

@@ -4,15 +4,18 @@
Nothing at the moment
## 1.0.0 (2023-03-14)
- 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 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)
- feat!: Handle input device connection/disconnection at runtime (#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/
- fix: Print correct version in logs
- feat: Add config options to enable terminal quirks (#34)
## 0.3.0 (2022-11-13)

View File

@@ -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'
)