Skip to content

Releases: Kh4f/manual-sorting

2.4.0

04 May 04:06
2.4.0
773e2d7
Compare
Choose a tag to compare

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).
    explorer header

2.3.3

30 Apr 15:21
2.3.3
82c1114
Compare
Choose a tag to compare

2.3.3 (2025-04-30)

🩹 Bug Fixes

  • mobile Prevented tooltip and hover triggering after dragging.

2.3.2

27 Apr 19:44
2.3.2
92aad8b
Compare
Choose a tag to compare

2.3.2 (2025-04-27)

🩹 Bug Fixes

  • Fixed incorrect tooltip behavior during dragging.
  • Fixed wrong hovered element after dragging.

2.3.1

21 Apr 03:17
2.3.1
3141168
Compare
Choose a tag to compare

2.3.1 (2025-04-21)

🩹 Bug Fixes

  • Fixed Manual sorting mode not staying active after restart. (#41)

2.3.0

17 Apr 20:23
2.3.0
9d46a5f
Compare
Choose a tag to compare

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.
    modal
  • 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.
    new icon

2.2.1

16 Apr 14:44
2.2.1
a478f93
Compare
Choose a tag to compare

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

13 Apr 17:50
2.2.0
7ec8feb
Compare
Choose a tag to compare

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.
    Menu

2.1.2

11 Apr 23:12
2.1.2
8727c1a
Compare
Choose a tag to compare

2.1.2 (2025-04-11)

🩹 Bug Fixes

  • Fixed an issue where Manual Sorting interfered with the Outline view. (#35)

2.1.1

09 Apr 21:36
2.1.1
83b3a58
Compare
Choose a tag to compare

2.1.1 (2025-04-09)

🩹 Bug Fixes

  • Fixed jittering of dragged items after emptying a folder. (#33)

2.1.0

30 Mar 12:03
2.1.0
e3073f7
Compare
Choose a tag to compare

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.