🚀 New Features
- Multiple Triggers: Tasks can now have multiple triggers configured (Commit:
45f13ec). - Folder Navigation: Added support for hierarchical task folders, including creating and deleting folders (Commit:
b70fbc2). - CLI Support: Introduced a Command Line Interface for task management and history export (Commit:
40216d0,2c3355d). - Task Import: Added functionality to import tasks from XML files (Commit:
1a97f93). - Task Statistics & Export: View task history statistics and export data to CSV (Commit:
b6a5e33). - Productivity: Added keyboard shortcuts, task cloning, and "Disable for..." options (Commit:
0235352).
🛠 Improvements & Refactoring
- Application Output: Changed output type to
WinExeto prevent the console window from appearing on startup, while maintaining CLI capabilities (Commit:2c3355d). - UI Adjustments: Repositioned the "Action" section and adjusted the history list height (Commit:
3af2712). - Cleanup: Removed temporary task disable functionality (Commit:
09c5cae).