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

Commit b221572

Browse files
committed
chore: release v0.14.0
1 parent eab6841 commit b221572

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.14.0](https://github.com/aidenlx/alx-folder-note/compare/0.13.1...0.14.0) (2022-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **folder-icon:** fix basic styles broken in some themes; svg and emoji icons are now aligned properly ([12e28b4](https://github.com/aidenlx/alx-folder-note/commit/12e28b438dcb71304d19d3bf25d0ff5eca8a490a)), closes [#61](https://github.com/aidenlx/alx-folder-note/issues/61)
7+
8+
9+
### Features
10+
11+
* add `is-active` class on active folder's titleEl ([eccb473](https://github.com/aidenlx/alx-folder-note/commit/eccb4737b0557a807763da711e5cd3edd5591984)), closes [#53](https://github.com/aidenlx/alx-folder-note/issues/53)
12+
* **click-handler:** add option to disable click folder title to open folder note on mobile ([2d2bad6](https://github.com/aidenlx/alx-folder-note/commit/2d2bad6f4a84baa6ff935edf8e77d12f628da6f3)), closes [#56](https://github.com/aidenlx/alx-folder-note/issues/56) [#52](https://github.com/aidenlx/alx-folder-note/issues/52)
13+
* **settings:** add option to configure long press delay ([745680a](https://github.com/aidenlx/alx-folder-note/commit/745680a2f64539b7678713f2f64376373b62381a)), closes [#42](https://github.com/aidenlx/alx-folder-note/issues/42)
14+
115
## [0.13.1](https://github.com/aidenlx/alx-folder-note/compare/0.13.0...0.13.1) (2022-02-19)
216

317

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "alx-folder-note",
33
"name": "AidenLx's Folder Note",
4-
"version": "0.13.1",
4+
"version": "0.14.0",
55
"minAppVersion": "0.12.5",
66
"description": "Add description, summary and more info to folders with folder notes.",
77
"author": "AidenLx",
88
"authorUrl": "https://github.com/aidenlx",
99
"isDesktopOnly": false
10-
}
10+
}

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.13.1",
3+
"version": "0.14.0",
44
"description": "Add description, summary and more info to folders with folder notes.",
55
"packageManager": "[email protected]",
66
"scripts": {

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"0.12.2": "0.12.5",
2121
"0.12.3": "0.12.5",
2222
"0.13.0": "0.12.5",
23-
"0.13.1": "0.12.5"
24-
}
23+
"0.13.1": "0.12.5",
24+
"0.14.0": "0.12.5"
25+
}

0 commit comments

Comments
 (0)