diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4f853..74e8a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ -# [0.15.0](https://github.com/aidenlx/alx-folder-note/compare/0.14.0...0.15.0) (2022-03-06) + + +# [0.16.0](https://github.com/aidenlx/alx-folder-note/compare/0.15.0...0.16.0) (2022-03-25) + + +### Bug Fixes + +* **click-handler:** fix shift selection not working on folder with note ([a4742e1](https://github.com/aidenlx/alx-folder-note/commit/a4742e1d90d6e277b48e6c6ea2e33d7e3c44f21b)) + + +### Features + +* **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) +* **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) +* 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) ### Bug Fixes @@ -270,5 +284,4 @@ * port core function from fork.dev ([6b24c46](https://github.com/alx-plugins/alx-folder-note/commit/6b24c4606d336fcc41ffd72fce153d6379d611ca)) * support create new folder note ([2a1026f](https://github.com/alx-plugins/alx-folder-note/commit/2a1026f36670df846394963b02ab82fc59bc2bde)) * update method to unload and load when layout is already ready ([521294b](https://github.com/alx-plugins/alx-folder-note/commit/521294bfa878697d25bc784fcc59d800038f4ff1)) -* **settings.ts:** port settings from xpgo's ([f8c2e2f](https://github.com/alx-plugins/alx-folder-note/commit/f8c2e2fa9435e49cc7b333b3e61bc8f0920a7cc2)) - +* **settings.ts:** port settings from xpgo's ([f8c2e2f](https://github.com/alx-plugins/alx-folder-note/commit/f8c2e2fa9435e49cc7b333b3e61bc8f0920a7cc2)) \ No newline at end of file diff --git a/README.md b/README.md index ae5b013..56d768d 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Check [wiki](https://github.com/aidenlx/alx-folder-note/wiki) for more details ## Compatibility -The required API feature is only available for Obsidian v0.12.5+. +The required API feature is only available for Obsidian v0.13.24+. ## Installation diff --git a/manifest.json b/manifest.json index ace0c39..9bbb149 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "alx-folder-note", "name": "AidenLx's Folder Note", - "version": "0.15.0", + "version": "0.16.0", "minAppVersion": "0.13.24", "description": "Add description, summary and more info to folders with folder notes.", "author": "AidenLx", diff --git a/package.json b/package.json index 73eede7..7f64e55 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aidenlx/folder-note", - "version": "0.15.0", + "version": "0.16.0", "description": "Add description, summary and more info to folders with folder notes.", "packageManager": "yarn@3.1.1", "scripts": { diff --git a/versions.json b/versions.json index 436b1dd..58cd672 100755 --- a/versions.json +++ b/versions.json @@ -22,5 +22,6 @@ "0.13.0": "0.12.5", "0.13.1": "0.12.5", "0.14.0": "0.12.5", - "0.15.0": "0.12.5" + "0.15.0": "0.12.5", + "0.16.0": "0.13.24" } \ No newline at end of file