From b25eb04602175c17bf252d777425d1fe01cf29bd Mon Sep 17 00:00:00 2001 From: Henri Courdent <122811744+hcourdent@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:28:39 +0100 Subject: [PATCH] Update changelogs march 24 (#3470) --- .../src/lib/components/sidebar/changelogs.ts | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/frontend/src/lib/components/sidebar/changelogs.ts b/frontend/src/lib/components/sidebar/changelogs.ts index 9ddee431c3..00509198d4 100644 --- a/frontend/src/lib/components/sidebar/changelogs.ts +++ b/frontend/src/lib/components/sidebar/changelogs.ts @@ -5,6 +5,26 @@ export type Changelog = { } const changelogs: Changelog[] = [ + { + label: 'Custom Contextual Variables', + href: 'https://www.windmill.dev/changelog/custom-contextual-variables', + date: '2024-03-23' + }, + { + label: 'Large log disk and Distributed storage compaction', + href: 'https://www.windmill.dev/changelog/log-disk-distributed-storage-compaction', + date: '2024-03-23' + }, + { + label: 'Rename Workspace (Self-Host only)', + href: 'https://www.windmill.dev/changelog/rename-workspace', + date: '2024-03-22' + }, + { + label: 'Configurable Available Languages', + href: 'https://www.windmill.dev/changelog/configurable-languages', + date: '2024-03-13' + }, { label: 'Workflow as Code', href: 'https://www.windmill.dev/changelog/workflows_as_code',