Merge pull request #488 from JeLuF/beta

Add Change history
This commit is contained in:
cmdr2 2022-11-16 16:05:24 +05:30 committed by GitHub
commit f7ec9f2073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

8
CHANGES.md Normal file
View File

@ -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

View File

@ -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.