From 405c98ca50f55972c02515971db42f548b7bfa01 Mon Sep 17 00:00:00 2001 From: zsviczian Date: Fri, 5 Jul 2024 07:00:42 +0200 Subject: [PATCH] 2.2.8 --- manifest.json | 2 +- src/dialogs/Messages.ts | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 922e363..96a06a0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "2.2.7", + "version": "2.2.8", "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 eafefff..a419460 100644 --- a/src/dialogs/Messages.ts +++ b/src/dialogs/Messages.ts @@ -17,6 +17,17 @@ I develop this plugin as a hobby, spending my free time doing this. If you find
`, +"2.2.8": ` +While this release may appear modest with no new features, it represents nearly 50 hours of dedicated work. Here's what's been improved: + +- **Enhanced Memory Management**: Significant improvements to optimize memory usage. +- Bug Fixes: + - Support for multi-file drag and drop from the operating system. + - Correct theming of animated GIFs as Embeddables. + - Several other minor bug fixes. + +Please note that due to extensive refactoring of the codebase, there may be some unexpected issues. Thanks for your understanding and patience. +`, "2.2.7": ` ## New - In Miscellaneous Settings: added **Load Excalidraw Properties into Obsidian Suggester**. This setting toggles the automatic loading of Excalidraw properties at startup. Enabled by default for easy use of front matter properties. Disabling it prevents auto-loading, but you'll need to manually remove unwanted properties using Obsidian properties view. A plugin restart is required after enabling auto-loading.