Releases: timonwong/jiro
Releases · timonwong/jiro
Release list
v0.1.2
What's Changed
- fix(markup): render loose lists with nested items by @timonwong in #32
Full Changelog: v0.1.1...v0.1.2
v0.1.1
jiro v0.1.1 is the first public release of jiro, a scriptable Jira CLI for Jira Data Center and Server.
Highlights
- Core Jira workflows: Search, inspect, create, and update issues; manage comments, transitions, assignments, links, and guarded bulk operations through 25 schema-described commands.
- Profile-scoped authentication: Use Basic Auth or PAT credentials from the OS keyring, environment variables, or explicit stdin flows, with separate profiles and read-only enforcement.
- Automation contract: Consume versioned JSON output, classified exit codes, a machine-readable schema, and authenticated raw Jira HTTP requests through
jiro api. - Terminal output: Read terminal-aware text tables, preserve structured JSON output, and convert supported Markdown into Jira markup.
- Standalone binaries: Download binaries for macOS, Linux, and Windows on amd64 and arm64, with SHA-256 checksums.
The v0.1.0 tag did not produce a GitHub Release after its read-only smoke job hit GitHub's generated-notes permission boundary. v0.1.1 is the first published build.