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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jun 28, 2020
1 parent fd03b21 commit 3733e63
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.2 / 2020-06-28

### 改进功能

* [Markdown 中文排版段首缩进配置开关](https://github.com/88250/liandi/issues/73)

### 修复缺陷

* [编辑器插入文件时的检查问题](https://github.com/88250/liandi/issues/67)
* [链滴中点击大纲中的标题,编辑器正文和预览无法跳转到相应位置](https://github.com/88250/liandi/issues/68)

## v1.1.1 / 2020-05-21

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

0 comments on commit 3733e63

Please sign in to comment.