You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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