Skip to content

Commit

Permalink
update to v0.2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr34m-cn committed Aug 12, 2024
1 parent e7611fb commit 7d33a19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ docker run -d --restart=always -p 8023:8023 -v /opt/data:/app/data --name=taoSyn
* [ ] 任务整体进度条展示(目前只能展示每个文件的进度条)
* [ ] 多语言支持

### 0.2.1.1(2024-08-12)

* [x] 修复修改密码后无法登陆的问题 [#4](https://github.com/dr34-m/taosync/issues/4)

### 0.2.1(2024-08-03)

* [x] 对于任务未找到的做出更友好的提示 [#2](https://github.com/dr34-m/taosync/issues/2)
Expand Down
2 changes: 1 addition & 1 deletion controller/baseController.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def wrapper(self):
return
try:
req = commonService.get_post_data(self)
if user:
if trueUser:
req['__user'] = trueUser.copy()
del req['__user']['passwd']
del req['__user']['sqlVersion']
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.2.1,latest
v0.2.1.1,latest

该文件仅第一行有效,表示打包的版本。
如果要打包多个,以英文,分隔,例如【v1.0.0,latest】;
Expand Down

0 comments on commit 7d33a19

Please sign in to comment.