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

Commit 81f125f

Browse files
committed
chore: release v0.15.0
1 parent cca26e0 commit 81f125f

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.15.0](https://github.com/aidenlx/alx-folder-note/compare/0.14.0...0.15.0) (2022-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **settings:** fix input[number] stylings ([eaeb33a](https://github.com/aidenlx/alx-folder-note/commit/eaeb33ab7648e71c05b8f79c221d5a26d9d16245))
7+
8+
9+
### Features
10+
11+
* **fe-handler:** adjust folder title and icon style ([03a8340](https://github.com/aidenlx/alx-folder-note/commit/03a83407afdf310eeccc50a629725299f299efdd))
12+
* **fe-patch:** support hover on folder to preview its folder note ([aa918ff](https://github.com/aidenlx/alx-folder-note/commit/aa918ff80887f6b1cae2237f5ad86fc43ba000db)), closes [#62](https://github.com/aidenlx/alx-folder-note/issues/62)
13+
* **folder-icon:** add command and file menu option to set folder icon ([03d4ec1](https://github.com/aidenlx/alx-folder-note/commit/03d4ec1c239476d6047d093afdf237ca29c01aab))
14+
* increase folder's collapse-indicator size on mobile ([b619b0d](https://github.com/aidenlx/alx-folder-note/commit/b619b0dbb512692383592f93562a75df152725b8))
15+
116
# [0.14.0](https://github.com/aidenlx/alx-folder-note/compare/0.13.1...0.14.0) (2022-02-25)
217

318

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.14.0",
4+
"version": "0.15.0",
55
"minAppVersion": "0.12.5",
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.14.0",
3+
"version": "0.15.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
@@ -21,5 +21,6 @@
2121
"0.12.3": "0.12.5",
2222
"0.13.0": "0.12.5",
2323
"0.13.1": "0.12.5",
24-
"0.14.0": "0.12.5"
24+
"0.14.0": "0.12.5",
25+
"0.15.0": "0.12.5"
2526
}

0 commit comments

Comments
 (0)