Skip to content

Commit ecf2222

Browse files
authored
Changelogs frontend update (#5129)
1 parent 7084d2e commit ecf2222

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

frontend/src/lib/components/sidebar/changelogs.ts

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,46 @@ export type Changelog = {
55
}
66

77
const changelogs: Changelog[] = [
8+
{
9+
label: 'Select Python version',
10+
href: 'https://www.windmill.dev/changelog/select-python-version',
11+
date: '2025-01-24'
12+
},
13+
{
14+
label: 'Postgres triggers',
15+
href: 'https://www.windmill.dev/changelog/postgres-triggers',
16+
date: '2025-01-24'
17+
},
18+
{
19+
label: 'Oracle support',
20+
href: 'https://www.windmill.dev/changelog/oracle-support',
21+
date: '2025-01-15'
22+
},
23+
{
24+
label: 'NATS triggers',
25+
href: 'https://www.windmill.dev/changelog/nats-triggers',
26+
date: '2025-01-15'
27+
},
28+
{
29+
label: 'Workspace color',
30+
href: 'https://www.windmill.dev/changelog/workspace-color',
31+
date: '2025-01-10'
32+
},
33+
{
34+
label: 'Interactive Slack approval steps',
35+
href: 'https://www.windmill.dev/changelog/slack-approval-steps',
36+
date: '2024-12-20'
37+
},
38+
{
39+
label: 'C#',
40+
href: 'https://www.windmill.dev/changelog/csharp',
41+
date: '2024-12-13'
42+
},
43+
{
44+
label: 'App custom URL',
45+
href: 'https://www.windmill.dev/changelog/app-custom-url',
46+
date: '2024-12-05'
47+
},
848
{
949
label: 'Full text search on jobs and logs',
1050
href: 'https://www.windmill.dev/changelog/instant-full-text-search-on-jobs-and-logs',

0 commit comments

Comments
 (0)