Prepare for 1.0.0
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -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)
|
||||
|
||||
|
@@ -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'
|
||||
)
|
||||
|
Reference in New Issue
Block a user