From 120d41ea2faaeab78616ba77a4c602d4e08cea69 Mon Sep 17 00:00:00 2001 From: zsviczian Date: Sun, 4 Feb 2024 10:46:16 +0100 Subject: [PATCH] 2.0.20 --- manifest.json | 2 +- src/dialogs/Messages.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f57ce89..f366db7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "2.0.19", + "version": "2.0.20", "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 38a6e94..4ccd3bc 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
`, +"2.0.20":` +## Fixed in ExcalidrawAutomate +- Regression: ${String.fromCharCode(96)}ea.getMaximumGroups(elements)${String.fromCharCode(96)} stopped working after the 2.0.19 update. [#1576](https://github.com/zsviczian/obsidian-excalidraw-plugin/issues/1576) +`, "2.0.19":`