Skip to content

mrv2 v0.7.8

Compare
Choose a tag to compare
@ggarra13 ggarra13 released this 27 Sep 23:00
· 3170 commits to main since this release

v0.7.8

  • Added a hotkey selection to switch pen colors.
  • Fixed hotkey search highlight redraw showing the wrong hotkey.
  • Made pen size be adjusted to match the resolution of the image.
  • Made eraser pen size be twice and a half the pen size by default for easier
    drawing and erasing without having to bring the annotation panel.
  • Made saved color presets in the color picker be sorted from top to bottom,
    where the top color is the last one used.
  • Added saving the old color to the preferences.
  • Fixed saving current EDL through Python API.
  • Added a command-line switch (-resetHotkeys) to reset hotkeys to their default.
  • Added a button in Settings to reset hotkeys to their defaults.
  • Python API now supports Playlists again with a new API.
    You can add new clips to an EDL playlist, list all playlists,
    select a playlist based on its index, its name or its item
    and save the selected playlist.
  • Made FileItem paths read-only in the Python API.
  • Fixed the beginning of English playback documentation which was in Spanish.
  • Improved the User Documentation.
  • Fixed name of some hotkeys in Spanish locale.
  • Made playback buttons change background color when playing or stopping.
  • Added support for Camera RAW formats through LibRaw.
  • Fixed File->Save Image and File->Save Movie resetting the UI.
  • Improved Windows build system dramatically. Now there are bash scripts to
    compile all the GNU-like dependencies (FFmpeg, libx264, libvpx and liblcms2).
  • Added x264 to the Linux and macOS builds but it is turned OFF by default.
  • Made right mouse button text size match that of the main menu bar.
  • Fixed Preferences->Playback->FPS not doing anything. Removed
    Preferences->Playback->Override FPS.
  • Added a way to edit baked Text Annotations from a frame.
    If you click with the Right Mouse Button on the Text tool, a pop up Window
    will appear displaying a pull down with all your text shapes for the
    current frame. Selecting one, and clicking on Edit Text will take you to
    the Text widget where you will be able to reposition it, re-edit it, etc.
    This also works in network connections.
  • Made text widget font size be dependant on the render size of the image.
  • Improved scripts in bin/ directory with help messages.
  • Moved python scripts in bin/ directory to bin/python.
  • Improved runme.sh script to accept a -gpl flag to compile FFmpeg with libx264
    support in GPL mode on all platforms. The default is still to build a LGPL
    FFmpeg without libx264 saving support as that complies with the BSD license
    of mrv2's source code.
  • Improved README.md build instructions to document the optional building of
    FFmpeg.
  • Fixed saving movies when saving without annotations leading to bad redraws
    later on in the timeline.
  • Fixed resizing of window when an image is loaded or the Fit Window to Image
    button is pressed. Now it will correctly zoom to 1 if it fits it.
  • Made tiling slider of Timeline Viewport darker so it is more visible.
  • Fixed order of clips loaded from the command-line being in reverse order.
  • Fixed Settings Panel FFmpeg I/O Threads not accepting 0.
  • Simplified hotkeys loading and saving and now hotkeys are saved on exit.
  • Made command-line support any number of files instead of just three.
  • Fixed session saving which got partially broken in v0.7.7.