2022-01-27 20:43:21 +01:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
|
2023-02-25 20:15:46 +01:00
|
|
|
Nothing at the moment
|
|
|
|
|
|
|
|
|
|
## 0.3.1 (2023-02-25)
|
|
|
|
|
|
2022-12-30 17:48:49 +01:00
|
|
|
- fix: Changed Color of the cursor in breeze_dark to be able to see it (#39)
|
2023-03-11 21:23:25 +01:00
|
|
|
- feat!: Handle input device connection/disconnection at runtime (#38)
|
|
|
|
|
- feat: Update lv_drivers to git master (2023-03-11)
|
|
|
|
|
- feat: Update lvgl to v8.3 (2023-03-08)
|
2023-03-12 20:24:28 +00:00
|
|
|
- feat!: Deprecate -c CLI option and add support for reading from /etc/unl0kr.conf.d/
|
2023-03-13 20:49:05 +01:00
|
|
|
- fix: Print correct version in logs
|
2022-11-13 20:41:53 +01:00
|
|
|
|
|
|
|
|
## 0.3.0 (2022-11-13)
|
|
|
|
|
|
2022-10-16 13:13:09 +02:00
|
|
|
- feat: Update lvgl & lv_drivers to git master (2022-10-16)
|
2022-05-30 21:18:25 +02:00
|
|
|
- feat: Add config option to customise bullet character (#17)
|
2022-05-30 21:01:45 +02:00
|
|
|
- fix: Use actual screen DPI value to compute sizes and spaces
|
2022-06-19 18:17:17 +02:00
|
|
|
- feat: Allow shutting down the device on inactivity
|
2022-07-09 17:10:45 +02:00
|
|
|
- fix: Disable terminal keyboard while unl0kr is running
|
2022-07-10 20:29:45 +02:00
|
|
|
- feat: Extend --geometry flag to also accept display offsets
|
2022-10-03 13:07:29 +02:00
|
|
|
- fix: Swap order of KDSKBMODE and KDSETMODE to prevent blank screen (#34)
|
2022-10-03 21:49:53 +02:00
|
|
|
- fix: Increase maximum textarea width to prevent clipping on OnePlus 6 (#33)
|
2022-10-16 20:18:14 +02:00
|
|
|
- fix: Disable unused fonts, widgets and drivers (#13)
|
2022-11-13 20:41:53 +01:00
|
|
|
- fix: Rework pmOS theme to allow for more key space (#30)
|
2022-05-27 12:38:21 +02:00
|
|
|
|
|
|
|
|
## 0.2.0 (2022-05-27)
|
|
|
|
|
|
2022-01-27 20:43:21 +01:00
|
|
|
- fix: Make meson actually install things (thanks @craftyguy)
|
|
|
|
|
- feat!: Make en-US the default layout
|
|
|
|
|
- fix: Use correct pointer type in memset to avoid segfault
|
|
|
|
|
- feat: Set correct version in meson.build
|
|
|
|
|
- feat: Add postmarketOS theme (thanks @dylanvanassche)
|
|
|
|
|
- feat: Handle physical return key (#19)
|
|
|
|
|
- fix: Avoid TTY cursor blinking (#26)
|
|
|
|
|
- fix: Specify `check: true` when running external commands from meson (#23)
|
|
|
|
|
- feat!: Hide partition name (#27)
|
|
|
|
|
- fix: Prevent scrolling when keyboard hides (#21)
|
2022-01-28 20:01:27 +01:00
|
|
|
- feat!: Do not show last typed character when typing (#25)
|
2022-01-28 19:58:57 +01:00
|
|
|
- feat: Update lvgl & lv_drivers to git master (2022-02-21)
|
2022-05-21 11:02:23 +00:00
|
|
|
- feat: allow runtime selection of the lvgl display driver ("backend")
|
|
|
|
|
- feat: allow overriding dpi with the --dpi command line parameter
|
2022-01-27 20:43:21 +01:00
|
|
|
|
|
|
|
|
## 0.1.0 (2021-11-15)
|
|
|
|
|
|
|
|
|
|
Initial release
|