diff --git a/manifest.json b/manifest.json
index d1b088c..5af6bc1 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
- "version": "1.8.25",
+ "version": "1.8.26",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
diff --git a/src/MarkdownPostProcessor.ts b/src/MarkdownPostProcessor.ts
index d5595e7..581890b 100644
--- a/src/MarkdownPostProcessor.ts
+++ b/src/MarkdownPostProcessor.ts
@@ -21,7 +21,7 @@ import {
svgToBase64,
} from "./utils/Utils";
import { isObsidianThemeDark } from "./utils/ObsidianUtils";
-import { isCTRL, isMETA, linkClickModifierType } from "./utils/ModifierkeyHelper";
+import { linkClickModifierType } from "./utils/ModifierkeyHelper";
interface imgElementAttributes {
file?: TFile;
diff --git a/src/dialogs/Messages.ts b/src/dialogs/Messages.ts
index e848a55..8887cc4 100644
--- a/src/dialogs/Messages.ts
+++ b/src/dialogs/Messages.ts
@@ -17,6 +17,13 @@ I develop this plugin as a hobby, spending my free time doing this. If you find
`,
+"1.8.26":`
+## Fixed
+- Dynamic styling did not pick up correctly
+ - the accent color with the default Obsidian theme
+ - the drawing theme color with the out of the box, default new drawing (not using a template)
+- The Obsidian tools panel did not pick up user scripts when installing your very first script. A reload of Obsidian was required.
+`,
"1.8.25": `