diff --git a/CHANGELOG.md b/CHANGELOG.md index 1905377..8adf234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.1.0-beta.3 + +- Fix live update of current line highlight style setting +- Add commands to toggle/activate/deactivate the complete plugin + ## 1.1.0-beta.2 - Internal code restructuring diff --git a/manifest-beta.json b/manifest-beta.json index 9ce0959..9464f5e 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -6,7 +6,7 @@ "description": "Typewriter scrolling, highlighting of the current line, dimming of unfocused paragraphs, writing focus and more.", "isDesktopOnly": false, "minAppVersion": "0.15.0", - "version": "1.1.0-beta.2", + "version": "1.1.0-beta.3", "fundingUrl": { "Buy Me a Coffee": "https://www.buymeacoffee.com/davis.riedel", "GitHub Sponsors": "https://github.com/sponsors/davisriedel" diff --git a/package.json b/package.json index 65c086c..94afbaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-typewriter-mode", - "version": "1.1.0-beta.2", + "version": "1.1.0-beta.3", "obsidianMinAppVersion": "0.15.0", "author": "Davis Riedel", "repository": { diff --git a/versions.json b/versions.json index 663985a..0578870 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "1.0.0-rc.6": "0.15.0", "1.0.0": "0.15.0", "1.1.0-beta.1": "0.15.0", - "1.1.0-beta.2": "0.15.0" + "1.1.0-beta.2": "0.15.0", + "1.1.0-beta.3": "0.15.0" } \ No newline at end of file