From 18d9d2602ade6cb3f46fd3faaaa2b2e8c0c62aac Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 16 Nov 2022 16:54:28 +0530 Subject: [PATCH] Add a 'What's New?' tab as a core plugin, which fetches the contents of CHANGES.md from the app's release branch --- CHANGES.md | 6 ++-- ui/index.html | 3 +- ui/media/js/main.js | 6 ++-- ui/media/js/marked.min.js | 6 ++++ ui/plugins/ui/release-notes.plugin.js | 47 +++++++++++++++++++++++++++ 5 files changed, 61 insertions(+), 7 deletions(-) create mode 100644 ui/media/js/marked.min.js create mode 100644 ui/plugins/ui/release-notes.plugin.js diff --git a/CHANGES.md b/CHANGES.md index 33209896..799179fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,6 @@ -# Change history - -Please add all changes that have a noticeable impact on users (including plugin -developers) to this change list +# What's new? # 2.4.5 * Add checkbox for "Open browser on startup" * Add a directory for core plugins that ship with Stable Diffusion UI by default +* Add a "What's New?" tab as a core plugin, which fetches the contents of CHANGES.md from the app's release branch \ No newline at end of file diff --git a/ui/index.html b/ui/index.html index 2e817256..36f72d21 100644 --- a/ui/index.html +++ b/ui/index.html @@ -14,6 +14,7 @@ +
@@ -333,7 +334,7 @@ - +