From 4c5f66185debd1f2fd7d9dec4c6aa9e6b1ee7692 Mon Sep 17 00:00:00 2001 From: JeLuF Date: Wed, 16 Nov 2022 10:44:56 +0100 Subject: [PATCH] Add Change history --- CHANGES.md | 8 ++++++++ CONTRIBUTING.md | 1 + 2 files changed, 9 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..33209896 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,8 @@ +# Change history + +Please add all changes that have a noticeable impact on users (including plugin +developers) to this change list + +# 2.4.5 +* Add checkbox for "Open browser on startup" +* Add a directory for core plugins that ship with Stable Diffusion UI by default diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3872fb27..229df851 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,6 +40,7 @@ or for Windows `mklink /J \projects\stable-diffusion-ui-archive\ui \projects\stable-diffusion-ui-repo\ui` (link name first, source repo dir second) 9) Run the project again (like in step 2) and ensure you can still use the UI. 10) Congrats, now any changes you make in your repo `ui` folder are linked to this running archive of the app and can be previewed in the browser. +11) Please update CHANGES.md in your pull requests. Check the `ui/frontend/build/README.md` for instructions on running and building the React code.