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)