Skip to content

Commit

Permalink
welcome message for 0.6.2 Beta update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 16, 2024
1 parent 42c2adf commit be33efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wwwroot/js/genpage/welcomemessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function automaticWelcomeMessage(override = null) {
`New feature (2024-03-10): Comfy Workflow Browser\nAn easy browser for Comfy workflows in the Comfy tab. <a href="https://github.com/Stability-AI/StableSwarmUI/discussions/11#discussioncomment-8736304">(Feature Announcement Link)</a>`,
`New feature (2024-04-18): Modern Dark and Light themes!\nBuilt by an actual designer this time! <a href="https://github.com/Stability-AI/StableSwarmUI/discussions/11#discussioncomment-9153506">(Feature Announcement Link)</a>\n<button class="btn btn-secondary" onclick="aggressivelySetTheme('modern_dark')">Click here to try Modern Dark</button>\n(go to User Settings to change back)`,
/* Version release notes */
`Release notes (2024-03-10): Check out the <a href="https://github.com/Stability-AI/StableSwarmUI/releases/tag/0.6.1-Beta">Release Notes for version 0.6.1 (Beta)</a>\nSwarm is in Beta now! MIT license!`
`Release notes (2024-05-15): Check out the <a href="https://github.com/Stability-AI/StableSwarmUI/releases/tag/0.6.2-Beta">Release Notes for version 0.6.2 (Beta)</a>`
];
let dotnetNotice = document.getElementById('dotnet_missing_message');
if (dotnetNotice) {
Expand Down

0 comments on commit be33efe

Please sign in to comment.