diff --git a/images/excalidraw-modifiers.png b/images/excalidraw-modifiers.png
index 79c1c66..40c7392 100644
Binary files a/images/excalidraw-modifiers.png and b/images/excalidraw-modifiers.png differ
diff --git a/manifest.json b/manifest.json
index 9083028..89e9414 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
- "version": "1.9.5",
+ "version": "1.9.6",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
diff --git a/src/dialogs/Messages.ts b/src/dialogs/Messages.ts
index 0e89e10..79cf75b 100644
--- a/src/dialogs/Messages.ts
+++ b/src/dialogs/Messages.ts
@@ -17,6 +17,15 @@ I develop this plugin as a hobby, spending my free time doing this. If you find
`,
+"1.9.6":`
+## Fixed
+- help shortcuts are really hard to see [#1176](https://github.com/zsviczian/obsidian-excalidraw-plugin/issues/1179)
+- link icons not visible on elements after 1.9.5 release (reported on Discord)
+- PDFs in iFrames will now respect the ${String.fromCharCode(96)}[[document.pdf#page=155]]${String.fromCharCode(96)} format
+- Keyboard shortcuts were not working properly on external drop. Check [updated keyboard map](https://raw.githubusercontent.com/zsviczian/obsidian-excalidraw-plugin/master/images/excalidraw-modifiers.png)
+
+
+`,
"1.9.5":`