Skip to content

Commit e5f6745

Browse files
committed
2.0.2 News
1 parent 197a4ae commit e5f6745

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

src/apps/news/news.data.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,13 @@ export const DevNewsItem: NewsItem = {
7272
// news and feature surfaces
7373
export const NewsItems: NewsItem[] = [
7474
{
75-
versionCode: '2.0.1',
75+
versionCode: '2.0.2',
7676
versionName: 'Heavy Critters',
77-
versionDate: new Date('2025-11-24T23:30:00Z'),
77+
versionDate: new Date('2025-12-01T06:00:00Z'), // 2.0.2
78+
// versionDate: new Date('2025-11-24T23:30:00Z'), // 2.0.1
7879
items: [
79-
{ text: <>New: <B>Opus 4.5</B>, <B>Gemini 3 Pro</B>, <B>Nano Banana Pro</B>, <B>Grok 4.1</B>, <B>GPT-5.1</B>, <B>Kimi K2</B></> },
80+
{ text: <><B>New in 2.0.2</B> Speech synthesis with Web Speech, LocalAI, OpenAI and more</> },
81+
{ text: <><B>Opus 4.5</B>, <B>Gemini 3 Pro</B>, <B>Nano Banana Pro</B>, <B>Grok 4.1</B>, <B>GPT-5.1</B>, <B>Kimi K2</B></> },
8082
{ text: <><B>Image Generation</B> with Azure and LocalAI providers, in addition to OpenAI</> },
8183
{ text: <>Enhanced <B>OpenRouter</B> integration with auto-capabilities and reasoning</> },
8284
{ text: <>Call transcripts, generate persona images, search button in beams</> },

src/common/app.release.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export const Release = {
2323

2424
// this is here to trigger revalidation of data, e.g. models refresh
2525
Monotonics: {
26-
Aix: 42,
27-
NewsVersion: 201,
26+
Aix: 43,
27+
NewsVersion: 202,
2828
},
2929

3030
// Frontend: pretty features

0 commit comments

Comments
 (0)