Skip to content

Commit 59a9ec2

Browse files
authored
chore(version): upgrade version to v1.6.1 (netless-io#1366)
1 parent 6c7a6a7 commit 59a9ec2

File tree

4 files changed

+41
-1
lines changed

4 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.6.1](https://github.com/netless-io/flat/compare/v1.6.0...v1.6.1) (2022-02-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **i18n:** pad space ([#1359](https://github.com/netless-io/flat/issues/1359)) ([d13baf7](https://github.com/netless-io/flat/commit/d13baf78632de724a7c70bce135a15b0f5a7ac4b))
7+
* **renderer-app:** add record tips ([#1358](https://github.com/netless-io/flat/issues/1358)) ([1d88d8a](https://github.com/netless-io/flat/commit/1d88d8a25549da613e040a9d4350008c7336be36))
8+
* **web,renderer-app:** correctly destroy window-manager on exit ([#1352](https://github.com/netless-io/flat/issues/1352)) ([baf8c74](https://github.com/netless-io/flat/commit/baf8c74f66f55db561a48c6bd72f0446fde27578))
9+
10+
11+
### Features
12+
13+
* **whiteboard:** use fastboard ([#1356](https://github.com/netless-io/flat/issues/1356)) ([30cc4dd](https://github.com/netless-io/flat/commit/30cc4dd905d236c9acbb2f043c12abcc609b5783))
14+
15+
16+
117
# [1.6.0](https://github.com/netless-io/flat/compare/v1.5.3...v1.6.0) (2022-02-09)
218

319

desktop/main-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flat",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"private": true,
55
"description": "",
66
"homepage": "https://github.com/netless-io/flat",

docs/releases/v1.6.1/en.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Features
2+
3+
1. Access to fastboard SDK
4+
5+
## Improved
6+
7+
1. Hide useless buttons
8+
9+
## Fixed
10+
11+
1. WindowManager is not destroyed correctly when closing the playback
12+
2. Strokes flicker abnormally when writing, and there are obvious folded corners

docs/releases/v1.6.1/zh.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 新增
2+
3+
1. 接入 fastboard SDK
4+
5+
## 优化
6+
7+
1. 隐藏无用的按钮
8+
9+
## 修复
10+
11+
1. 关闭回放的时候 WindowManager 没有正确销毁
12+
2. 书写时笔画异常闪烁、有明显折角

0 commit comments

Comments
 (0)