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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed May 21, 2020
1 parent 72f7ae2 commit c82e947
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 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.1 / 2020-05-21

### 改进功能

* [是否默认展示大纲](https://github.com/88250/liandi/issues/57)
* [Add language config option in the first screen](https://github.com/88250/liandi/issues/58)

### 修复缺陷

* [修复 XSS 漏洞](https://github.com/88250/liandi/issues/56)

## v1.1.0 / 2020-05-04

### 引入特性
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "1.1.1",
"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.1.0"
Ver = "1.1.1"
ServerPort = "6806"
UserAgent = "LianDi/v" + Ver
)
Expand Down

0 comments on commit c82e947

Please sign in to comment.