Skip to content

Commit

Permalink
chore(version): upgrade version to v1.6.1 (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored Feb 15, 2022
1 parent 6c7a6a7 commit 59a9ec2
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [1.6.1](https://github.com/netless-io/flat/compare/v1.6.0...v1.6.1) (2022-02-15)


### Bug Fixes

* **i18n:** pad space ([#1359](https://github.com/netless-io/flat/issues/1359)) ([d13baf7](https://github.com/netless-io/flat/commit/d13baf78632de724a7c70bce135a15b0f5a7ac4b))
* **renderer-app:** add record tips ([#1358](https://github.com/netless-io/flat/issues/1358)) ([1d88d8a](https://github.com/netless-io/flat/commit/1d88d8a25549da613e040a9d4350008c7336be36))
* **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))


### Features

* **whiteboard:** use fastboard ([#1356](https://github.com/netless-io/flat/issues/1356)) ([30cc4dd](https://github.com/netless-io/flat/commit/30cc4dd905d236c9acbb2f043c12abcc609b5783))



# [1.6.0](https://github.com/netless-io/flat/compare/v1.5.3...v1.6.0) (2022-02-09)


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

1. Access to fastboard SDK

## Improved

1. Hide useless buttons

## Fixed

1. WindowManager is not destroyed correctly when closing the playback
2. Strokes flicker abnormally when writing, and there are obvious folded corners
12 changes: 12 additions & 0 deletions docs/releases/v1.6.1/zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 新增

1. 接入 fastboard SDK

## 优化

1. 隐藏无用的按钮

## 修复

1. 关闭回放的时候 WindowManager 没有正确销毁
2. 书写时笔画异常闪烁、有明显折角

0 comments on commit 59a9ec2

Please sign in to comment.