Skip to content

Commit

Permalink
[docs] Update docs and add release badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
miaotony committed Nov 16, 2020
1 parent ad20691 commit aeeab77
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Change log

### `V0.20.0.20201116`

[feat] Fit the different course time batches for Tianmuhu Campus.
匹配天目湖校区分批上下课时间。
[fix] ICS: Fix the end time of lessons across the midday.
修正跨中午等超长课程结束时间错误的bug。


### `V0.19.1.20201007`

[feat] Add packing automatically based on GitHub Action.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ NUAA_ClassSchedule
---
## Version

**V0.19.1.20201007**
**V0.20.0.20201116**

**Change Log:**
Please refer to [CHANGELOG](CHANGELOG.md).
Expand All @@ -76,6 +76,8 @@ Please refer to [CHANGELOG](CHANGELOG.md).
> `V0.19.1.20201007` 版本起,已经实现了基于 GitHub Action 自动打包可执行程序啦!
>(Linux / MacOS 下有可能需要先给程序赋予可执行权限,即 `chmod +x <filename>`
![Release](https://github.com/miaotony/NUAA_ClassSchedule/workflows/Release/badge.svg)

**下载地址在 [Release](https://github.com/miaotony/NUAA_ClassSchedule/releases) 下呢!**

欢迎来试试呀!
Expand Down
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

DEBUG = False

VERSION = "V0.19.1.20201007"
VERSION = "V0.20.0.20201116"

0 comments on commit aeeab77

Please sign in to comment.