Skip to content

Commit

Permalink
Release: v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTalaxy committed Aug 23, 2023
1 parent fb54e7c commit 30d17be
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
- [WordBank v1.3](https://blog.talaxy.cn/word-bank)
- [图书馆 v1.0](https://blog.talaxy.cn/bookshelf)
- [英文分词 v1.3](https://blog.talaxy.cn/playground/tokenize)
- [Weaver v1.6.0](https://blog.talaxy.cn/weaver)
- [落页 v0.3.0](https://blog.talaxy.cn/luoye)
- [Weaver v1.7.0](https://blog.talaxy.cn/weaver)
- [落页 v0.4.0](https://blog.talaxy.cn/luoye)

### 工具

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog",
"version": "1.6.0",
"version": "1.7.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
24 changes: 24 additions & 0 deletions src/pages/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# 更新日志

## 2023-08-23

### 站点

- 优化调整
- 下线了字体提取接口。

### 落页 v0.4.0

- 新特性
- 文档现在会在右侧显示大纲。
- 优化调整
- 开始界面现在只会显示最近 10 个文档。
- 一些 UI 样式调整。
- 问题修复
- 现在侧边栏能正常滚动了。

### Weaver v1.7.0

- 新特性
- 现在任务表单的显示状态会在链接中记录。
- 问题修复
- 若项目周期不足则不会显示「更多周期」。

## 2023-08-17

### 站点
Expand Down

0 comments on commit 30d17be

Please sign in to comment.