Skip to content

Commit

Permalink
[docs] Update version and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
miaotony committed May 8, 2021
1 parent 4f12169 commit a8e0fa6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## Change log


### `V0.23.0.20210509`

[feat] Add events for week number.
新增周数事件,即持续一周的 `第x周` 事件,方便知道当前所在周。默认一个学期为20周。
默认不开启此功能,在命令行执行时加入 `--weeknum` 即可开启。

![weeknum](img/weeknum.png)


### `V0.22.0.20210423`

**本版本修改了关键的课表查询接口!**
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ NUAA_ClassSchedule
---
## Version

**V0.22.0.20210423**
**V0.23.0.20210509**

**Change Log:**
Please refer to [CHANGELOG](CHANGELOG.md).
Expand Down Expand Up @@ -146,7 +146,7 @@ chmod +x *
**命令行参数说明:**
```
usage: main.py [-h] [-i ID] [-p PWD] [-s SEMESTER] [-c {0,1}] [--noexam]
[--notxt] [--noxlsx]
[--weeknum] [--notxt] [--noxlsx]
Get NUAA class schedule at ease! 一个小jio本,让你获取课表更加便捷而实在~
Expand All @@ -160,6 +160,7 @@ optional arguments:
Input `0` for personal curriculum(default), `1` for
class curriculum. 输入`0`获取个人课表(无此参数默认为个人课表),输入`1`获取班级课表
--noexam Don't export exam schedule. 加入此选项则不导出考试安排
--weeknum Export week-number events. 加入此选项则导出周次事件
--notxt Don't export `.txt` file. 加入此选项则不导出`.txt`文件
--noxlsx Don't export `.xlsx` file. 加入此选项则不导出`.xlsx`表格
```
Expand Down
Binary file added img/weeknum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a8e0fa6

Please sign in to comment.