Updated to version 1.1.5

This commit is contained in:
David Maisonave
2025-01-10 13:53:40 -05:00
parent 2431e3dac2
commit 5ad7dbcd19
3 changed files with 5 additions and 4 deletions

View File

@@ -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:

View File

@@ -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.

View File

@@ -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.