From ee794a86a8634d0fb8abdacb9045751a4ca27faa Mon Sep 17 00:00:00 2001 From: Jerod Fritz Date: Wed, 12 Nov 2025 08:04:29 -0500 Subject: [PATCH] 11-12-2025 release note --- .gitignore | 1 + docs/.vitepress/sidebar.ts | 1 + docs/release-notes/command-deck/2025-11-12.md | 13 +++++++++++++ docs/release-notes/command-deck/index.md | 1 + 4 files changed, 16 insertions(+) create mode 100644 docs/release-notes/command-deck/2025-11-12.md diff --git a/.gitignore b/.gitignore index 3f6ffba9..c8c3bf5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +docs/.vitepress/.temp docs/.vitepress/cache docs/.vitepress/dist node_modules diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts index 988f1643..b175bcba 100644 --- a/docs/.vitepress/sidebar.ts +++ b/docs/.vitepress/sidebar.ts @@ -128,6 +128,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [ collapsed: true, items: [ // auto-generated-release-notes-start + { text: '2025-11-12', link: '/release-notes/command-deck/2025-11-12' }, { text: '2025-11-08', link: '/release-notes/command-deck/2025-11-08' }, { text: '2025-11-07', link: '/release-notes/command-deck/2025-11-07' }, { text: '2025-11-06', link: '/release-notes/command-deck/2025-11-06' }, diff --git a/docs/release-notes/command-deck/2025-11-12.md b/docs/release-notes/command-deck/2025-11-12.md new file mode 100644 index 00000000..d2334287 --- /dev/null +++ b/docs/release-notes/command-deck/2025-11-12.md @@ -0,0 +1,13 @@ +# Hotfix - November 12, 2025 + +This release fixes compatibility issues with TrueNAS Fangtooth 25.04.0+. + +## Bug Fixes + +### 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 diff --git a/docs/release-notes/command-deck/index.md b/docs/release-notes/command-deck/index.md index ef429e10..5089300a 100644 --- a/docs/release-notes/command-deck/index.md +++ b/docs/release-notes/command-deck/index.md @@ -11,6 +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-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