Skip to content

Commit 8727c1a

Browse files
committed
chore(release): 2.1.2
1 parent e0168b6 commit 8727c1a

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.md

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

33

4+
### [2.1.2](https://github.com/Kh4f/obsidian-manual-sorting/compare/2.1.1...2.1.2) (2025-04-11)
5+
6+
7+
### 🩹 Bug Fixes
8+
9+
* **`patchFileExplorer`:** ensure patched `setChildrenInPlace` only runs for elements with "nav-" in classList ([e0168b6](https://github.com/Kh4f/obsidian-manual-sorting/commit/e0168b62bbbb59bdc8b18ddce177cebf4f8184b6)), closes [#35](https://github.com/Kh4f/obsidian-manual-sorting/issues/35), refs [#29](https://github.com/Kh4f/obsidian-manual-sorting/issues/29)
10+
11+
### 🧹 Adjustments
12+
13+
* **revert:** "fix: prevent sorting from affecting outline panel elements" ([21c8234](https://github.com/Kh4f/obsidian-manual-sorting/commit/21c8234e03a14f9d8ebc82305d10a19075812e77))
14+
415
### [2.1.1](https://github.com/Kh4f/obsidian-manual-sorting/compare/2.1.0...2.1.1) (2025-04-09)
516

617

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.1",
4+
"version": "2.1.2",
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.1",
3+
"version": "2.1.2",
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
@@ -38,5 +38,6 @@
3838
"1.11.4": "0.15.0",
3939
"2.0.0": "0.15.0",
4040
"2.1.0": "0.15.0",
41-
"2.1.1": "0.15.0"
41+
"2.1.1": "0.15.0",
42+
"2.1.2": "0.15.0"
4243
}

0 commit comments

Comments
 (0)