diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx
index f83c8145a..fddcc77d1 100644
--- a/src/apps/news/news.data.tsx
+++ b/src/apps/news/news.data.tsx
@@ -1,6 +1,6 @@
import * as React from 'react';
-import { Box, Button, Card, CardContent, Grid, Typography } from '@mui/joy';
+import { Box, Button, Card, CardContent, Chip, Grid, Typography } from '@mui/joy';
import LaunchIcon from '@mui/icons-material/Launch';
import { Brand } from '~/common/app.config';
@@ -9,7 +9,7 @@ import { clientUtmSource } from '~/common/util/pwaUtils';
// update this variable every time you want to broadcast a new version to clients
-export const incrementalVersion: number = 6;
+export const incrementalVersion: number = 7;
const B = (props: { href?: string, children: React.ReactNode }) => {
const boldText = {props.children};
@@ -57,12 +57,28 @@ export const newsCallout =
// news and feature surfaces
export const NewsItems: NewsItem[] = [
/*{
- // https://github.com/enricoros/big-agi/milestone/6
+ // https://github.com/enricoros/big-agi/milestone/7
// https://github.com/users/enricoros/projects/4/views/2
- versionName: '1.6.0',
+ versionName: '1.7.0',
items: [
+ // multi-window support
+ // phone calls
],
},*/
+ {
+ versionName: '1.6.0',
+ text: 'Surf\'s Up in Chat Waves:',
+ items: [
+ { text: <>Web Browsing support, see the browsing user guide> },
+ { text: <>Branching Discussions at any message> },
+ { text: <>Keyboard Navigation: use Ctrl+Shift+Left/Right to navigate chats> },
+ { text: <>UI fixes (thanks to the first sponsor)> },
+ { text: <>Added support for Anthropic Claude 2.1> },
+ { text: <>Large rendering performance optimization> },
+ { text: <>More: /help, import ChatGPT from source, new Flattener> },
+ { text: <>Devs: improved code quality, snackbar framework>, dev: true },
+ ],
+ },
{
versionName: '1.5.0',
text: 'Enjoy what\'s new:',