From 59255fd95472c9e34fa490e6fc71781c04bcade0 Mon Sep 17 00:00:00 2001 From: zsviczian Date: Thu, 7 Nov 2024 21:03:05 +0100 Subject: [PATCH] 2.6.6 --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- src/dialogs/Messages.ts | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index ed9029af..6f16a478 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "2.6.5", + "version": "2.6.6", "minAppVersion": "1.1.6", "description": "An Obsidian plugin to edit and view Excalidraw drawings", "author": "Zsolt Viczian", diff --git a/manifest.json b/manifest.json index 453f9fe1..ff8db403 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "2.6.5", + "version": "2.6.6", "minAppVersion": "1.1.6", "description": "An Obsidian plugin to edit and view Excalidraw drawings", "author": "Zsolt Viczian", diff --git a/package.json b/package.json index 64889f28..614d5c5f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.8", - "@zsviczian/excalidraw": "0.17.6-12", + "@zsviczian/excalidraw": "0.17.6-13", "chroma-js": "^2.4.2", "clsx": "^2.0.0", "@zsviczian/colormaster": "^1.2.2", diff --git a/src/dialogs/Messages.ts b/src/dialogs/Messages.ts index abf2eb68..ce3434a1 100644 --- a/src/dialogs/Messages.ts +++ b/src/dialogs/Messages.ts @@ -17,6 +17,10 @@ I develop this plugin as a hobby, spending my free time doing this. If you find
Buy Me a Coffee at ko-fi.com
`, +"2.6.6":` +## Fixed +- Images and LaTeX formulas did not update in the scene when the source was changed until the Excalidraw drawing was closed and reopened. [#2105](https://github.com/zsviczian/obsidian-excalidraw-plugin/issues/2105) +`, "2.6.5":` ## Fixed - Text sizing issue in the drawing that is first loaded after Obsidian restarts [#2086](https://github.com/zsviczian/obsidian-excalidraw-plugin/issues/2086)