Skip to content

Commit 7ec8feb

Browse files
committed
chore(release): 2.2.0
1 parent bffa4fc commit 7ec8feb

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

33

4+
## [2.2.0](https://github.com/Kh4f/obsidian-manual-sorting/compare/2.1.2...2.2.0) (2025-04-13)
5+
6+
### 🚀 Features
7+
8+
* **dnd:** implement drag-and-drop toggle based on `Dragging` checkbox ([415b187](https://github.com/Kh4f/obsidian-manual-sorting/commit/415b187fd399214b26bd87ac305e87104198a478)), closes [#36](https://github.com/Kh4f/obsidian-manual-sorting/issues/36)
9+
* **menu:** add `Dragging` checkbox to toggle drag & drop in `Change sort order` menu ([017df8c](https://github.com/Kh4f/obsidian-manual-sorting/commit/017df8c9528669110166de5e6b319359aff89341)), refs [#36](https://github.com/Kh4f/obsidian-manual-sorting/issues/36)
10+
* **menu:** update custom option icons using Lucide icon library ([bffa4fc](https://github.com/Kh4f/obsidian-manual-sorting/commit/bffa4fcab2932baca27e47d36be264974be45a1a))
11+
12+
13+
### 🩹 Bug Fixes
14+
15+
* **dnd:** ensure elements update position after drop when dragging is disabled ([ce44dc4](https://github.com/Kh4f/obsidian-manual-sorting/commit/ce44dc48f1c73b5a82302600994b9d3c389c9a1b)), refs [#36](https://github.com/Kh4f/obsidian-manual-sorting/issues/36)
16+
* **dnd:** prevent dispatching drop event in `onUnchoose` when dragging is disabled ([cee129f](https://github.com/Kh4f/obsidian-manual-sorting/commit/cee129f302b5bd5385ca3b993dd87120ef0a7766)), refs [#36](https://github.com/Kh4f/obsidian-manual-sorting/issues/36)
17+
18+
19+
### 🧹 Adjustments
20+
21+
* make `patchSortable` async ([636b85f](https://github.com/Kh4f/obsidian-manual-sorting/commit/636b85ffbccc937c82f09e663cb6222541ae1071))
22+
* replace firstChild with firstElementChild for `childPath` in `setChildrenInPlace` ([61e83b3](https://github.com/Kh4f/obsidian-manual-sorting/commit/61e83b320de09d9a0d4d129dc874a4657b0ae83b))
23+
424
### [2.1.2](https://github.com/Kh4f/obsidian-manual-sorting/compare/2.1.1...2.1.2) (2025-04-11)
525

626

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "manual-sorting",
33
"name": "Manual Sorting",
4-
"version": "2.1.2",
4+
"version": "2.2.0",
55
"minAppVersion": "0.15.0",
66
"description": "Drag'n'Drop file sorting.",
77
"author": "Kh4f",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-manual-sorting",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "A plugin for Obsidian that enables manual sorting within the file explorer using drag-and-drop.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
"2.0.0": "0.15.0",
4040
"2.1.0": "0.15.0",
4141
"2.1.1": "0.15.0",
42-
"2.1.2": "0.15.0"
42+
"2.1.2": "0.15.0",
43+
"2.2.0": "0.15.0"
4344
}

0 commit comments

Comments
 (0)