mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 00:06:06 +00:00
Update changelog & logo runs (#3329)
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user