Releases: Duet3D/DuetScreen
Releases · Duet3D/DuetScreen
v0.16.0
Buildroot: v0.4.2 (commit: b197687ca8)
Version Compatibility:
- Minimum Compatible RRF Version: 3.6.2
CHANGELOG
Changes since v0.15.5:
✨ Features
- UI: add object cancel view
- UI: hide macro ordering prefix [closes #96]
📄 Documentation
- README: add object cancel to readme
v0.15.5
Buildroot: v0.4.2 (commit: b197687ca8)
Version Compatibility:
- Minimum Compatible RRF Version: 3.6.2
CHANGELOG
Changes since v0.15.4:
🛠️ Fixes
- UI: prevent slider input box flicker
- build: set runtime libstdc++ & libgcc_s paths for running on Pi
- build: add openssl dependency
- tests: lazy list capacity check
🧹 Chores
- build: update script to install gcc15 on Raspbian
v0.15.4
Buildroot: v0.4.1 (commit: b94ae2219a)
Version Compatibility:
- Minimum Compatible RRF Version: 3.6.2
CHANGELOG
Changes since v0.15.3:
✨ Features
- assets: add splashscreen asset to DuetScreen.tar.gz if it exists
- UI: add tile display mode for
FileView - UI: add support for wrapping with
LazyList
🧹 Chores
- CI: bump minimum RRF version for SBC thumbnail functionality
- CI: verify tag is signed before building release
v0.15.3
Buildroot: v0.4.1 (commit: b94ae2219a)
Version Compatibility:
- Minimum Compatible RRF Version: 3.6.0
CHANGELOG
Changes since v0.15.2:
🔄 Merges
- Merge branch 'fix(build)-macos' into dev
🛠️ Fixes
- CI: only test if macOS builds since lvgl renders slightly different on macOS
- UI: format floats without scientific notation
- build: create a DuetScreen.themes library to improve linking and hopefully fix issue on macOS
- build: disable scanning for modules
- build: update cmake version for macOS
- build: add missing include
- i18n: typo 'levelling'
- build: update minimum cmake requirement to correctly build C++26
🧹 Chores
- CI: commit to retrigger github action
- CI: speed up CI
- CI: run unit tests on macOS
- build: install_prerequisites updated for MacOS
- UI: update flat theme default colours
- tests: update ref_imgs
📄 Documentation
- README: update first paragraph
- README: add some reference images and bring some of the technical details up to date
v0.15.2
Buildroot: v0.4.0 (commit: cbdffc02e3)
Version Compatibility:
- Minimum Compatible RRF Version: 3.6.0
CHANGELOG
Changes since v0.15.1:
🧹 Chores
- UI: move file delete button to the left & add action button styling
v0.15.1
Buildroot: v0.4.0 (commit: cbdffc02e3)
Version Compatibility:
- Minimum Compatible RRF Version: 3.6.0
CHANGELOG
Changes since v0.15.0:
🛠️ Fixes
- UI: prevent status view being opened when connecting to Duet
- Comm: upload config to Duet works in SBC mode via USB
- upgrade: prevent upgrade message being shown multiple times
✨ Features
- update: check for new github release when internet connection is established
- UI: add file delete button
🧹 Chores
- build: add astyle dependency for lvgl formatting
🧪 Tests
- UI: test update messages
v0.15.0
Buildroot: v0.4.0 (commit: cbdffc02e3)
Version Compatibility:
- Minimum Compatible RRF Version: 3.6.0
CHANGELOG
Changes since v0.14.1:
🛠️ Fixes
- CI: use correct gcovr version in CI
- Comm: prevent bad thumbnails from being infinitely rerequested
- CI: use appropriate gcov version for compiler
- UI: clear status bar temperatures on disconnect
- build: build tests on MacOS
- CI: build on MacOS & fix IP address in unit test
- Comm: USB comms work for RRF 3.7
- update: use sockets for more reliable upgrade status communication
- i18n: add missing translation key
✨ Features
- Comm: add functionality to support Duets with multiple USB channels
- network: get ethernet IP address if available
🧹 Chores
- build: update to C++26 🚀
- CI: update gcc15 install script to check
ppa:ubuntu-toolchain-r/test - UI: update lvgl to support LvScale self size
- format: update formatting
- build: update compiler to gcc15
v0.14.1
Buildroot: v0.3.0 (commit: b8696994)
Version Compatibility:
- Minimum Compatible RRF Version: 3.6.0
CHANGELOG
Changes since v0.14.0:
✨ Features
- update: add an update from github button to developer settings
- UI: add a upload config to duet button to settings
🧹 Chores
- CI: check translation files with github actions
v0.14.0
v0.13.6
Buildroot: v0.2.2 (commit: e4c748f1)
Version Compatibility:
- Minimum Compatible RRF Version: 3.6.0
CHANGELOG
Changes since v0.13.5:
🛠️ Fixes
- Comm: increase json buffer size to handle large thumbnail responses from DSF
✨ Features
- UI: add macros tab to dashboard [closes #91]
🧹 Chores
- ref_imgs: update ref_imgs after fixing thumbnail size