Skip to content

Commit 9854875

Browse files
committed
chore(release): 3.2.4
1 parent 29fefc6 commit 9854875

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

33

4+
##   [` 📦 3.2.4 `](https://github.com/kh4f/manual-sorting/compare/3.2.3...3.2.4)
5+
6+
###   🩹 Fixes
7+
- **Settings save on rename**: renaming items now always updates settings in `data.json`. [🡥](https://github.com/kh4f/manual-sorting/commit/115f687) [#120](https://github.com/kh4f/manual-sorting/issues/120)
8+
9+
#####    [_Full Changelog_](https://github.com/kh4f/manual-sorting/compare/3.2.3...3.2.4)    _Jan 21, 2026_
10+
11+
412
##   [` 📦 3.2.3 `](https://github.com/kh4f/manual-sorting/compare/3.2.2...3.2.3)
513

614
###      🩹 Fixes

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": "3.2.3",
4+
"version": "3.2.4",
55
"minAppVersion": "0.15.0",
66
"description": "Drag'n'Drop sorting within file explorer.",
77
"author": "kh4f",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manual-sorting",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"description": "An Obsidian plugin that adds manual drag&drop sorting to the file explorer.",
55
"author": "kh4f <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)