Skip to content

Commit

Permalink
Update changelog & logo runs (windmill-labs#3329)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcourdent authored Mar 1, 2024
1 parent 19547e9 commit c997d06
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
17 changes: 16 additions & 1 deletion frontend/src/lib/components/sidebar/changelogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ export type Changelog = {
}

const changelogs: Changelog[] = [
{
label: 'Pin Database in SQL Scripts',
href: 'https://www.windmill.dev/changelog/pin-database',
date: '2024-02-27'
},
{
label: 'Custom Workspace Secret Encryption',
href: 'https://www.windmill.dev/changelog/workspace-encryption',
date: '2024-02-15'
},
{
label: 'Flow & Metadata Copilot',
href: 'https://www.windmill.dev/changelog/ai-copilot',
date: '2024-02-15'
},
{
label: 'Ag Charts',
href: 'https://www.windmill.dev/changelog/ag-charts',
Expand All @@ -22,4 +37,4 @@ const changelogs: Changelog[] = [
}
]

export { changelogs }
export { changelogs }
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
Server,
Share,
Table2,
Trash
Trash,
Play
} from 'lucide-svelte'
import { SCRIPT_VIEW_SHOW_PUBLISH_TO_HUB } from '$lib/consts'
import { scriptToHubUrl } from '$lib/hub'
Expand Down Expand Up @@ -234,7 +235,7 @@
href: `/runs/${script.path}`,
size: 'xs',
color: 'light',
startIcon: History
startIcon: Play
}
})
Expand Down

0 comments on commit c997d06

Please sign in to comment.