Releases: cxz66666/zju-ical
Releases · cxz66666/zju-ical
v1.0.0-rc7
Changelog
- 支持新版研究生教务网
- 支持双AES key
- 修复本科生选研究生课程解析问题
v1.0.0-rc6
Changelog
- 合并grsical和ugrsical,更名为zju-ical,本科生和研究生一个页面全部搞定
- 展示上次成功时间,用于排查浙大钉相关问题
- 增加http_proxy配置,用于浙大钉开启内网访问限制时绕过
v1.0.0-rc5
Changelog
- 更新2023-2024学年秋冬学期日程
- go升级至1.20
- 新增配置热重载
- 增加手动webcal订阅链接复制
v1.0.0-rc4
Changelog
- 支持课程成绩获取与展示,GPA和平均分计算,分学期展示
- 使用文件下载则不提供考试信息,防止更新不及时导致考试信息出错
v1.0.0-rc3
v1.0.0-rc2
Changelog
- 更新2022-2023学年春夏学期配置文件
- 使用更加人性的IP限流策略
v1.0.0-rc1
Changelog
First version for deployable online server!
- add anonymous redis cache for ical data
- add lots of logs for online server
- add missing holiday for 10.1-10.5
v0.2.0
v0.1.0
First public binary release 😄
Changelog
- 523ce16 Add LICENSE
- 2ee74bb Add README
- 2698723 Add README
- 35ab72f WIP: init zjuam and zjuservice pkg
- 4f09744 add html parser
- 4a6667b add naive icalender implementation
- f3161cd add rate limit middleware
- 0253dc0 add support for other platforms
- 718b8a5 add zjuapi pkg
- 00e67bc allow fetch config files from http
- 1c2c5a6 basic web interface
- dd22169 bugfix: fix some logic error
- 0e8e529 chore: update complete readme.md
- ebd5845 cli improvements
- d4f442e emphasize use zjuam for auth
- f7e9dbe feat: add need supported structs and interface
- 81198eb feat: add wrap and json response format
- 8296690 feat: already finish cmd(without test)
- 17ba261 feat: already finish zjuservice pkg without test
- 45826aa feat: finish server and client api
- fbcd0e4 feat: support goreleaser and update Makefile
- 366b3f4 feat: use go-gin instead of fiber
- 8854c0b first release
- f446557 fix class endtime
- a3d41c5 fix for 单周 & 双周
- d98b8b3 fix test
- d85b10e fix timetable: parse 14th, 15th class fix timetable: fix class end time
- 0bbd82b fix tweaks
- 928641b fix typo
- 574c1de implement class to ical
- a13b958 remove not used test
- 6955aea rename term to semester
- 4f96f57 update Makefile