From 901b924d6a98e1f2f4dea0e8cdcdedc729bf1255 Mon Sep 17 00:00:00 2001 From: orzyyyy Date: Sat, 20 Jul 2019 10:51:27 +0800 Subject: [PATCH] chore: release 1.0.1 --- CHANGELOG.md | 25 ++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60978363e..bb48396c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,32 @@ +## 1.0.1 + +`2019-07-20` + +- 抽象 `log` 和资源读取方法 [#87](https://github.com/orzyyyy/memo/pull/87) +- 修复新建 `markdown` 时初始值错误的问题 [#89](https://github.com/orzyyyy/memo/pull/89/files) +- 提交到主分支且检查通过时,自动发布 `dist` 到 gh-pages [449c2ad](https://github.com/orzyyyy/memo/commit/449c2ad1d5b96d470b5715c716968a52a92ef155) +- 使用装饰器修饰 controller 中的 router [f8c1204](https://github.com/orzyyyy/memo/commit/f8c1204ce0bf004f12055aba232ff61f0597ec28) +- 重构 server [9e72b57](https://github.com/orzyyyy/memo/commit/9e72b57ceaf1996d69d9067f9006fd4fa8f89292), [b27ad63](https://github.com/orzyyyy/memo/commit/b27ad63b7e9bfd65aa5d06292478d3002d6d43b3), [69f5617](https://github.com/orzyyyy/memo/commit/69f5617f99087994b9207f2360af5e846fd0b5b3), [a2725a4](https://github.com/orzyyyy/memo/commit/a2725a4ceeeda5be9b0adfad005d38d4ca24c121), [8136804](https://github.com/orzyyyy/memo/commit/81368046f43c598a705e1bd1811b1fc72d12d790), [#98](https://github.com/orzyyyy/memo/pull/98) +- 编辑 `markdown` 保存时,server 执行 `prettier` [#100](https://github.com/orzyyyy/memo/pull/100) +- 更新全局滚动条样式 [#103](https://github.com/orzyyyy/memo/pull/103) +- 更新 `MarkdownDetail` 文本容器最小高度,以修复加载数据时过于明显的抖动 [#104](https://github.com/orzyyyy/memo/pull/104) +- 分离不同系统下,`puppeteer` 初始化时 chrome 的启动路径 [a7df0bd](https://github.com/orzyyyy/memo/commit/a7df0bdcd00dd79442ab5a85e0ba9fb8e14760da) +- `MainPage` 顶部增加文本框,以根据 url 直接下载 exhentai 中的所有图片 [#117](https://github.com/orzyyyy/memo/pull/117) +- 增加检查 exhentai 下载遗漏图片的接口 [#119](https://github.com/orzyyyy/memo/pull/119) +- 更新 `nino-cli` 到 1.0.3 [#120](https://github.com/orzyyyy/memo/pull/120) + +--- + ## 1.0.0 `2019-06-29` -- 【功能】本地在线编辑 markdown、mapping +- 本地在线编辑 markdown、mapping - markdown 依赖于 `react-markdown`,mapping 依赖于 `mini-xmind` -- 【功能】本地服务抓取 exhentai 缩略图 +- 本地服务抓取 exhentai 缩略图 - `puppeteer` 模拟操作 - 自动设置 cookie - 大图显示。图片懒加载依赖于 `react-lazyload` -- 【功能】本地服务下载指定 exhentai 所有图片到本地 +- 本地服务下载指定 exhentai 所有图片到本地 --- diff --git a/package.json b/package.json index e8abac84a..0858667f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memo", - "version": "1.0.0", + "version": "1.0.1", "description": "A memo for myself", "keywords": [ "blog"