Changelog refresh frontend (#4362)

This commit is contained in:
Henri Courdent
2024-09-10 15:08:15 +02:00
committed by GitHub
parent de144e4629
commit 5dda5df77d
@@ -5,6 +5,36 @@ export type Changelog = {
}
const changelogs: Changelog[] = [
{
label: 'Directly edit flow YAML',
href: 'https://www.windmill.dev/changelog/flow-yaml-editor',
date: '2024-09-02'
},
{
label: 'Critical alert channels',
href: 'https://www.windmill.dev/changelog/critical-alert-channels',
date: '2024-09-01'
},
{
label: 'See service logs directly in Windmill',
href: 'https://www.windmill.dev/changelog/service-logs',
date: '2024-09-01'
},
{
label: 'Vim support for Monaco/webeditor',
href: 'https://www.windmill.dev/changelog/vim-support',
date: '2024-08-28'
},
{
label: 'Hide / Show App Editor Panels',
href: 'https://www.windmill.dev/changelog/hide-show-app-panels',
date: '2024-08-26'
},
{
label: 'Email triggers',
href: 'https://www.windmill.dev/changelog/email-triggers',
date: '2024-08-06'
},
{
label: 'Continue on disapproval/timeout',
href: 'https://www.windmill.dev/changelog/continue-on-disapproval',