Skip to content

Commit

Permalink
chore(version): upgrade version to v1.8.1 (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored Jun 10, 2022
1 parent d26b606 commit a32dc3c
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [1.8.1](https://github.com/netless-io/flat/compare/v1.8.0...v1.8.1) (2022-06-10)


### Bug Fixes

* **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))
* **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))
* **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))
* **whiteboard:** scroll bug on the edge ([#1561](https://github.com/netless-io/flat/issues/1561)) ([b5ee57c](https://github.com/netless-io/flat/commit/b5ee57c6492e35b2f95abd5e2d9aa9db6a0b5941))
* **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))


### Features

* **project:** add rename settings ([#1545](https://github.com/netless-io/flat/issues/1545)) ([bf5f7c6](https://github.com/netless-io/flat/commit/bf5f7c6b3b33e0960a85d658b1403ff37264cbad))
* **project:** support upload avatar ([#1559](https://github.com/netless-io/flat/issues/1559)) ([013dfd5](https://github.com/netless-io/flat/commit/013dfd56cd7a0c3df3db50fa416caeaee7c072a0))



# [1.8.0](https://github.com/netless-io/flat/compare/v1.7.0...v1.8.0) (2022-05-30)


Expand Down
2 changes: 1 addition & 1 deletion desktop/main-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flat",
"productName": "Flat",
"version": "1.8.0",
"version": "1.8.1",
"private": true,
"description": "",
"homepage": "https://github.com/netless-io/flat",
Expand Down
13 changes: 13 additions & 0 deletions docs/releases/v1.8.1/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Features

1. Support to modify nickname and avatar

## Improved

1. Use new version of PPT transcoding service to speed up transcoding speed
2. Adjust the whiteboard zoom interaction to scroll interaction

## Fixed

1. Probably can't see each other's video
2. Wrong display of cloud content paging
13 changes: 13 additions & 0 deletions docs/releases/v1.8.1/zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 新增

1. 支持修改昵称和头像

## 优化

1. 接入新版 PPT 转码服务,加快转码速度
2. 调整白板缩放交互为滚动交互

## 修复

1. 有概率看不到对方的视频
2. 云盘内容分页加载显示错误

0 comments on commit a32dc3c

Please sign in to comment.