diff --git a/plugins/DupFileManager/DupFileManager.yml b/plugins/DupFileManager/DupFileManager.yml index b5bb78e..b7fc603 100644 --- a/plugins/DupFileManager/DupFileManager.yml +++ b/plugins/DupFileManager/DupFileManager.yml @@ -1,6 +1,6 @@ name: DupFileManager description: Manages duplicate files. -version: 1.1.4 +version: 1.1.5 url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/DupFileManager ui: # css: diff --git a/plugins/DupFileManager/README.md b/plugins/DupFileManager/README.md index c402db4..602c9b8 100644 --- a/plugins/DupFileManager/README.md +++ b/plugins/DupFileManager/README.md @@ -1,4 +1,4 @@ -# DupFileManager: Ver 1.1.4 (By David Maisonave) +# DupFileManager: Ver 1.1.5 (By David Maisonave) DupFileManager is a [Stash](https://github.com/stashapp/stash) plugin which manages duplicate files in the Stash system. It has both **task** and **tools-UI** components. @@ -133,8 +133,6 @@ Users can setup a private or alternate remote site by changing variables **remot ### Future Planned Features, Changes, or Fixes - Scheduled Changes - - Add option to report to avoid reloading page after updating report. Planned for 1.2.0 Version. - - After deleting scene from report, disable preview for the deleted scene on the report. Planned for 1.2.0 Version. - Remove [Max Dup Process] from the Stash->Plugins GUI. This option already exist in advance menu. Planned for 1.2.0 Version. - Add chat icon to report which on hover, displays a popup window showing scene details content. Planned for 1.2.0 Version. - Add image icon to report; on hover show scene cover image. Planned for 1.2.0 Version. diff --git a/plugins/DupFileManager/version_history/README.md b/plugins/DupFileManager/version_history/README.md index 0c40d0c..18cc7c8 100644 --- a/plugins/DupFileManager/version_history/README.md +++ b/plugins/DupFileManager/version_history/README.md @@ -105,5 +105,8 @@ - On Stash installations having password, the Advance Menu can now be accessed from the Stash->Tools->[DupFileManager Report Menu]. ### 1.1.4 - Fixed Docker issue when displaying report on Docker having port forwarding configured. +### 1.1.5 +- After deleting scene from report, disable preview for the deleted scene on the report. +- Add option to report to avoid reloading page after updating report.