New
- Added and reworked video preview settings.
- Moved video settings into a dedicated section.
- Added support for video preview formats.
- Preview loading now uses a remote image-generation server.
- If a requested preview has already been generated, it is returned immediately, improving load speed and reducing device-side work.
- If the preview does not exist yet, the request is queued for server-side processing. In this case, the first user may experience slower preview display.
- Once generated, the result is reused, so the long-term effect is faster and more stable preview loading for all users.
- See more https://github.com/Helandy/KemonosVideoMetaApi
Fixes
- Fixed
404issues for video previews. - Fixed preview loading and post-version rendering when video is present.
- Fixed file info “sticking” between post versions.
- Improved fallback/self-mode behavior when preview/image servers are unavailable.
- Fixed deep link post opening issues.
- Fixed a crash related to GIF images.
- Fixed search UI issues:
- clear button,
- top bar behavior,
- random icon rendering,
- keyboard hiding on tags screen when no results are found.
- Fixed attachment count rendering in post cards.
- Fixed post rendering in hash lookup.
- Fixed grouped favorites loading mode.
- Fixed settings text/description issues.
Performance and Stability
- Improved app startup time.
- Updated operation timeouts (including preview/video wait behavior).
- Improved networking, caching, and retry behavior.
- Improved community message caching (including empty responses).
- Fixed migrations and DB update behavior (no unnecessary drops, cleanup of missing entries).
- Updated dependencies.