Skip to content

Commit 2ff2d16

Browse files
committed
new version prep
1 parent 9916b5f commit 2ff2d16

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ You can install the plugin via the Community Plugins tab within Obsidian by sear
2525

2626
> Please report any bugs or feature requests [here](https://github.com/meld-cp/obsidian-encrypt/issues).
2727
28+
### v2.0.4
29+
- fix password remembered even when 'remember password' setting is unchecked
30+
2831
### v2.0.3
2932
- add common password session cache
3033
- also remember passwords for whole note encryption

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "meld-encrypt",
33
"name": "Meld Encrypt",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"minAppVersion": "0.12.15",
66
"description": "Hide secrets in your valut",
77
"author": "meld-cp",

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"2.0.4": "1.0.3",
23
"2.0.3": "1.0.3",
34
"2.0.2": "1.0.3",
45
"2.0.1": "1.0.3",

0 commit comments

Comments
 (0)