Skip to content

Commit

Permalink
fix mete key for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
xpgo committed Jan 27, 2021
1 parent 6365611 commit 684837c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
27 changes: 11 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,23 @@ Just a simple trick. When create description note for a folder, a note file name

## Change log

### 0.3.1

- Fix the command key on Mac

### 0.3.0

- Automatically generate card-view of folder overview (Experimental).
- Add keyword {{FOLDER_BRIEF}} for generating the folder overview.

### 0.2.5

- Fix folder and note name check for hiding.

### 0.2.4

- Add settings option to hide or unhide folder note file.

### 0.2.3

- Fix: failed to create note file when create a new folder.
- Change: change the default note name to \_about\_ because of folder rename problem.

### 0.2.1
### 0.2.1 - 0.2.5

- Add: settings tab
- Note name and contents can be configured.
- Fix folder and note name check for hiding. (0.2.5)
- Add settings option to hide or unhide folder note file. (0.2.3)
- Fix: failed to create note file when create a new folder. (0.2.2)
- Change: change the default note name to \_about\_ because of folder rename problem. (0.2.2)
- Add: settings tab (0.2.1)
- Note name and contents can be configured. (0.2.1)

## Plans for future

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "folder-note-plugin",
"name": "Folder Note",
"version": "0.3.0",
"version": "0.3.1",
"minAppVersion": "0.9.12",
"description": "Click a folder node to show a note describing the folder.",
"author": "xpgo",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"0.2.3": "0.9.7",
"0.2.4": "0.9.7",
"0.2.5": "0.9.7",
"0.3.0": "0.9.7"
"0.3.0": "0.9.7",
"0.3.1": "0.9.7"
}

0 comments on commit 684837c

Please sign in to comment.