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

Commit c82e947

Browse files
committed
🔖 发布 V1.1.1
1 parent 72f7ae2 commit c82e947

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGE_LOGS.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v1.1.1 / 2020-05-21
2+
3+
### 改进功能
4+
5+
* [是否默认展示大纲](https://github.com/88250/liandi/issues/57)
6+
* [Add language config option in the first screen](https://github.com/88250/liandi/issues/58)
7+
8+
### 修复缺陷
9+
10+
* [修复 XSS 漏洞](https://github.com/88250/liandi/issues/56)
11+
112
## v1.1.0 / 2020-05-04
213

314
### 引入特性

app/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liandi",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "链滴笔记",
55
"main": "./electron/main.js",
66
"scripts": {

kernel/conf.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
const (
28-
Ver = "1.1.0"
28+
Ver = "1.1.1"
2929
ServerPort = "6806"
3030
UserAgent = "LianDi/v" + Ver
3131
)

0 commit comments

Comments
 (0)