From fa372209c73ec001910eb8691099ff3afd1e79de Mon Sep 17 00:00:00 2001 From: meld-cp <18450687+meld-cp@users.noreply.github.com> Date: Sun, 22 Oct 2023 11:03:27 +1300 Subject: [PATCH] move older changes to end of page --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7b0b579..c1f4ba5 100644 --- a/README.md +++ b/README.md @@ -39,20 +39,6 @@ You can install the plugin via the Community Plugins tab within Obsidian by sear - ribbon icon changes - code refactor and clean up -### 2.2.0 -- stronger encryption (thanks @brycx) -- fix [#92](https://github.com/meld-cp/obsidian-encrypt/issues/92) - Enable selection text in Reading view -- fix [#93](https://github.com/meld-cp/obsidian-encrypt/issues/93) - Encrypting text in-place in a table breaks - -### 2.1.3 -- follow 'readable line length' and 'show inline title' settings in encrypted notes -- update layout and styling -- enable spell check when editing - -### 2.1.2 -- add inline encrypted text marker (clickable) in reading view - - **(See more at the bottom of this page)** --- @@ -159,6 +145,19 @@ Thank you for your support 😊 ## ⚜️ Previous changes +### 2.2.0 +- stronger encryption (thanks @brycx) +- fix [#92](https://github.com/meld-cp/obsidian-encrypt/issues/92) - Enable selection text in Reading view +- fix [#93](https://github.com/meld-cp/obsidian-encrypt/issues/93) - Encrypting text in-place in a table breaks + +### 2.1.3 +- follow 'readable line length' and 'show inline title' settings in encrypted notes +- update layout and styling +- enable spell check when editing + +### 2.1.2 +- add inline encrypted text marker (clickable) in reading view + ### 2.1.1 - Limited support for markdown in `.encrypted` notes - New setting to select the default view when opening `.encrypted` notes (Source or Reading)