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
🔖 发布 v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Feb 25, 2020
1 parent 9e09500 commit 0a12368
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGE_LOGS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.1.2 / 2020-02-25

### 改进功能

* [文件名移除 .md](https://github.com/88250/liandi/issues/28)

### 开发重构

* [获取内核进程调试信息](https://github.com/88250/liandi/issues/29)

### 修复缺陷

* [无响应问题](https://github.com/88250/liandi/issues/30)
* [下载太慢,使用自建服务器](https://github.com/88250/liandi/issues/31)

## v0.1.1 / 2020-02-23

### 改进功能
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": "0.1.1",
"version": "0.1.2",
"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 = "0.1.1"
Ver = "0.1.2"
ServerPort = "6806"
UserAgent = "LianDi/v" + Ver
)
Expand Down

0 comments on commit 0a12368

Please sign in to comment.