This repository has been archived by the owner on Jun 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathCHANGELOG
199 lines (159 loc) · 4.25 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
最新的 changelog 请前往 https://base.admirable.pro/t/everyclass/234 查看,本文件不再更新。
v0.8.37
================================
- ics 文件相关改动及问题修复
v0.8.36
================================
- 优化部分代码
- Sentry 有关修改
- Config 逻辑修改
v0.8.35
================================
- 增加 Slack 整合
- Sentry commit data 整合
v0.8.31
================================
- 增加《服务协议》
v0.8.30
================================
- query method 改成 get
v0.8.29
================================
- ics_generator 空区间 bug fix
v0.8.28
================================
- 新增 Not any semester in ec_student 日志
v0.8.27
================================
- 页面底部增加 QQ 群
- 删除 .env 文件
v0.8.26
================================
- 批量 ics 生成
- 升级脚本增加回滚功能
v0.8.24
================================
- 发送邮件跳转捐助
v0.8.23
================================
- 部署有关文档
- 部署有关的小修小补
v0.8.22
================================
- Dockerize minor fixes
v0.8.21
================================
- Dockerize
v0.8.20
================================
- Docker 化准备
- 升级依赖
- 使用 Logbook 完成日志和报警
v0.8.19
================================
- 更改日历 ics 文件位置
- server.calendar 单独成包
- 修改 ics 文件目录
v0.8.18
================================
- 页脚版本号格式调整
- 增加捐助链接
- 优化项目目录结构
- 部分文案调整
- 增加函数注释(function annotation)
v0.8.17
================================
- 相对导入改成绝对导入,增加可读性
- 增加用户 unique id
- 结构重构
v0.8.14
================================
- change requirement.txt to Pipfile
- add Elastic APM
v0.8.13 on July 2rd, 2018
================================
- add new semester and update time
v0.8.10 on May 30th, 2018
================================
- change page title
v0.8.9 on May 10th, 2018
================================
- fix privacy-protected page
v0.8.7 on Apr. 28th, 2018
================================
- new domain for everyclass
v0.8.6 on Mar. 17th, 2018
================================
- fix wrong blueprint
v0.8.5 on Mar. 17th, 2018
================================
- use celery for aync access log
- fix bugs in test cases
v0.8.2 on Mar. 12th, 2018
================================
- require apikey for some api
- change the folder settings in deploy.sh for changes on main server
v0.8.1 on Mar. 12th, 2018
================================
- fix some errors in v0.8.0, including test case
- cancel special effect when querying
v0.8.0 on Mar. 5th, 2018
================================
- add api support(without authentication at the moment)
- use Semester object as the first step of ORM
v0.7.9 on Mar. 4th, 2018
================================
- move exceptions to individual `exceptions.py`
- optimize docs
- optimize handle of no student exceptions
v0.7.8 on Mar. 2nd, 2018
================================
- delete feedback link
- special effect adjust parameter
v0.7.6 on Mar. 2nd, 2018
================================
- add js support in gulpfile
- fix gulpfile
- some special feature
v0.7.5 on Feb. 8th, 2018
================================
- fix module not found error
- new notice under maintenance
v0.7.3 on Feb. 4th, 2018
================================
- Fix font on Windows
- Show active branch and revision hash on the front-end
v0.7.2 on Jan. 30th, 2018
================================
- Structural change
v0.7.1 on Jan. 20th, 2018
=================================
- Travis CI and codecov integration
- Add unittests
- Bug fixes
- Code structure optimization
- Other minor changes
截止2017-11-15
=================================
- 修复若干bug
- 更加准确的信息
- 添加若干说明
- 增加数据库维护模式开关
- 增加隐私设定
截止2017-9-11
=================================
- 固定ics文件域名
- 增加隐私声明
截止2017-8-31
=================================
- 多学期支持
截止2017-8-26
=================================
- 修复 ics 导出路径链接错误的 bug
- HTML 压缩
- 增加前端自动化支持
截止2017-8-10
=================================
- Sentry 支持
- 多域名/CDN 支持
- 功能修复及改进