Browse Source

release prep

pull/147/head 2.3.5
Cleon 2 years ago
parent
commit
5867b1390f
  1. 4
      README.md
  2. 2
      manifest.json
  3. 2
      package.json
  4. 3
      versions.json

4
README.md

@ -25,6 +25,10 @@ You can install the plugin via the Community Plugins tab within Obsidian by sear @@ -25,6 +25,10 @@ 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.5
- #132 broke some other plugins, this fixes that fix 🤞 ([#136](https://github.com/meld-cp/obsidian-encrypt/issues/136))
### 2.3.4
- improve indenting when editing encrypted whole-notes ([#108](https://github.com/meld-cp/obsidian-encrypt/issues/108))
- fix incorrect rendering of markdown for in-place encrypted notes in reading view ([#132](https://github.com/meld-cp/obsidian-encrypt/issues/132))

2
manifest.json

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
{
"id": "meld-encrypt",
"name": "Meld Encrypt",
"version": "2.3.4",
"version": "2.3.5",
"minAppVersion": "1.0.3",
"description": "Hide secrets in your vault",
"author": "meld-cp",

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "2.3.4",
"version": "2.3.5",
"description": "Hide secrets in your vault",
"main": "main.js",
"scripts": {

3
versions.json

@ -32,5 +32,6 @@ @@ -32,5 +32,6 @@
"2.3.1": "1.0.3",
"2.3.2": "1.0.3",
"2.3.3": "1.0.3",
"2.3.4": "1.0.3"
"2.3.4": "1.0.3",
"2.3.5": "1.0.3"
}
Loading…
Cancel
Save