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.