Add changelog for !67 and prepare for 3.4.2
This commit is contained in:
parent
2277c5f156
commit
c5f22d50ab
2 changed files with 5 additions and 1 deletions
|
|
@ -12,6 +12,10 @@ If a change only affects particular applications, they are listed in parentheses
|
||||||
|
|
||||||
Nothing at the moment
|
Nothing at the moment
|
||||||
|
|
||||||
|
## 3.4.2 (2025-10-02)
|
||||||
|
|
||||||
|
- fix(f0rmz): Add missing shutdown implementation (!67, thanks @Adrian)
|
||||||
|
|
||||||
## 3.4.1 (2025-09-30)
|
## 3.4.1 (2025-09-30)
|
||||||
|
|
||||||
- misc: Update LVGL to master (2025-09-29) to potentially address DRM issues (!66)
|
- misc: Update LVGL to master (2025-09-29) to potentially address DRM issues (!66)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('buffybox', 'c',
|
project('buffybox', 'c',
|
||||||
version: '3.4.1',
|
version: '3.4.2',
|
||||||
default_options: ['warning_level=3', 'b_ndebug=if-release', 'b_lto=true'],
|
default_options: ['warning_level=3', 'b_ndebug=if-release', 'b_lto=true'],
|
||||||
meson_version: '>= 0.60.0'
|
meson_version: '>= 0.60.0'
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue