Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit a6e5d89

Browse files
committed
chore: release v0.16.0
1 parent 3e55d48 commit a6e5d89

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# [0.15.0](https://github.com/aidenlx/alx-folder-note/compare/0.14.0...0.15.0) (2022-03-06)
1+
2+
3+
# [0.16.0](https://github.com/aidenlx/alx-folder-note/compare/0.15.0...0.16.0) (2022-03-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **click-handler:** fix shift selection not working on folder with note ([a4742e1](https://github.com/aidenlx/alx-folder-note/commit/a4742e1d90d6e277b48e6c6ea2e33d7e3c44f21b))
9+
10+
11+
### Features
12+
13+
* **click handler:** add option to expand collasped folder with note while opening it ([3f98380](https://github.com/aidenlx/alx-folder-note/commit/3f9838017f5ea9a8ee5449c5b85e52f572db6522)), closes [#32](https://github.com/aidenlx/alx-folder-note/issues/32)
14+
* **click-handler:** folder note is triggered only when click on folder title again ([f145d5a](https://github.com/aidenlx/alx-folder-note/commit/f145d5a3552a23fdf10e409ed511f4c0aee89e9e)), closes [#64](https://github.com/aidenlx/alx-folder-note/issues/64)
15+
* support drag folder to editor to insert link ([26e6cf9](https://github.com/aidenlx/alx-folder-note/commit/26e6cf96bd51355a3c71cc7bec892d989df0c62e)), closes [#45](https://github.com/aidenlx/alx-folder-note/issues/45)# [0.15.0](https://github.com/aidenlx/alx-folder-note/compare/0.14.0...0.15.0) (2022-03-06)
216

317

418
### Bug Fixes
@@ -270,5 +284,4 @@
270284
* port core function from fork.dev ([6b24c46](https://github.com/alx-plugins/alx-folder-note/commit/6b24c4606d336fcc41ffd72fce153d6379d611ca))
271285
* support create new folder note ([2a1026f](https://github.com/alx-plugins/alx-folder-note/commit/2a1026f36670df846394963b02ab82fc59bc2bde))
272286
* update method to unload and load when layout is already ready ([521294b](https://github.com/alx-plugins/alx-folder-note/commit/521294bfa878697d25bc784fcc59d800038f4ff1))
273-
* **settings.ts:** port settings from xpgo's ([f8c2e2f](https://github.com/alx-plugins/alx-folder-note/commit/f8c2e2fa9435e49cc7b333b3e61bc8f0920a7cc2))
274-
287+
* **settings.ts:** port settings from xpgo's ([f8c2e2f](https://github.com/alx-plugins/alx-folder-note/commit/f8c2e2fa9435e49cc7b333b3e61bc8f0920a7cc2))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Check [wiki](https://github.com/aidenlx/alx-folder-note/wiki) for more details
3939

4040
## Compatibility
4141

42-
The required API feature is only available for Obsidian v0.12.5+.
42+
The required API feature is only available for Obsidian v0.13.24+.
4343

4444
## Installation
4545

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "alx-folder-note",
33
"name": "AidenLx's Folder Note",
4-
"version": "0.15.0",
4+
"version": "0.16.0",
55
"minAppVersion": "0.13.24",
66
"description": "Add description, summary and more info to folders with folder notes.",
77
"author": "AidenLx",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aidenlx/folder-note",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Add description, summary and more info to folders with folder notes.",
55
"packageManager": "[email protected]",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
"0.13.0": "0.12.5",
2323
"0.13.1": "0.12.5",
2424
"0.14.0": "0.12.5",
25-
"0.15.0": "0.12.5"
25+
"0.15.0": "0.12.5",
26+
"0.16.0": "0.13.24"
2627
}

0 commit comments

Comments
 (0)