Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

68 lines (37 loc) · 3.54 KB

1.2.1 (2023-08-12)

Bug Fixes

  • malformed URI when opening some files (baf6b23)

1.2.0 (2023-07-11)

Features

  • add setting for selecting video folders (8cdd83c)

1.1.2 (2023-06-12)

Bug Fixes

  • simplify hotkey regex (b06aef8)
  • unnecessary refreshing when there are no videos (8401e16)

1.1.1 (2023-06-02)

Bug Fixes

1.1.0 (2023-06-02)

Features

  • add "date modified" sort (46c6927)
  • add "size" sort + separate sort method/direction (93f3bf0)
  • add crop instruction to help menu (e5b300d)
  • add cropping to video editor view (bd56f3e)
  • arrow keys skip based on zoom level (e6637d2)
  • improve UI on videos view (28567a4)
  • persist sort method + direction (2b9f13f)
  • version number in settings links to releases with changelog (43b2cbb)

1.0.2 (2023-05-16)

Bug Fixes

  • better error handling on checking + installing ffmpeg (4aa07e7)
  • better error handling on ffmpeg calls (e1dd361)
  • ffmpeg installation is checked outside main thread (e65ed15)
  • slightly better GateFfmpeg error display (217b7e7)

1.0.1 (2023-05-15)

Bug Fixes

  • crash on ffmpeg install failure (32a46f8)
  • missing window title (e8dc476)
  • redundant window title (4568d3a)

1.0.0 (2023-05-15)

Features