Skip to content

Commit be33efe

Browse files
committed
welcome message for 0.6.2 Beta update
1 parent 42c2adf commit be33efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wwwroot/js/genpage/welcomemessages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function automaticWelcomeMessage(override = null) {
5353
`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>`,
5454
`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)`,
5555
/* Version release notes */
56-
`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!`
56+
`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>`
5757
];
5858
let dotnetNotice = document.getElementById('dotnet_missing_message');
5959
if (dotnetNotice) {

0 commit comments

Comments
 (0)