mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 00:04:10 +00:00
Changelog refresh frontend (#4362)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user