Skip to content

1.4.1

Compare
Choose a tag to compare
@Eisa01 Eisa01 released this 07 Feb 11:53
· 321 commits to master since this release
c57b732

Release information

  • Updated SimpleUndo to 3.0.1
  • Updated UndoRedo to 2.0.1
  • Updated SmartHistory to 1.7.1
  • Updated SmartCopyPaste to 2.4
  • Updated SmartCopyPaste-II to 2.4
  • Contains all mpv scripts found in this repository.

SimpleUndo Changelog

  • Killed "Seeking still running" limitation, thanks to a better logic popping-up in my brain for undoing!! Thought it is impossible, but now it is possible to spam Undo without needing to wait 0.6 seconds!
  • Fixed seconds timer not pausing when seeking, this results in a very accurate undo capability!
  • Added code optimizations
  • Added better support for latest mpv stable version 0.33.0
  • Fixed issue that caused script to crash. Issue #16

UndoRedo Changelog

  • Killed "Seeking still running" limitation, thanks to a better logic popping-up in my brain for undoing!! Thought it is impossible, but now it is possible to spam Undo and Redo without needing to wait 0.6 seconds!
  • Fixed seconds timer not pausing when seeking, this results in a very accurate undo and redo capability!
  • Fixed Ctrl+Alt+z not working and not looping between last undo and redo
  • Changed looping between last undo and redo fromCtrl+Alt+z to Ctrl+Shift+z
  • Added a lot of code optimizations
  • Added better support for latest mpv stable version 0.33.0
  • Fixed issue that caused script to crash. Issue #16

SmartHistory Changelog

  • Added better support for latest mpv stable version 0.33.0
  • Fixed issue that caused script to crash. Issue #16

SmartCopyPaste and SmartCopyPaste-II Changelog

  • Changed copying video without time from Ctrl+Alt+c to Ctrl+Shift+c
  • Changed pasting to playlist fromCtrl+Alt+c to Ctrl+Shift+v

Scripts found in this release

  • SimpleUndo-3.0.1.lua
  • UndoRedo-2.0.1.lua
  • SmartHistory-1.7.1.lua
  • SmartCopyPaste-2.4.lua
  • SmartCopyPaste-II-2.4.lua