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',