We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fbb7f commit 31d6563Copy full SHA for 31d6563
README.md
@@ -5,6 +5,12 @@
5
6
## 开发日志
7
8
++ 2020-12-29
9
+
10
+ - 重写了`loadSummary`,增加了`remark` 的 `correctHeadings` 插件
11
+ - 实现了阅读记录删除,现在可以彻底删除书籍了(之前因为阅读记录关联了书籍id,而不能彻底删除书籍)
12
+ - 善待实现:从 Github 等处获取书籍、查看作者/类别/代码仓库下的书籍
13
14
+ 2020-12-26
15
16
- 增加“阅读记录”功能
electron/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitbook-reader-app",
3
- "version": "0.6.4",
+ "version": "0.6.8",
4
"description": "Gitbook 阅读器,60天通过CCNA考试 - ccna60d.xfoss.com",
"main": "./build/index.js",
"scripts": {
0 commit comments