Skip to content

Commit a32dc3c

Browse files
authored
chore(version): upgrade version to v1.8.1 (#1565)
1 parent d26b606 commit a32dc3c

File tree

4 files changed

+46
-1
lines changed

4 files changed

+46
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [1.8.1](https://github.com/netless-io/flat/compare/v1.8.0...v1.8.1) (2022-06-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **classroom:** force using periodic uuid when exist ([#1551](https://github.com/netless-io/flat/issues/1551)) ([1817304](https://github.com/netless-io/flat/commit/181730494896efeef8b56e59add1ca60df0ae8a5))
7+
* **cloud-storage:** fetch more cloud files fail ([#1558](https://github.com/netless-io/flat/issues/1558)) ([b45e14d](https://github.com/netless-io/flat/commit/b45e14d9178d77bbe96bcfe44d23b9f0664b953d))
8+
* **renderer-app:** fix rtc avatar missing init state ([#1544](https://github.com/netless-io/flat/issues/1544)) ([f0e620d](https://github.com/netless-io/flat/commit/f0e620ddbf6c9de8888de458761102c2ff29efef))
9+
* **whiteboard:** scroll bug on the edge ([#1561](https://github.com/netless-io/flat/issues/1561)) ([b5ee57c](https://github.com/netless-io/flat/commit/b5ee57c6492e35b2f95abd5e2d9aa9db6a0b5941))
10+
* **whiteboard:** upgrade fastboard to 0.3.4-canary.2 ([#1563](https://github.com/netless-io/flat/issues/1563)) ([dbabeff](https://github.com/netless-io/flat/commit/dbabeffad11d5fcb8a18acda9122ae7cb4cb95db))
11+
12+
13+
### Features
14+
15+
* **project:** add rename settings ([#1545](https://github.com/netless-io/flat/issues/1545)) ([bf5f7c6](https://github.com/netless-io/flat/commit/bf5f7c6b3b33e0960a85d658b1403ff37264cbad))
16+
* **project:** support upload avatar ([#1559](https://github.com/netless-io/flat/issues/1559)) ([013dfd5](https://github.com/netless-io/flat/commit/013dfd56cd7a0c3df3db50fa416caeaee7c072a0))
17+
18+
19+
120
# [1.8.0](https://github.com/netless-io/flat/compare/v1.7.0...v1.8.0) (2022-05-30)
221

322

desktop/main-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flat",
33
"productName": "Flat",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"private": true,
66
"description": "",
77
"homepage": "https://github.com/netless-io/flat",

docs/releases/v1.8.1/en.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Features
2+
3+
1. Support to modify nickname and avatar
4+
5+
## Improved
6+
7+
1. Use new version of PPT transcoding service to speed up transcoding speed
8+
2. Adjust the whiteboard zoom interaction to scroll interaction
9+
10+
## Fixed
11+
12+
1. Probably can't see each other's video
13+
2. Wrong display of cloud content paging

docs/releases/v1.8.1/zh.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 新增
2+
3+
1. 支持修改昵称和头像
4+
5+
## 优化
6+
7+
1. 接入新版 PPT 转码服务,加快转码速度
8+
2. 调整白板缩放交互为滚动交互
9+
10+
## 修复
11+
12+
1. 有概率看不到对方的视频
13+
2. 云盘内容分页加载显示错误

0 commit comments

Comments
 (0)