Skip to content

Commit 73fd0e9

Browse files
Ricardo HenriquesRicardo Henriques
authored andcommitted
chore: bump version to 0.10.16
1 parent cb86f95 commit 73fd0e9

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

src/taskrepo/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.15"
1+
__version__ = "0.10.16"

0 commit comments

Comments
 (0)