diff --git a/docs/release-notes/command-deck/2025-11-12.md b/docs/release-notes/command-deck/2025-11-12.md index d2334287..08957146 100644 --- a/docs/release-notes/command-deck/2025-11-12.md +++ b/docs/release-notes/command-deck/2025-11-12.md @@ -1,13 +1,13 @@ # Hotfix - November 12, 2025 -This release fixes compatibility issues with TrueNAS Fangtooth 25.04.0+. +This release fixes compatibility issues with Fangtooth 25.04.0+ and adds the foundation for one click server actions outside of the deck. ## Bug Fixes -### Folder Unlock on Fangtooth +### Server Actions and Folder Unlock on Fangtooth -Fixed folder unlock functionality for TrueNAS Fangtooth (25.04.0+). -- Encrypted folders can now be properly unlocked on Fangtooth systems running TrueNAS 25.04.0 and later -- Updated SMB registry synchronization to use the new `etc.generate('smb')` API method introduced in Fangtooth -- Maintains backward compatibility with Electric Eel (24.x) systems using the legacy `sharing.smb.sync_registry` method -- Resolves errors when unlocking encrypted datasets on newer TrueNAS versions +Fixed folder unlock functionality for Fangtooth (25.04.0+). +- Updated SMB registry synchronization to use the new `etc.generate('smb')` API method vs. legacy `sharing.smb.sync_registry` method + +Email Actions support. +- Allows for server related actions directly from channels outside of our deck. For example: this foundation will allow for upgrading your server directly from email notifications with a single click. diff --git a/docs/release-notes/command-deck/index.md b/docs/release-notes/command-deck/index.md index 5089300a..e80680d6 100644 --- a/docs/release-notes/command-deck/index.md +++ b/docs/release-notes/command-deck/index.md @@ -11,7 +11,7 @@ For users who are actively connected during an update, there may be a brief down ## 2025 Releases -- [**2025-11-12**](./2025-11-12) - Folder Unlock on Fangtooth +- [**2025-11-12**](./2025-11-12) - Server Actions and Folder Unlock on Fangtooth - [**2025-11-08**](./2025-11-08) - Server monitoring scalability improvements - [**2025-11-07**](./2025-11-07) - Upgrade timeout improvements - [**2025-11-06**](./2025-11-06) - Install Script v2, Fangtooth Support, Enhanced User Management