Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(version): upgrade version to v2.2.1 #1894

Merged
merged 1 commit into from
Apr 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. 屏幕分享时有异常回声