Skip to content

Commit 6000cf1

Browse files
committed
prep for release
1 parent f706840 commit 6000cf1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
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+
### 2.1.2
29+
- add inline encrypted text marker (clickable) in reading view
30+
2831
### 2.1.1
2932
- Limited support for markdown in `.encrypted` notes
3033
- New setting to select the default view when opening `.encrypted` notes (Source or Reading)
@@ -116,7 +119,7 @@ https://raw.githubusercontent.com/meld-cp/obsidian-encrypt/main/
116119
|In-place encryption Settings| |
117120
|--|--|
118121
| ⚙️ Expand selection to whole line | Partial selections will get expanded to the whole line |
119-
| ⚙️ Copy button | Show a button to copy decrypted text. |
122+
| ⚙️ By default, show encrypted marker when reading | When encrypting inline text, should the default be to have a visible marker in Reading view |
120123

121124
---
122125

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.1.1",
4+
"version": "2.1.2",
55
"minAppVersion": "1.0.3",
66
"description": "Hide secrets in your vault",
77
"author": "meld-cp",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Hide secrets in your vault",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
"2.0.4": "1.0.3",
2525
"2.0.5": "1.0.3",
2626
"2.1.0": "1.0.3",
27-
"2.1.1": "1.0.3"
27+
"2.1.1": "1.0.3",
28+
"2.1.2": "1.0.3"
2829
}

0 commit comments

Comments
 (0)