Update changelog & logo runs (#3329)

This commit is contained in:
Henri Courdent
2024-03-01 18:56:30 +01:00
committed by GitHub
parent dff271d5d5
commit e409d209b1
2 changed files with 19 additions and 3 deletions
@@ -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',
@@ -22,4 +37,4 @@ const changelogs: Changelog[] = [
}
]
export { changelogs }
export { changelogs }
@@ -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'
@@ -234,7 +235,7 @@
href: `/runs/${script.path}`,
size: 'xs',
color: 'light',
startIcon: History
startIcon: Play
}
})