-
Notifications
You must be signed in to change notification settings - Fork 57
Releases: wedow/ticket
Releases · wedow/ticket
v0.3.2
Fixed
- Ticket ID lookup now trims leading/trailing whitespace (fixes issue with AI agents passing extra spaces)
Assets 2
v0.3.1
Added
listcommand alias forlsTICKET_PAGERenvironment variable forshowcommand (only when stdout is a TTY; falls back toPAGER)
Changed
- Walk parent directories to find
.tickets/directory, enabling commands from any subdirectory - Ticket ID suffix now uses full alphanumeric (a-z0-9) instead of hex for increased entropy
Fixed
depcommand now resolves partial IDs for the dependency argumentundepcommand now resolves partial IDs and validates dependency existsunlinkcommand now resolves partial IDs for both argumentscreate --parentnow validates and resolves parent ticket IDgenerate_idnow uses 3-char prefix for single-segment directory names (e.g., "plan" → "pla" instead of "p")
Assets 2
v0.3.0
Added
- Support
TICKETS_DIRenvironment variable for custom tickets directory location dep cyclecommand to detect dependency cycles in open ticketsadd-notecommand for appending timestamped notes to tickets-a, --assigneefilter flag forls,ready,blocked, andclosedcommands--tagsflag forcreatecommand to add comma-separated tags-T, --tagfilter flag forls,ready,blocked, andclosedcommands
Assets 2
v0.2.0
Added
--parentflag forcreatecommand to set parent ticketlink/unlinkcommands for symmetric ticket relationshipsshowcommand displays parent title and linked ticketsmigrate-beadsnow imports parent-child and related dependencies
Assets 2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
Assets 2
v0.1.0
Full Changelog: https://github.com/wedow/ticket/commits/v0.1.0