Updates in this release
- Allow importing from Netflix [BETA].
- Add a Wake Lock, so mobile devices do not sleep while a workout is active.
- Allow updating measurements.
- Search queries are much less strict and match using an orderless Emacs style algorithm.
- Start exporting state in the seen history of a metadata item.
- Allow resetting user password from the admin user settings.
Note: This also includes release notes for v9.4.1.
What's Changed
- affeeaca - Allow importing and exporting the seen state (#1587)
- 5bc0ebcc - feat: implement Screen Wake Lock API in fitness workout tracking
- 3907c198 - Implement orderless search for exercises (#1586)
- 10ed15ee - Add snake_case serialization for CollectionExtraInformation and related structs (#1584)
- 5270052b - Add Netflix data import functionality (#1574)
- d93190d0 - fix: update image retention description in various update actions
- 8a1126ce - feat: add Cache-Control headers for improved caching in routes and Caddyfile
- 129562c1 - fix: ensure creation of tmp directory with -p flag in Dockerfile CMD
- 06679126 - Allow editing measurements (#1578)
- 61e11f9b - Reverse the order of display for measurements graph (#1577)
- f7dac66a - Enhance file upload support and migrate to client-side data fetching (#1572)
- fd91a003 - Update React types and improve prop consistency (#1569)
- 3da5641c - refactor: remove preference change analytics tracking to simplify settings flow