Updated version and added Docker Support

This commit is contained in:
David Maisonave
2025-01-06 02:30:15 -05:00
parent 02ba4a9657
commit badb545347
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
name: FileMonitor
description: Monitors the Stash library folders, and updates Stash if any changes occurs in the Stash library paths.
version: 1.0.0
version: 1.0.1
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor
ui:
javascript:

View File

@@ -2,3 +2,5 @@
### 1.0.0
- Added Tools-UI option to get FileMonitor running status.
- Added Stash toolbar icon to get FileMonitor running status.
### 1.0.1
- Added Docker support.