From 9a807e4f8a6a3fe9b46d81046c021f2eb917bd4e Mon Sep 17 00:00:00 2001 From: zsviczian Date: Wed, 26 Jul 2023 15:54:24 +0200 Subject: [PATCH] 1.9.11 release message --- src/dialogs/Messages.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/dialogs/Messages.ts b/src/dialogs/Messages.ts index 67d5eac..a7ae2be 100644 --- a/src/dialogs/Messages.ts +++ b/src/dialogs/Messages.ts @@ -18,6 +18,14 @@ I develop this plugin as a hobby, spending my free time doing this. If you find
`, "1.9.11":` +# New +- I added 2 new command palette actions: 1) to toggle frame clipping and 2) to toggle frame rendering. + +# Updated +- I released a minor update to the slideshow script. Frame sequence (Frame 1, 2, 3, ...) will now be displayed in proper order. Frames will be hidden during the presentation (this was there before, but there was a change to excalidraw.com that broke this feature of the slideshow script). + +# Fixed: +- Excalidraw Automate error introduced with 1.9.10 - when elements are repositioned to cursor and no ExcalidrawView is active `, "1.9.10":` ## New