Skip to content

Commit 49a40b7

Browse files
committed
2025.11.28 version update
Signed-off-by: DaRK AnGeL <[email protected]>
1 parent 11c00ec commit 49a40b7

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ For each file, if the file is not "in use" by any process (as detected by 'fuser
3535
If an error occurs in copying a file, the partial file, if present, is deleted and the operation continues on to the next file.
3636

3737
## Changelog
38+
- 2025.11.28
39+
- new: Added "Move empty folders" option to the WebUI (moveEmptyFolders="yes" by default) to control whether empty directories are moved along with files. *(masterwishx)*
40+
- new: Automatic empty-folder cleanup for rsync, removing source directories that become empty after file moves (when enabled).
41+
- new: Enhanced logging: Added separate logging for files and folders throughout the move process to improve visibility.
42+
- new: Improved UI layout by removing unnecessary style wrappers and adding informational icons.
43+
- new: Added responsive WebGUI behavior by removing "narrow" CSS classes from multiple select elements, improving styling consistency for Mover.tuning and Share.tuning pages.
44+
- new: Updated filter logic in createFilteredFilelist() to properly handle inclusion/exclusion of empty folders.
45+
- new: Updated and clarified Test Mode warnings and notification behavior.
46+
- fix: General bug fixes and minor improvements.
47+
3848
- 2025.11.23
3949
- new: Added support for moving empty folders from primary storage when the mover runs. *(masterwishx)*
4050
- new: Added automatic disk-emptying using code from the stock Unraid mover after custom mover operations.
359 KB
Binary file not shown.

plugins/ca.mover.tuning.plg

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!DOCTYPE PLUGIN [
33
<!ENTITY name "ca.mover.tuning">
44
<!ENTITY author "masterwishx">
5-
<!ENTITY version "2025.11.23">
6-
<!ENTITY md5 "17ce65627e94c574ffa5b4b698211c6a">
5+
<!ENTITY version "2025.11.28">
6+
<!ENTITY md5 "80d8a5af5b4bca25dd0da7bcf77385dd">
77
<!ENTITY launch "Settings/Scheduler">
88
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
99
<!ENTITY github "masterwishx/ca.mover.tuning">
@@ -15,6 +15,16 @@
1515
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" icon="wrench" min="6.9.0-rc2">
1616

1717
<CHANGES>
18+
###2025.11.28
19+
- new: Added "Move empty folders" option to the WebUI (moveEmptyFolders="yes" by default) to control whether empty directories are moved along with files. *(masterwishx)*
20+
- new: Automatic empty-folder cleanup for rsync, removing source directories that become empty after file moves (when enabled).
21+
- new: Enhanced logging: Added separate logging for files and folders throughout the move process to improve visibility.
22+
- new: Improved UI layout by removing unnecessary style wrappers and adding informational icons.
23+
- new: Added responsive WebGUI behavior by removing "narrow" CSS classes from multiple select elements, improving styling consistency for Mover.tuning and Share.tuning pages.
24+
- new: Updated filter logic in createFilteredFilelist() to properly handle inclusion/exclusion of empty folders.
25+
- new: Updated and clarified Test Mode warnings and notification behavior.
26+
- fix: General bug fixes and minor improvements.
27+
1828
###2025.11.23
1929
- new: Added support for moving empty folders from primary storage when the mover runs. *(masterwishx)*
2030
- new: Added automatic disk-emptying using code from the stock Unraid mover after custom mover operations.

source/ca.mover.tuning/usr/local/emhttp/plugins/ca.mover.tuning/default.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rebalanceShares="no"
3939
resynchronizeCache="no"
4040
ctime="no"
4141
atime="no"
42-
version="2025.11.23"
42+
version="2025.11.28"
4343
daysold="-1"
4444
filelistv=""
4545
sizeinM="1"

0 commit comments

Comments
 (0)