From c479de432a1b1cc326fa5062637a913420b77c95 Mon Sep 17 00:00:00 2001 From: meld-cp <18450687+meld-cp@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:20:59 +1200 Subject: [PATCH] prep for release --- CHANGELOG.md | 3 +++ manifest.json | 2 +- package.json | 4 ++-- versions.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2337ae9..28524e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ Thank you for your support 😊 Report any bugs or feature requests [here](https://github.com/meld-cp/obsidian-encrypt/issues). +## v2.5.2 +- Fixed Vvew moves offscreen when editing whole notes on android, [#205](https://github.com/meld-cp/obsidian-encrypt/issues/205) + ## v2.4.1 - Fix tab order, [#173](https://github.com/meld-cp/obsidian-encrypt/issues?q=is%3Aissue%20173) - Fix switching view modes may lose content (feat-whole-note), [#187](https://github.com/meld-cp/obsidian-encrypt/issues/187) diff --git a/manifest.json b/manifest.json index ac73488..3e28aba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "meld-encrypt", "name": "Meld Encrypt", - "version": "2.4.1", + "version": "2.4.2", "minAppVersion": "1.0.3", "description": "Hide secrets in your vault", "author": "meld-cp", diff --git a/package.json b/package.json index b6eb2e7..5ed3fd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "obsidian-sample-plugin", - "version": "2.4.1", + "name": "meld-encrypt", + "version": "2.4.2", "description": "Hide secrets in your vault", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0fc815e..74bb001 100644 --- a/versions.json +++ b/versions.json @@ -37,5 +37,6 @@ "2.3.6": "1.0.3", "2.3.7": "1.0.3", "2.4.0": "1.0.3", - "2.4.1": "1.0.3" + "2.4.1": "1.0.3", + "2.4.2": "1.0.3" } \ No newline at end of file