Skip to content

Commit 3e84991

Browse files
authored
Merge pull request #103 from masterwishx:dev-new-fixes-20
2025.11.23 version update
2 parents d62a4aa + 183cead commit 3e84991

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,19 @@ 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.23
39+
- new: Added support for moving empty folders from primary storage when the mover runs. *(masterwishx)*
40+
- new: Added automatic disk-emptying using code from the stock Unraid mover after custom mover operations.
41+
- new: Added event-aware Discord notifications for releases, PRs, issues, workflow runs, and manual triggers.
42+
- new: Added per-share ATIME option.
43+
- new: Added folder-aware tracking and explicit file vs. folder markers in status, statistics, and action output.
44+
- new: Added FILETYPE column to the file list to distinguish folders from files.
45+
- new: Added error handling for CRLF to LF line-ending conversion when processing the ignore list.
46+
- new: Added external status badges to the README.
47+
- fix: Improved warning styling, safer path handling, and updated example file-path text.
48+
- fix: Debug run now captures stderr and uses an increased timeout.
49+
- fix: General bug fixes and minor improvements.
50+
3851
- 2025.10.31
3952
- fix: Added guard to skip cache:prefer pools when no valid secondary paths exist to avoid erroneous processing. **_(masterwishx)_**
4053
- new: Improved handling of secondary storage in cache-prefer mode for accurate counts, presence checks, path selection and clearer error/log messages.
358 KB
Binary file not shown.

plugins/ca.mover.tuning.plg

Lines changed: 15 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.10.31">
6-
<!ENTITY md5 "394567cc6ca2e22d8faed4f04219fd28">
5+
<!ENTITY version "2025.11.23">
6+
<!ENTITY md5 "17ce65627e94c574ffa5b4b698211c6a">
77
<!ENTITY launch "Settings/Scheduler">
88
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
99
<!ENTITY github "masterwishx/ca.mover.tuning">
@@ -15,6 +15,19 @@
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.23
19+
- new: Added support for moving empty folders from primary storage when the mover runs. *(masterwishx)*
20+
- new: Added automatic disk-emptying using code from the stock Unraid mover after custom mover operations.
21+
- new: Added event-aware Discord notifications for releases, PRs, issues, workflow runs, and manual triggers.
22+
- new: Added per-share ATIME option.
23+
- new: Added folder-aware tracking and explicit file vs. folder markers in status, statistics, and action output.
24+
- new: Added FILETYPE column to the file list to distinguish folders from files.
25+
- new: Added error handling for CRLF to LF line-ending conversion when processing the ignore list.
26+
- new: Added external status badges to the README.
27+
- fix: Improved warning styling, safer path handling, and updated example file-path text.
28+
- fix: Debug run now captures stderr and uses an increased timeout.
29+
- fix: General bug fixes and minor improvements.
30+
1831
###2025.10.31
1932
- fix: Added guard to skip cache:prefer pools when no valid secondary paths exist to avoid erroneous processing. **_(masterwishx)_**
2033
- new: Improved handling of secondary storage in cache-prefer mode for accurate counts, presence checks, path selection and clearer error/log messages.

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
@@ -38,7 +38,7 @@ rebalanceShares="no"
3838
resynchronizeCache="no"
3939
ctime="no"
4040
atime="no"
41-
version="2025.10.31"
41+
version="2025.11.23"
4242
daysold="-1"
4343
filelistv=""
4444
sizeinM="1"

0 commit comments

Comments
 (0)