From dc03fed415b62a79649b01ca5cf4a99aa7aa9ed4 Mon Sep 17 00:00:00 2001 From: Zsolt Viczian Date: Thu, 17 Mar 2022 22:18:39 +0100 Subject: [PATCH] 1.6.19 --- manifest.json | 2 +- src/Messages.ts | 14 +++++--------- versions.json | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index d6ea549..1287cbf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "1.6.18", + "version": "1.6.19", "minAppVersion": "0.12.16", "description": "An Obsidian plugin to edit and view Excalidraw drawings", "author": "Zsolt Viczian", diff --git a/src/Messages.ts b/src/Messages.ts index 72addec..ddac902 100644 --- a/src/Messages.ts +++ b/src/Messages.ts @@ -11,19 +11,15 @@ Thank you & Enjoy! `; export const RELEASE_NOTES: { [k: string]: string } = { - Intro: `I want to make it easier for you to keep up with all the updates. -Going forward, after installing each release, you'll be prompted with a message summarizing the key new features and fixes. -You can disable this in plugin-settings. The release change-log is also available on [GitHub](https://github.com/zsviczian/obsidian-excalidraw-plugin/releases). + Intro: `I want to help you keep up with all the updates. After installing each release, you'll be prompted with a summary of new features and fixes. You can disable these popup messages in plugin settings. -Since March 2021, I've spent most of my free time building this plugin. By now, this means well over 100 workdays worth of my time (assuming 8-hour days). -I am grateful to all of you who have already bought me a coffee. THANK YOU! This means a lot to me! - -I still have many-many ideas for making Obsidian Excalidraw better. -I will continue to keep all the features of the plugin free. If, however, you'd like to contribute to the on-going development of the plugin, I am introducing a simple membership scheme with Bronze, Silver and Gold tiers. -If you find this plugin valuable, please consider supporting. +I develop this plugin as a hobby, spending most of my free time doing this. If you'd like to contribute to the on-going work, I have a simple membership scheme with Bronze, Silver and Gold tiers. Many of you have already bought me a coffee. THANK YOU! It really means a lot to me! If you find this plugin valuable, please consider supporting me.
`, +"1.6.19": ` +This is a minor update fixing left-handed mode on iOS, and deploying improvements to the new Excalidraw Eraser. +`, "1.6.18": `
diff --git a/versions.json b/versions.json index 492168b..19a5219 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,4 @@ { - "1.6.18": "0.12.16", + "1.6.19": "0.12.16", "1.4.2": "0.11.13" }