From eaf3b7f7d7560dbbda34e30a6cd1b44e4e5982bf Mon Sep 17 00:00:00 2001 From: zsviczian Date: Sat, 7 Oct 2023 18:47:33 +0200 Subject: [PATCH] 1.9.23 --- manifest.json | 2 +- src/dialogs/Messages.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8829d3a..0940ceb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "1.9.21", + "version": "1.9.23", "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 d981f0e..9aa5dda 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
`, +"1.9.23":` +## Fixed +- Link navigation error in view mode introduced with 1.9.21 [#7120](https://github.com/excalidraw/excalidraw/pull/7120) +`, "1.9.21":` ## Fixed: - When moving a group of objects on the grid, each object snapped separately resulting in a jumbled-up image [#7082](https://github.com/excalidraw/excalidraw/issues/7082)