Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
meld-cp committed Oct 27, 2023
1 parent fc2d6c8 commit e5dcd3a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ You can install the plugin via the Community Plugins tab within Obsidian by sear

> Please report any bugs or feature requests [here](https://github.com/meld-cp/obsidian-encrypt/issues).
### 2.3.3
- fix broken consecutive in-place markers in reading view ([#102](https://github.com/meld-cp/obsidian-encrypt/issues/102))
- fix bottom text is hidden when editing encrypted whole-notes ([#124](https://github.com/meld-cp/obsidian-encrypt/issues/124))


### 2.3.2
- add key-bindable command to toggle reading view for encrypted notes ([#116](https://github.com/meld-cp/obsidian-encrypt/issues/116))
- change to using `.mdenc` file extensions for encrypted notes ([#117](https://github.com/meld-cp/obsidian-encrypt/issues/117))
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": "meld-encrypt",
"name": "Meld Encrypt",
"version": "2.3.2",
"version": "2.3.3",
"minAppVersion": "1.0.3",
"description": "Hide secrets in your vault",
"author": "meld-cp",
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": "obsidian-sample-plugin",
"version": "2.3.2",
"version": "2.3.3",
"description": "Hide secrets in your vault",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
"2.2.0": "1.0.3",
"2.3.0": "1.0.3",
"2.3.1": "1.0.3",
"2.3.2": "1.0.3"
"2.3.2": "1.0.3",
"2.3.3": "1.0.3"
}

0 comments on commit e5dcd3a

Please sign in to comment.