File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.10.16] - 2025-12-19
11+
1012### Changed
1113
1214- ** Upgrade Command Modernization** : Migrated to henriqueslab-updater v1.2.0 centralized upgrade workflow
@@ -17,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1719 - Consistent upgrade experience across all HenriquesLab packages
1820 - New notifiers module: ` taskrepo.cli.notifiers.upgrade_notifier `
1921
22+ ### Fixed
23+
24+ - ** Non-Interactive Terminal Detection** : Added sys.stdin.isatty() checks to archive and move commands
25+ - Enables automation and scripting without hanging on interactive prompts
26+ - Archive command auto-confirms subtask archiving in non-interactive mode
27+ - Move command skips confirmation and auto-moves subtasks in non-interactive mode
28+
2029### Dependencies
2130
2231- Updated ` henriqueslab-updater>=1.2.0 ` (from >=1.1.3)
Original file line number Diff line number Diff line change 1- __version__ = "0.10.15 "
1+ __version__ = "0.10.16 "
You can’t perform that action at this time.
0 commit comments