Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

25 lines (22 loc) · 1.14 KB

Unreleased

  • Added:
    • When the app can't detect a file's type, it will try checking the system's shared MIME database (if available on Linux/Mac), and then further fall back to guessing based on the file extension.
    • Partial translations into Polish, French, and Brazilian Portuguese. (Thanks to contributors on the Crowdin project)
  • Changed:
    • The app previously used a known set of supported video formats and ignored other video files. However, since the exact set depends on which GStreamer plugins you've installed, the app will now simply try loading any video file.
    • Application crash and CLI parse errors are now logged.
  • Fixed:
    • The crop content fit now works correctly for videos. Previously, it acted the same as stretch.
    • If you drag-and-dropped multiple files into the window while there was more than one grid open, only one of the files would be inserted into the grid that you selected.
    • If a video is still being downloaded while you watch it, the video duration will update as the download continues.

v0.1.0 (2024-12-12)

  • Initial release.