From 9296c14ca00a33d1751a67d9ab49179592798356 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 24 Nov 2025 04:06:16 -0800 Subject: [PATCH] 2.0.1 News --- src/apps/news/AppNews.tsx | 2 +- src/apps/news/news.data.tsx | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/apps/news/AppNews.tsx b/src/apps/news/AppNews.tsx index 22bc71b95..dc73f76e5 100644 --- a/src/apps/news/AppNews.tsx +++ b/src/apps/news/AppNews.tsx @@ -283,7 +283,7 @@ export function AppNews() { )} - {idx === 0 && } + {idx === 1 && } ; })} diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx index 8cfbb48d1..36b43e320 100644 --- a/src/apps/news/news.data.tsx +++ b/src/apps/news/news.data.tsx @@ -71,6 +71,19 @@ export const DevNewsItem: NewsItem = { // news and feature surfaces export const NewsItems: NewsItem[] = [ + { + versionCode: '2.0.1', + versionName: 'Heavy Critters', + versionDate: new Date('2025-11-24T20:00:00Z'), + items: [ + { text: <>New: Gemini 3 Pro with code exec, Nano Banana Pro, Grok 4.1, GPT-5.1, Kimi K2 }, + { text: <>Image Generation with Azure and LocalAI providers, in addition to OpenAI }, + { text: <>Enhanced OpenRouter integration with auto-capabilities and reasoning }, + { text: <>Call transcripts, generate persona images, search button in beams }, + { text: <>Starred models, errors resilience, 278 fixes }, + { text: AI-Automatic feature development }, + ], + }, { versionCode: '2.0.0', versionName: 'Open',