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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Apr 7, 2020
1 parent e2b4b13 commit 6e5d0b8
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGE_LOGS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v0.1.4 / 2020-04-07

### 引入特性

* [可配置是否自动拉取图片到本地](https://github.com/88250/liandi/issues/39)

### 改进功能

* [所见即所得模式下链接为空时会变为 http://127.0.0.1:6807/webdav/xxx](https://github.com/88250/liandi/issues/40)
* [复制为纯文本](https://github.com/88250/liandi/issues/41)

### 修复缺陷

* [文件名中 + 会变为空格](https://github.com/88250/liandi/issues/42)
* [带 HTML 标签的文件名打不开](https://github.com/88250/liandi/issues/43)
* [选中文字后 ctrl+shift+v,选中的文字没有被删除](https://github.com/88250/liandi/issues/44)

## v0.1.3 / 2020-03-10

### 引入特性
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.

20 changes: 18 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liandi",
"version": "0.1.3",
"version": "0.1.4",
"description": "链滴笔记",
"main": "./electron/main.js",
"scripts": {
Expand All @@ -18,7 +18,23 @@
"webdav",
"b3log"
],
"author": "Vanessa <v@b3log.org> (http://vanessa.b3log.org)",
"author": {
"name": "B3log 开源社区",
"email": "os@b3log.org",
"url": "https://b3log.org"
},
"maintainers": [
{
"name": "Liang Ding",
"email": "d@b3log.org",
"url": "http://88250.b3log.org"
},
{
"name": "Liyuan Li",
"email": "v@b3log.org",
"url": "http://vanessa.b3log.org"
}
],
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.7.4",
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.3"
Ver = "0.1.4"
ServerPort = "6806"
UserAgent = "LianDi/v" + Ver
)
Expand Down

0 comments on commit 6e5d0b8

Please sign in to comment.