v1.7.5
Fixed
- Version switch clears active comment annotation — switching versions in the single-asset review view now clears the focused comment and active drawing overlay, preventing drawings from previous versions from lingering on top of the newly selected version. (#198 by @Vrindakr3300)
- HLS renditions no longer upscale past the source resolution —
force_original_aspect_ratio=decreasepreserved aspect ratio but not scale, so a 640×360 source was still producing padded, blurry 1080p/720p renditions. The quality ladder is now filtered against the actual source height (ffprobe'd before transcoding), falling back to the smallest requested rendition rather than an empty ladder if the source is smaller than everything requested. (#204 by @siddharthgoyal00) - Server-side password length validation on change-password endpoint. (#179 by @An-Array)
Changed
- Password changes now revoke all other sessions by incrementing token version; current session receives fresh tokens to stay logged in. (#179 by @An-Array)
Contributors
Thanks to @An-Array, @Vrindakr3300, @siddharthgoyal00, and @solankimeet518 for contributing to this release! (@solankimeet518's #199 hardened the matchMedia test stub — no user-facing entry above, but very much appreciated.)