Skip to content

Commit 7335d9d

Browse files
committed
chore(release): 1.5.0
1 parent de043d1 commit 7335d9d

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

CHANGELOG.md

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

33

4+
## [1.5.0](https://github.com/Kh4f/obsidian-manual-sorting/compare/1.4.0...1.5.0) (2025-03-08)
5+
6+
7+
### 🐞 Bug Fixes
8+
9+
* add optional chaining to prevent errors when accessing nextItem's firstChild ([a23b662](https://github.com/Kh4f/obsidian-manual-sorting/commit/a23b66289a97b9e977970a250b995f88ffcf75ef))
10+
* **debug:** correct debug message from 'after' to 'before' ([e796833](https://github.com/Kh4f/obsidian-manual-sorting/commit/e796833f7c84c477456ae80c56084e72d9e94e8e))
11+
12+
13+
### 🚀 Features
14+
15+
* **drag-and-drop:** prevent folder from moving when dragging item over it by adding swapThreshold ([de043d1](https://github.com/Kh4f/obsidian-manual-sorting/commit/de043d133389c51b5d0e6c6502fa8d2d903464ee)), closes [#10](https://github.com/Kh4f/obsidian-manual-sorting/issues/10)
16+
417
## [1.4.0](https://github.com/Kh4f/obsidian-manual-sorting/compare/1.3.7...1.4.0) (2025-03-08)
518

619

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": "1.4.0",
4+
"version": "1.5.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": "1.4.0",
3+
"version": "1.5.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
@@ -12,5 +12,6 @@
1212
"1.3.5": "0.15.0",
1313
"1.3.6": "0.15.0",
1414
"1.3.7": "0.15.0",
15-
"1.4.0": "0.15.0"
15+
"1.4.0": "0.15.0",
16+
"1.5.0": "0.15.0"
1617
}

0 commit comments

Comments
 (0)