Skip to content

Commit

Permalink
chore(version): upgrade version to v2.2.1 (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Apr 17, 2023
1 parent e15fe90 commit a6767f8
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.2.1](https://github.com/netless-io/flat/compare/v2.2.0...v2.2.1) (2023-04-17)


### Bug Fixes

* **flat-pages**: register apps in replay page ([#1893](https://github.com/netless-io/flat/issues/1893)) ([e15fe901](https://github.com/netless-io/flat/commit/e15fe9016b9fc7534f321b0c1fb761c069481185))



## [2.2.0](https://github.com/netless-io/flat/compare/v2.1.0...v2.2.0) (2023-03-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": "2.2.0",
"version": "2.2.1",
"private": true,
"description": "",
"homepage": "https://github.com/netless-io/flat",
Expand Down
14 changes: 14 additions & 0 deletions docs/releases/v2.2.1/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Features

1. Support downloading M1 version installer
2. Support sharing playback via link

## Improved

1. Adjust the layout of one-to-one video window, make the video window bigger
2. Adjust the text tool interaction to make it more convenient to select text
3. Adjust the home page UI to make the visual effect better

## Fixed

1. Abnormal echoes during screen sharing
14 changes: 14 additions & 0 deletions docs/releases/v2.2.1/zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 新增

1. 支持下载 M1 版本安装包
2. 支持通过链接分享回放

## 优化

1. 调整一对一视频窗口布局,使视频窗口更大
2. 调整文本工具交互,使选中文本更方便
3. 调整首页 UI,使视觉效果更好

## 修复

1. 屏幕分享时有异常回声

0 comments on commit a6767f8

Please sign in to comment.