Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.
/ liandi Public archive

Commit

Permalink
🔖 发布 V1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed May 4, 2020
1 parent 722b2e1 commit 7ca8eb4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGE_LOGS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.1.0 / 2020-05-04

### 引入特性

* [支持导出 PDF、HTML 和微信公众号编辑器](https://github.com/88250/liandi/issues/52)

### 修复缺陷

* [编辑器即时渲染、分屏预览模式粘贴为纯文本失效](https://github.com/88250/liandi/issues/50)
* [搜索框切换 bug](https://github.com/88250/liandi/issues/51)

## v1.0.0 / 2020-04-30

### 引入特性
Expand Down
6 changes: 3 additions & 3 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liandi",
"version": "1.0.0",
"version": "1.1.0",
"description": "链滴笔记",
"main": "./electron/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion kernel/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

const (
Ver = "1.0.0"
Ver = "1.1.0"
ServerPort = "6806"
UserAgent = "LianDi/v" + Ver
)
Expand Down

0 comments on commit 7ca8eb4

Please sign in to comment.