Client sleep time
When clock_source is set to client, sleep mode now uses the client’s local time instead of the server’s.
Image resizing on the /image endpoint
You can now request resized images from the /image endpoint
/image?optimize_images=true&client_width=XXX&client_height=XXX
Config the arrow up and down actions
Configure what the up/down arrow keys do.
Options are:
muteredirectspausemore-infofullscreen
up_arrow_action: ""
down_arrow_action: ""
Safari autoplay for videos and live-photos fix
Videos and Live Photos now autoplay correctly in Safari.
OCI container labels
Added common OCI metadata labels to container images.
What's Changed
🚀 New Features
- Feature/client-time-sleep by @damongolding in #648
- Feature/resize on image endpoint by @damongolding in #654
- Feature/custom-up-down-key-actions by @damongolding in #656
⚡ Fixes
- Fix/video-livephotos-on-safari by @damongolding in #653
🔨 Maintenance
- Chore/echo-v5 by @damongolding in #649
Other changes
- fix: change schema type from transition duration to float by @robinsmith-source in #647
- Add basic OCI container labels by @theRAAPster in #644
New Contributors
- @robinsmith-source made their first contribution in #647
- @theRAAPster made their first contribution in #644
Full Changelog: v0.31.0...v0.32.0