1.13.0: News

This commit is contained in:
Enrico Ros
2024-02-07 22:16:10 -08:00
parent 63470adc0f
commit 3a0749c5b2
+17 -2
View File
@@ -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 <B issue={208}>split windows</B>: multitask with parallel conversations</>, issue: 208 },
{ text: <><B issue={388} wow>Multi-Chat</B> mode: message all, all at once</>, issue: 388 },
{ text: <>Adjustable <B>text size</B>: denser chats</>, issue: 399 },
{ text: <>Export <B issue={392}>tables as CSV</B> files</>, issue: 392 },
{ text: <><B>Dev2</B> 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: '✨🗣️',