file-organizer-mcp 3.2.4 โ†’ 3.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.2.6] - 2026-02-10
4
+
5
+ ### ๐Ÿ› Bug Fixes
6
+
7
+ - **Setup Wizard**: Fixed 14 critical bugs from security audit
8
+ - Added robust path resolution with `findPackageRoot()` and `getPackageRoot()`
9
+ - Added try/catch around all filesystem operations
10
+ - Added validation for user input paths
11
+ - Fixed async/await consistency issues
12
+ - Added graceful handling for prompt cancellations
13
+
14
+ - **Client Detector**: Fixed 14 critical bugs from security audit
15
+ - Added config write locking to prevent concurrent access
16
+ - Added atomic file writes (temp file + rename pattern)
17
+ - Fixed LOCALAPPDATA undefined checks for Windows
18
+ - Added null checks for config paths
19
+ - Fixed Continue client config format
20
+ - Added deep merge for server configurations
21
+ - Added JSON.parse validation and error handling
22
+
23
+ ### ๐Ÿงช Testing
24
+
25
+ - Fixed flaky `cron-utils.test.ts` with fixed time values
26
+ - All 48 test suites passing (630 tests)
27
+
28
+ ---
29
+
3
30
  ## [3.2.0] - 2026-02-10
4
31
 
5
32
  ### โœจ New Features