Skip to content

Commit 8681e97

Browse files
committed
Build(qd): 🏗️ Update Version
1 parent 6cb59c3 commit 8681e97

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
Nothing right now.
1010

11+
## [20240208] - 2024.02.08 更新
12+
13+
### Fixed
14+
15+
1. Fix 访客执行任务后端报错
16+
2. Fix websockets 禁止跨域问题 (qd-today/qd#463)
17+
3. Fix `cffi` Docker 构建
18+
4. Fix telegram 消息格式,避免过多的无效信息干扰 (qd-today/qd#488)
19+
5. Fix qd-today/qd#493: recovery permission (qd-today/qd#494)
20+
6. Fix qd-today/qd#477: `api://` error when Server not bind `0.0.0.0` (qd-today/qd#495)
21+
7. Fix 部分日志不显示错误详情(需打开 `config.traceback_print` 开关) qd-today/qd#491
22+
8. Fix 无法跳转发布项详情
23+
9. Fix 任务定时开关设置
24+
10. Fix `incr_success` 应发生在事务即将结束前
25+
26+
### Changed
27+
28+
1. Update `entry_editor.html` (qd-today/qd#465)
29+
2. Update 包依赖和前端依赖
30+
3. Refactor 优化代码和 logger 格式和静态类型 by `pylint`/`flake8`/`mypy` (qd-today/qd#496)
31+
4. Merge logger 和错误栈打印
32+
5. Change 解析 Url 方式
33+
6. Optimize `for` 循环调试显示
34+
7. Change 删除公开模板时自动取消发布请求
35+
8. Change 支持自定义单用户拥有记事本最大数量配置
36+
9. Change 更改节日祝福判断
37+
38+
### Docs
39+
40+
1. Docs(contrib): 📚 修改贡献者展示
41+
1142
## [20230821] - 2023.08.21 更新
1243

1344
### Fixed

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 20230821,
2+
"version": 20240208,
33
"Repo": ["https://github.com/qd-today/qd", "https://github.com/a76yyyy/qd", "https://github.com/binux/qiandao"],
44
"Author&Collaborator": ["binux", "a76yyyy", "AragonSnow", "Mark", "PiDan", "acooler15", "billypon", "liubei121212", "gxitm", "戏如人生", "buzhibujuelb", "powersee", "cxk000"],
55
"Theme": {

0 commit comments

Comments
 (0)