v1.9.4 - bug fix

This commit is contained in:
LINING-PC\lining
2026-03-06 15:39:09 +08:00
parent fb21be2cf9
commit 960a3b2e6e
7 changed files with 176 additions and 22 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"tasks": [
{
"id": 1001,
"name": "上午会议",
"assignee": "测试用户",
"startDate": "2026-03-02 09:00",
"endDate": "2026-03-10 10:30",
"progress": 50,
"estimatedHours": 1.5,
"actualHours": 0.75,
"type": "task"
},
{
"id": 1002,
"name": "午后开发",
"assignee": "开发者",
"startDate": "2026-03-02 09:00",
"endDate": "2026-03-06 16:15",
"progress": 30,
"estimatedHours": 2.25,
"actualHours": 1.33,
"type": "task"
},
{
"id": 1003,
"name": "测试任务",
"assignee": "测试员",
"startDate": "2026-03-02 09:00",
"endDate": "2026-03-08 17:45",
"progress": 0,
"estimatedHours": 1.25,
"actualHours": 0,
"type": "task"
}
]
}
+16
View File
@@ -588,5 +588,21 @@
"🔧 Fixed: TaskBar width (duration) shrinking after dragging left and right in weekly view",
"<span style=\"font-weight: bold; color: #f00;\">Special thanks to xuhang513@gitee for their use and feedback</span>"
]
},
{
"version": "1.9.4",
"date": "2026-03-06",
"notes": [
"🔧 修复:日期视图下,SplitterBar拖拽以及TaskList收起/展开后,计算导致2月份周期丢失问题",
"🔧 修复:任务视图切换至资源视图后今日定位偏移问题",
"🔧 修复:任务视图切换至资源视图后最大和最小日期范围计算问题",
"🔧 修复:资源视图下,小时/日/周视图切换后,最大值和最小值范围问题",
"<span style=\"font-weight: bold; color: #f00;\">特别感谢来自jwuxin@gitee的使用与反馈</span>",
"🔧 Fixed: In date view, after dragging the SplitterBar and collapsing/expanding the TaskList, the calculation caused the February cycle to be lost",
"🔧 Fixed: After switching from task view to resource view, the today marker offset issue",
"🔧 Fixed: After switching from task view to resource view, the max and min date range calculation issue",
"🔧 Fixed: In resource view, after switching between hourly/daily/weekly views, the max and min date range issue",
"<span style=\"font-weight: bold; color: #f00;\">Special thanks to jwuxin@gitee for their use and feedback</span>"
]
}
]