diff --git a/CHANGELOG.md b/CHANGELOG.md index e6238bf..a00e80d 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/meson.build b/meson.build index ea06fb6..05caf7d 100644 --- a/meson.build +++ b/meson.build @@ -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' )