diff --git a/plugins/DupFileManager/README.md b/plugins/DupFileManager/README.md index fb77a8d..bca4667 100644 --- a/plugins/DupFileManager/README.md +++ b/plugins/DupFileManager/README.md @@ -156,7 +156,6 @@ Users can setup a private or alternate remote site by changing variables **remot - Create cookies for the options in the [**Advance Duplicate File Menu**]. - Add double strike-through option to flagging. - Add option to report to automatically strip width & height from name on rename. Example: foofoo - 1920x1080P.mp4 - - Add link to version history to [**Advance Duplicate File Menu**] and to [DupFileManager Tools and Utilities] - Move [Merge Duplicate Tags], [Whitelist Delete In Same Folder], and [Swap Better **] field options from the Stash->Plugins GUI to the advance menu. diff --git a/plugins/DupFileManager/advance_options.html b/plugins/DupFileManager/advance_options.html index 037f788..1897403 100644 --- a/plugins/DupFileManager/advance_options.html +++ b/plugins/DupFileManager/advance_options.html @@ -405,6 +405,7 @@ function DeleteDupInPath(){
Axter-Stash Plugins
+
DupFileManager Version History
Stash Plugins
Stash Tools
diff --git a/plugins/DupFileManager/version_history/README.md b/plugins/DupFileManager/version_history/README.md index ed4682b..2cbefa7 100644 --- a/plugins/DupFileManager/version_history/README.md +++ b/plugins/DupFileManager/version_history/README.md @@ -118,5 +118,5 @@ Note: This is a beta version, because not all of the javascript ajax functions h - When deleting scene using Report, replaced completion prompt with scene background set to gray. - In Report, when rename occurs, the scene gets renamed inline, without having to reload report page. - Added GetRunPluginOperationJson to DupFileManager_report.js which allows result to safely be converted to json. If fails, it gracefully returns null. - +- Added link to version history to [**Advance Duplicate File Menu**]