From 6362b7d162b58dfbd6822827c310a8b546e122c0 Mon Sep 17 00:00:00 2001 From: zsviczian Date: Mon, 10 Aug 2026 08:18:05 +0200 Subject: [PATCH] 2.27.0-beta.0 --- manifest-beta.json | 2 +- src/shared/Dialogs/Messages.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest-beta.json b/manifest-beta.json index 36fdb2c8..64f320d5 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "2.26.4", + "version": "2.27.0-beta.0", "minAppVersion": "1.8.7", "description": "Sketch Your Mind. Edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.", "author": "Zsolt Viczian", diff --git a/src/shared/Dialogs/Messages.ts b/src/shared/Dialogs/Messages.ts index 17decc42..41d8e28b 100644 --- a/src/shared/Dialogs/Messages.ts +++ b/src/shared/Dialogs/Messages.ts @@ -27,6 +27,9 @@ I build this plugin as a labor of love. Curious about the philosophy behind it? - The Excalidraw color palette now uses its natural height when space is available instead of being unnecessarily limited to a short, vertically scrolling panel. Its native color control also remains aligned with the hex input. - The text-to-diagram chat history menu is visible again, allowing saved chats to be restored and deleted. +## New from Excalidraw.com +- Improved bucket tool and eyedropper support [#11849](${URLs.GITHUB_COM_EXCALIDRAW_EXCALIDRAW_PULL}/11849) + `, "2.26.4": ` ## Fixed