v1.4.5 - add Task drag and drop ender TaskList

This commit is contained in:
LINING-PC\lining
2025-12-06 20:34:33 +08:00
parent 04b9e5fb75
commit 7d81f44778
16 changed files with 1471 additions and 86 deletions
+12
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.4.5] - 2025-12-06
### Changed
- 优化:任务列表中任务项的移动拖放功能
- OptimizedTask item move and drag-and-drop functionality in the task list
## [1.4.4] - 2025-12-06
### Added
- 任务列表中任务项的移动拖放功能
- Task item move and drag-and-drop functionality in the task list
## [1.4.3] - 2025-11-28
### Added