diff --git a/README.md b/README.md index f3fa609..3c6f014 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,8 @@ To manually install For details see [the forums](https://forum.obsidian.md/t/plugins-mini-faq/7737). ## Changelog +### 0.9.2 +- When the editor backinks widget height exceeded a certain length, you could not longer click on elements. This has been resolved. ### 0.9.1 - Fixes to syntax highlighting logic - The plugin should now be more reliable when looking up languages like "java" and "bash" and others diff --git a/manifest-beta.json b/manifest-beta.json index b9aafd3..f29d18c 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-codemirror-options", "name": "CodeMirror Options", - "version": "0.9.1", + "version": "0.9.2", "description": "Customize the functionality and appearance of Obsidian's edit mode", "author": "NothingIsLost", "authorUrl": "https://github.com/nothingislost", diff --git a/manifest.json b/manifest.json index b9aafd3..f29d18c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-codemirror-options", "name": "CodeMirror Options", - "version": "0.9.1", + "version": "0.9.2", "description": "Customize the functionality and appearance of Obsidian's edit mode", "author": "NothingIsLost", "authorUrl": "https://github.com/nothingislost", diff --git a/package.json b/package.json index 52d4124..a6065cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-codemirror-options", - "version": "0.9.1", + "version": "0.9.2", "description": "Customize the functionality and appearance of Obsidian's edit mode", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b26a0e6..3618ea8 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.9.2": "0.11.5", "0.9.1": "0.11.5", "0.9.0": "0.11.5", "0.8.4": "0.11.5",