Skip to content

Commit

Permalink
feat: Support cloud synchronization.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peek-A-Booo committed Aug 16, 2023
1 parent 43cef5b commit 54d4a03
Show file tree
Hide file tree
Showing 25 changed files with 965 additions and 261 deletions.
4 changes: 3 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

## v0.8.4

> 2023-08-14
> 2023-08-16
### Add

- Support for configuring welcome messages has been added to the character template, serving as the default first sentence of a conversation.
- Add privacy policy and contact information.
- Added cloud synchronization function, which can synchronize conversation content to the cloud for easy synchronization between different devices.

### Changed

- Support for importing and exporting configurations of OpenRouter.
- Adjust the layout of the bottom left menu.

## v0.8.3

Expand Down
4 changes: 3 additions & 1 deletion CHANGE_LOG.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

## v0.8.4

> 2023-08-14
> 2023-08-16
### 新增

- 角色模板新增支持配置欢迎语,作为会话默认的第一句话
- 新增隐私协议和联系方式
- 新增云同步功能,可以同步会话内容到云端,方便在不同设备之间同步

### 调整

- 支持 OpenRouter 配置的导入导出
- 调整左侧底部菜单布局

## v0.8.3

Expand Down
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,32 @@
"@prisma/client": "5.1.1",
"@react-email/components": "0.0.7",
"@react-email/render": "0.0.7",
"@svgr/webpack": "8.0.1",
"@svgr/webpack": "8.1.0",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@upstash/redis": "1.22.0",
"ahooks": "3.7.8",
"autoprefixer": "10.4.15",
"clsx": "2.0.0",
"crypto-js": "^4.1.1",
"decimal.js": "10.4.3",
"echarts": "5.4.3",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"eslint-config-next": "13.4.16",
"file-saver": "2.0.5",
"framer-motion": "10.15.1",
"framer-motion": "10.16.0",
"gpt-tokens": "1.1.2",
"js-tiktoken": "1.0.7",
"l-hooks": "0.4.6",
"math-random": "2.0.1",
"microsoft-cognitiveservices-speech-sdk": "1.31.0",
"next": "13.4.13",
"next-auth": "4.23.0",
"next": "13.4.16",
"next-auth": "4.23.1",
"next-intl": "2.19.1",
"next-themes": "0.2.1",
"nodemailer": "6.9.4",
"postcss": "8.4.27",
"postcss": "8.4.28",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "2.4.1",
Expand All @@ -61,6 +62,7 @@
},
"devDependencies": {
"@tailwindcss/typography": "0.5.9",
"@types/crypto-js": "^4.1.1",
"@types/file-saver": "2.0.5",
"@types/math-random": "1.0.0",
"@types/nodemailer": "6.4.9",
Expand Down
Loading

1 comment on commit 54d4a03

@vercel
Copy link

@vercel vercel bot commented on 54d4a03 Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.