Skip to content

Commit 4fff9d2

Browse files
committed
v1.4.2 - enhancements
1 parent 65059e1 commit 4fff9d2

37 files changed

+10171
-2481
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,42 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.2] - 2025-11-01
9+
10+
### Added
11+
- TaskBar增加头像显示
12+
- TaskBar展示信息显示可配置
13+
- TaskBar长按聚焦高亮
14+
- Timeline Range自动优化计算, 提升显示效果
15+
- TaskListConfig支持像素和百分比设置方式
16+
- 支持拖拽和拉伸TaskBar/Milestone接近边界自动扩充时间轴范围
17+
- 支持通过属性配置限制TaskBar/Milestone拖拽和拉伸
18+
- 暴露更多外部可以使用属性和事件
19+
- 增加NPM包应用示例
20+
- Added avatar display on TaskBar
21+
- Configurable display information on TaskBar
22+
- Long-press to focus and highlight TaskBar
23+
- Automatically optimized Timeline Range calculation for better visual performance
24+
- TaskListConfig now supports both pixel and percentage-based sizing
25+
- Support dragging and stretching TaskBar/Milestone to automatically expand timeline range near boundaries
26+
- Support property-based configuration to limit dragging and stretching of TaskBar/Milestone
27+
- Expose more external properties and events
28+
- Added NPM package application examples
29+
30+
### Changed
31+
- 客制化多语言扩展支持
32+
- 说明文档更新,可读性更强
33+
- 增强Timeline时间轴的拖拽体验,增加防抖保护
34+
- Custom multi-language extension support
35+
- Documentation updated for better readability
36+
- Enhance dragging experience on Timeline, adding debounce protection
37+
38+
### Fixed
39+
- SonarQube代码质量检查问题修改
40+
- 缺陷修复
41+
- Modification of SonarQube code quality inspection issues
42+
- Bugfix
43+
844
## [1.4.1] - 2025-10-26
945

1046
### Fixed

README-EN.md

Lines changed: 1931 additions & 560 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1904 additions & 528 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)