Skip to content

Commit 93f0d79

Browse files
authored
Add 7.2.1 Release Notes (#387)
Before Submitting This PR, Please Ensure You Have Completed The Following: 1. [ ] Are internal links to wiki documents using [relative file links](https://docusaurus.io/docs/markdown-features/links)? 2. [ ] Are all new documentation files lowercase, with dash separated names (ex. unraid-os.mdx)? 3. [ ] Are all assets (images, etc), located in an assets/ subfolder next to the .md/mdx files? 4. [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? 5. [ ] Is the build succeeding? <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated 7.2.1 release notes reflecting webGUI enhancements including new Mover schedule disable option in Settings. * Documented storage improvements and permissions corrections. * Added API improvements and updated kernel and firmware versions. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 053dac6 commit 93f0d79

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

docs/unraid-os/release-notes/7.2.1.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 7.2.1-rc.1 2025-11-07
1+
# Version 7.2.1 2025-11-19
22

33
This is a small update with some great fixes and improvements.
44

@@ -18,9 +18,15 @@ If rolling back earlier than 7.2.0, also see the [7.2.0 release notes](7.2.0.md#
1818

1919
### webGUI
2020

21+
- Improvement: On ***Settings → Schedule → Mover Settings*** add a *Disable* option to *Mover schedule*
2122
- Fix: Dashboard: Improved detection of newer Intel CPUs
2223
- Fix: Notification Agents dropdown not working in tabbed mode
2324
- Fix: Visual error displaying temperatures in notifications
25+
- Fix: Improve search, language, and array usage on sidebar themes
26+
- Fix: GUI Search results didn't update when plugins were uninstalled
27+
- Fix: When editing a Share, on the *NFS Security Settings* tab, the *Write settings to* feature did not work for security modes Public and Secure
28+
- Fix: *Show banner background color fade* works again
29+
- Fix: Reduce header background flash going from black to white on page load
2430

2531
### Storage
2632

@@ -32,6 +38,9 @@ If rolling back earlier than 7.2.0, also see the [7.2.0 release notes](7.2.0.md#
3238
- Fix: Empty Disk feature: share data on target disk(s) now remains visible during operation, see [Converting to a new file system type](../using-unraid-to/manage-storage/file-systems.mdx#converting-to-a-new-file-system-type) for usage details.
3339
- Removed '-e' option from 'mover' script; use the webGUI now
3440
- Fix: Reduce excess logging related to drive spin down and SMART self-tests
41+
- Fix: Increase pool device limit from 120 to 200
42+
- Fix: Suppress confusing "Share cache full" messages in syslog
43+
- Fix: Correct /mnt/user permissions issue
3544

3645
### Misc
3746

@@ -41,7 +50,15 @@ If rolling back earlier than 7.2.0, also see the [7.2.0 release notes](7.2.0.md#
4150
- Note: discovery typically does not work if clients are running Tailscale
4251
- Fix: Update 'lshw' to support LEDs on Lincstation systems
4352
- Fix: Re-add the 'Join' Notification Agent from Unraid 6.12
44-
- Fix: Load br\_netfiltering in rc.inet1 'start' function and set default IPv4/IPv6 forwarding policy to ACCEPT (should fix VM IPv6 issues)
53+
- Fix: Load br\_netfilter in rc.inet1 'start' function and set default IPv4/IPv6 forwarding policy to ACCEPT (should fix VM IPv6 issues)
54+
- Fix: Starting Docker causes all IPv6 packets on br0 to be dropped
55+
- Fix: When stopping Samba, terminate master smbd process first
56+
- Fix: Add support for "Intel Corporation Alder Lake-N PCH CNVi WiFi" interface
57+
58+
### Unraid API
59+
60+
- Fix: Ensure Connect features are fully disabled unless Connect is installed
61+
- dynamix.unraid.net 4.27.0 - [see changes](https://github.com/unraid/api/releases)
4562

4663
### Linux kernel
4764

@@ -50,4 +67,6 @@ If rolling back earlier than 7.2.0, also see the [7.2.0 release notes](7.2.0.md#
5067
### Base distro updates
5168

5269
- lshw: version B.02.20
53-
- wsdd2-1.8.7-x86\_64-2\_SBo\_LT.tgz (patched to not exclude shim interfaces)
70+
- wsdd2-1.8.7-x86\_64-2\_SBo\_LT.tgz
71+
- kernel-firmware: version 20251031\_04b323b
72+
- intel-microcode: version 20251111

0 commit comments

Comments
 (0)