Releases: Kh4f/manual-sorting
Releases · Kh4f/manual-sorting
2.4.0
2.4.0 (2025-05-04)
🩹 Bug Fixes
- Preserved scroll filler div at the top of tree-item containers when creating new items to avoid theme display issues. (#43)
🧑💻 Dev Tools
dev mode
Added app reload button to file explorer header (primarily for easier debugging on mobile).

2.3.3
2.3.3 (2025-04-30)
🩹 Bug Fixes
mobile
Prevented tooltip and hover triggering after dragging.
2.3.2
2.3.2 (2025-04-27)
🩹 Bug Fixes
- Fixed incorrect tooltip behavior during dragging.
- Fixed wrong hovered element after dragging.
2.3.1
2.3.1 (2025-04-21)
🩹 Bug Fixes
- Fixed Manual sorting mode not staying active after restart. (#41)
2.3.0
2.3.0 (2025-04-17)
🎁 Features
- The plugin now remembers the last selected sorting mode and the
Dragging
state between Obsidian restarts. (#38)
(Thanks to @Mara-Li for the proposed solution in PR #39!)
🩹 Bug Fixes
- Fixed an Obsidian's internal issue where the last selected built-in sorting mode wasn't preserved after app reloads.
- The
Manual Sorting
option now does nothing when it's already selected, aligning with Obsidian’s native behavior.
🧹 Adjustments
- Clarified the confirmation message in the reset order modal to indicate which sort order will be restored.

- Renamed the repository from
obsidian-manual-sorting
to simply manual-sorting
.
(Old URLs will continue to redirect properly.)
🎨 Styling
- Replaced the
Manual Sorting
menu option icon with a pin icon.

2.2.1
2.2.1 (2025-04-16)
🧹 Adjustments
- Refined plugin description in
manifest.json
and package.json
- Resolved a dependency conflict between
i18next
and obsidian-typings
- Updated README: modernized design, added Installation and Credits sections
2.2.0
2.2.0 (2025-04-13)
🎁 Features
- Toggle drag&drop via
☑️ Dragging
checkbox. (#36)
🎨 Styling
- Upgraded menu icons using Lucide icon library for consistency with Obsidian interface.

2.1.2
2.1.2 (2025-04-11)
🩹 Bug Fixes
- Fixed an issue where Manual Sorting interfered with the Outline view. (#35)
2.1.1
2.1.1 (2025-04-09)
🩹 Bug Fixes
- Fixed jittering of dragged items after emptying a folder. (#33)
2.1.0
2.1.0 (2025-03-30)
✨ Highlights
-
Improved Performance: Reordering of the subtree within the folder now occurs only after all child elements have been loaded. (thanks to @SublimePeace for bringing attention to this in #34)
-
Improved Name Conflict Handling: Files and folders can now be safely moved, and their order will be correctly updated, when a name conflict occurs.