Skip to content

Commit 5949ba6

Browse files
authored
chore(version): upgrade version to v2.3.2 (#2082)
1 parent 7e08ce8 commit 5949ba6

File tree

4 files changed

+50
-1
lines changed

4 files changed

+50
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [2.3.2](https://github.com/netless-io/flat/compare/v2.3.1...v2.3.2) (2023-11-08)
2+
3+
4+
### Features
5+
6+
* **project**: add user pmi ([#2051](https://github.com/netless-io/flat/issues/2051)) ([ef0dd3d2](https://github.com/netless-io/flat/commit/ef0dd3d2d6cf766d9980dbbe671795bad2d0632d))
7+
8+
### Bug Fixes
9+
10+
* **service-providers**: stop using camera on history back ([#2074](https://github.com/netless-io/flat/issues/2074)) ([a21cad4b](https://github.com/netless-io/flat/commit/a21cad4bd208e83a2b874997fe5ab97074261975))
11+
* **service-providers**: stop using camera when leaving device test ([#2072](https://github.com/netless-io/flat/issues/2072)) ([009e5834](https://github.com/netless-io/flat/commit/009e583404439c3365a2047c1fbf07b00e77445a))
12+
* **flat-stores**: refresh main room list logic ([#2070](https://github.com/netless-io/flat/issues/2070)) ([16c2db16](https://github.com/netless-io/flat/commit/16c2db16cd8ab28bfecb8a8f4de8279a0e24ca0c))
13+
* **flat-stores**: fix wrong room list ([#2069](https://github.com/netless-io/flat/issues/2069)) ([b2636de5](https://github.com/netless-io/flat/commit/b2636de52fb7adc3b21d732a6057fa6ecd37a76c))
14+
* **flat-pages**: fix wrong pmi checkbox initial value ([#2066](https://github.com/netless-io/flat/issues/2066)) ([9e8a3e6e](https://github.com/netless-io/flat/commit/9e8a3e6edbc3f53c4c60e4bbf2ea430c243e966e))
15+
* **flat-stores**: save uuid instead of invite code on join room ([#2062](https://github.com/netless-io/flat/issues/2062)) ([40664211](https://github.com/netless-io/flat/commit/40664211fbca281b7e8fbe21892d42b09d2a215c))
16+
* **flat-pages**: add stop class command and refresh list correctly ([#2059](https://github.com/netless-io/flat/issues/2059)) ([883aad5d](https://github.com/netless-io/flat/commit/883aad5dba13b8618777ad1d1c510d2b48669acf))
17+
18+
19+
120
## [2.3.1](https://github.com/netless-io/flat/compare/v2.3.0...v2.3.1) (2023-09-05)
221

322

desktop/main-app/package.json

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

docs/releases/v2.3.2/en.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Features
2+
3+
1. Support to end the class quickly outside the room
4+
2. Support creating and scheduling personal rooms (PMI) with unchanged room numbers
5+
3. Support to join a room quickly by selecting the historical room number from the drop-down list on the join room page
6+
7+
## Improved
8+
9+
1. Support viewing all room history records
10+
2. Adjust the font size of text editor
11+
3. Adjust the order of PPT handwriting page cutting to make the page cutting more smooth
12+
13+
## Fixed
14+
15+
1. Avatars fail to load when the network is abnormal

docs/releases/v2.3.2/zh.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 新增
2+
3+
1. 支持创建、预定房间号不变的个人房间(PMI)
4+
2. 支持在房间外快速结束上课
5+
3. 支持通过加入房间页面的下拉列表选择历史房间号快速加入房间
6+
7+
## 优化
8+
9+
1. 支持查看所有房间历史记录
10+
2. 调整 PPT 笔迹切页顺序,使切页更加流畅
11+
3. 调整文本编辑器字体大小
12+
13+
## 修复
14+
15+
1. 网络异常时头像加载失败

0 commit comments

Comments
 (0)