@fdm-monster/client-next 2.3.0 → 2.3.2

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.
Binary file
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,27 @@
1
1
  # Develop
2
2
 
3
+ ## Client 2.3.2
4
+
5
+ Features
6
+
7
+ - File explorer: Add breadcrumb navigation for directory traversal
8
+ - File explorer: Enable directory navigation by clicking folders
9
+ - File explorer: Maximize file list height to use available space
10
+ - File explorer: Move Settings button to Quick Actions section
11
+
12
+ Fixes
13
+
14
+ - File explorer: Update to handle new backend API response format with separated directories and files
15
+ - File explorer: Remove Clear All button
16
+ - File explorer: Improve layout consistency and fix search field sizing
17
+
18
+ ## Client 2.3.1
19
+
20
+ ## Fixes
21
+
22
+ - Fix MMU support causing UI errors
23
+ - Fix index 0 thumbnail not disabling query and failing to load
24
+
3
25
  ## Client 2.3.0
4
26
 
5
27
  ## Fixes