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

View File

@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.9.4] - 2026-03-06
### Fixed
- 🔧 修复日期视图下SplitterBar拖拽以及TaskList收起/展开后计算导致2月份周期丢失问题
- 🔧 修复:任务视图切换至资源视图后今日定位偏移问题
- 🔧 修复:任务视图切换至资源视图后最大和最小日期范围计算问题
- 🔧 修复:资源视图下,小时/日/周视图切换后,最大值和最小值范围问题
- 🔧 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
## [1.9.3] - 2026-03-05
### Added