Releases: Kh4f/manual-sorting
Releases · Kh4f/manual-sorting
1.7.0
1.7.0 (2025-03-09)
✨ Highlights
Folders now automatically collapse when dragged. This fixes the issue where Obsidian would automatically expand folders while dragging, making it difficult to move them, especially when dealing with large folders.
🚀 Features
1.6.1
1.6.0
1.6.0 (2025-03-09)
📱 Mobile Support
Initial support for mobile devices has been added! You can now manually reorder files and folders in the Obsidian File Explorer on mobile, though this feature is still new and may require further refinements.
If you encounter any issues on mobile, feel free to report them!
🚀 Features
1.5.0
1.4.0
1.4.0 (2025-03-08)
✨ Highlights
- OrderManager overhaul: Now indexes the order of all files and folders, even if no manual sorting has been applied. This improves reliability in maintaining the expected folder structure.
- Improved persistence: If the file structure changes while the plugin is disabled, previous ordering is preserved as much as possible. New files/folders will be appended to the bottom of their directory.
🚀 Features
- order-manager: rewrite OrderManager to index entire file structure and seamlessly update order after external changes (786f924)
🩹 Bug Fixes
- ensure files are truly deleted before updating order (29f5b71)
- menu: correct variable name from 'openManuButton' to 'openMenuButton' (f8385d5)
- override detach function to prevent deletion of offscreen files (f296b9e)
- ui: reduce large empty gaps between file structure elements (b1ab442)
🧹 Adjustments
- replace itemInstance?.children with itemIsFolder variable (752e70d)