From 3a0749c5b28eb0a2abddfae4e5fb20192ba237fe Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Wed, 7 Feb 2024 22:16:10 -0800 Subject: [PATCH] 1.13.0: News --- src/apps/news/news.data.tsx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx index 8d91b7d05..2dfe15255 100644 --- a/src/apps/news/news.data.tsx +++ b/src/apps/news/news.data.tsx @@ -16,7 +16,7 @@ import coverV112 from '../../../public/covers/release-cover-v1.12.0.png'; // update this variable every time you want to broadcast a new version to clients -export const incrementalVersion: number = 12.1; +export const incrementalVersion: number = 13; const wowStyle: SxProps = { @@ -106,7 +106,22 @@ interface NewsItem { // news and feature surfaces export const NewsItems: NewsItem[] = [ // still unannounced: phone calls, split windows, ... - {// 🆕 + { + versionCode: '1.13.0', + versionName: 'Multi Mind', + versionMoji: '🧠🔀', + versionDate: new Date('2024-02-8T7:47:00Z'), + items: [ + { text: <>Side-by-Side split windows: multitask with parallel conversations, issue: 208 }, + { text: <>Multi-Chat mode: message all, all at once, issue: 388 }, + { text: <>Adjustable text size: denser chats, issue: 399 }, + { text: <>Export tables as CSV files, issue: 392 }, + { text: <>Dev2 persona technology preview }, + { text: <>Better looking chats, spacing, fonts, menus, }, + { text: <>More: video player, LM Studio tutorial, speedups, MongoDB (docs) }, + ], + }, + { versionCode: '1.12.0', versionName: 'AGI Hotline', versionMoji: '✨🗣️',