Skip to content

Commit 6b90e5d

Browse files
committed
chore(release): 1.6.0
1 parent 3f08a57 commit 6b90e5d

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

CHANGELOG.md

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

33

4+
## [1.6.0](https://github.com/Kh4f/obsidian-manual-sorting/compare/1.5.0...1.6.0) (2025-03-09)
5+
6+
7+
### 🚀 Features
8+
9+
* add waitForExplorer method to ensure file explorer is loaded before patching ([10d460f](https://github.com/Kh4f/obsidian-manual-sorting/commit/10d460f3237f572624d753a0f4ed64f6d08486fe))
10+
* enable plugin for mobile devices ([3f08a57](https://github.com/Kh4f/obsidian-manual-sorting/commit/3f08a5727479f34ade1c5e39b75a2d321baf92b1))
11+
* manually trigger file renaming after moving between directories ([e9f94d8](https://github.com/Kh4f/obsidian-manual-sorting/commit/e9f94d88e86cda357feba63d729798a7bbd86355))
12+
413
## [1.5.0](https://github.com/Kh4f/obsidian-manual-sorting/compare/1.4.0...1.5.0) (2025-03-08)
514

615

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "manual-sorting",
33
"name": "Manual Sorting",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"minAppVersion": "0.15.0",
66
"description": "Drag'n'Drop file sorting.",
77
"author": "Kh4f",
88
"authorUrl": "https://github.com/Kh4f",
99
"isDesktopOnly": false
10-
}
10+
}

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.5.0",
3+
"version": "1.6.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
@@ -13,5 +13,6 @@
1313
"1.3.6": "0.15.0",
1414
"1.3.7": "0.15.0",
1515
"1.4.0": "0.15.0",
16-
"1.5.0": "0.15.0"
16+
"1.5.0": "0.15.0",
17+
"1.6.0": "0.15.0"
1718
}

0 commit comments

Comments
 (0)