Skip to content

Commit 773e2d7

Browse files
committed
chore(release): 2.4.0
1 parent 01dd1ab commit 773e2d7

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

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

33

4+
## [2.4.0](https://github.com/Kh4f/manual-sorting/compare/2.3.3...2.4.0) (2025-05-04)
5+
6+
### 🚀 Features
7+
8+
* **dev:** add app reload button to file explorer header in dev mode ([6771a2e](https://github.com/Kh4f/manual-sorting/commit/6771a2e7c098a7f19876523c9d44ece5d427acde))
9+
10+
11+
### 🩹 Bug Fixes
12+
13+
* **ui:** preserve scroll filler div at the top of tree-item containers when inserting new items ([01dd1ab](https://github.com/Kh4f/manual-sorting/commit/01dd1abd2091eeb1b5f6e0c96278d2f4512d07b2)), closes [#43](https://github.com/Kh4f/manual-sorting/issues/43)
14+
15+
416
### [2.3.3](https://github.com/Kh4f/manual-sorting/compare/2.3.2...2.3.3) (2025-04-30)
517

618

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.3.3",
4+
"version": "2.4.0",
55
"minAppVersion": "0.15.0",
66
"description": "Drag'n'Drop sorting within file explorer.",
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": "manual-sorting",
3-
"version": "2.3.3",
3+
"version": "2.4.0",
44
"description": "An Obsidian plugin that adds manual drag&drop sorting to the file explorer.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
"2.3.0": "0.15.0",
4646
"2.3.1": "0.15.0",
4747
"2.3.2": "0.15.0",
48-
"2.3.3": "0.15.0"
48+
"2.3.3": "0.15.0",
49+
"2.4.0": "0.15.0"
4950
}

0 commit comments

Comments
 (0)