Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Jun 7, 2021
1 parent 4175b87 commit fff08ac
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# [1.1.0](https://github.com/ozntel/file-explorer-note-count/compare/1.0.0...1.1.0) (2021-06-07)


### Bug Fixes

* fix try to update count on old path of renamed folder ([90eb6f8](https://github.com/ozntel/file-explorer-note-count/commit/90eb6f84aa8e9d2544e1e6df2f61134f099fbb3a))
* **folder-count.ts:** fix folder not counting files in nested folders ([651b47d](https://github.com/ozntel/file-explorer-note-count/commit/651b47d16288f6b604f5d1ddfcfbc94a0dc185d4))
* fix count overlap with title content when title is long ([f9f3a75](https://github.com/ozntel/file-explorer-note-count/commit/f9f3a758d10026590366f28c4c0b595b3449d518))
* fix default theme num style ([deb2422](https://github.com/ozntel/file-explorer-note-count/commit/deb242206722b0a2f81327d0ee3efac9e8ee908d))


### Features

* add file extension filter ([9c5ef53](https://github.com/ozntel/file-explorer-note-count/commit/9c5ef53524526f7ca3e529cfe56e5fed61b7f903))
* add option to show only markdown notes ([577b3f8](https://github.com/ozntel/file-explorer-note-count/commit/577b3f8da3e16c989d3eb0c1079020b347131e79))
* **folder-note.css:** optimize num style ([df360b4](https://github.com/ozntel/file-explorer-note-count/commit/df360b4f2f84026c5168e8b48a4e467d00f2d5d3))
* hide num when expanded for folder with subfolders ([da322c4](https://github.com/ozntel/file-explorer-note-count/commit/da322c4e159a93f2dabb7fd7f74d9c81d15170ca))
* migrate code from alx-folder-note ([8d92e01](https://github.com/ozntel/file-explorer-note-count/commit/8d92e018f82f9cd5f0efb0bddf599d8efa8d1c69))



# [1.0.0](https://github.com/ozntel/file-explorer-note-count/compare/1.0.0...1.1.0) (2021-06-02)

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "file-explorer-note-count",
"name": "File Explorer Note Count",
"version": "1.0.0",
"version": "1.1.0",
"minAppVersion": "0.11.13",
"description": "The plugin helps you to see the number of notes under each folder within the file explorer.",
"author": "Ozan Tellioglu",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-explorer-note-count",
"version": "1.0.0",
"version": "1.1.0",
"description": "You can see the number of notes under each folder within the file explorer",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.0": "0.11.13"
"1.0.0": "0.11.13",
"1.1.0": "0.11.13"
}

0 comments on commit fff08ac

Please sign in to comment.