Skip to content

0.2.0

Compare
Choose a tag to compare
@thisismy-github thisismy-github released this 03 Apr 02:07
· 343 commits to master since this release

Major changes

  • UI spacing optimized significantly and resize events compact the UI in a more efficient/pleasing manner
  • Cropping has been polished and is far less erratic
  • Folders can be dropped onto the player (opens the first valid file in the folder and enables Autoplay)
  • The forward/backward mouse buttons now navigate through your recent files (currently only works when used directly over the player)
  • Holding Shift and/or Ctrl while resizing the window has different effects:
    • Shift shrinks the window to match the player's size, as opposed to enlarging
    • Ctrl reverses your current snap-on-resize setting
      • If snap-on-resize is enabled, holding Ctrl will disable it temporarily and vice versa
  • Added a setting to use the original path of a file when cycling through a folder, even if its name has changed
    • This allows you to quickly cycle through and rename/edit several files in a folder without losing your position
  • The precise-trim setting is now on by default and has been moved to the Trim/Fade menu
  • Trim/Fade buttons now have context menus (right-click) that provide extra functionality and display detailed trim information

Minor changes

  • New icons for Loop and Autoplay
  • Snapshots can now open the last snapshot directly in PyPlayer, assuming PyPlayer isn't the default image viewer.
    • Shift-clicking the snapshot button opens in PyPlayer, alt-clicking opens in your default program (both options available on right-click)
  • Trim/Fade buttons stay at a more consistent size with slightly more padding
  • Trim/Fade mode menu now saves the exact mode you were using to the config
  • Output text box's focus can be cleared with Esc like the other widgets, and no longer keeps focus after saving
  • Dragging the window from the controls now only works on left-click
  • Improved consistency of trim/fade marker handles
  • UI now adjusts spacing based on theme (currently only applies to the size of the progress bar/handle)
  • Autoplay is no longer a checkbox
  • Fullscreen UI is more consistent in staying open and un-compacting the UI
  • Lots of bug fixes and other quality of life improvements