mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
www/jira-cli: Update to 1.4.0
Changes since 1.3.0: v1.4.0 This release adds support for Jira v9, a serverinfo command to quickly check your Jira server build info, lets you set resolution, assignee and comment on issue move, and many more. - feat(tui): Allow issue transition from the ui by @ankitpokhrel in #544 - feat(tui): Add help page by @ankitpokhrel in #563 - feat: Filter by multiple statuses by @ankitpokhrel in #573 - feat: Support for adding watcher to Issue by @ankitpokhrel in #584 - feat: Allow different jira server for API and for UI by @markhatch in #613 - fix: Shell completion for Fish and PowerShell by @ankitpokhrel in #553 - fix: Worklog comment don't work together with prompt by @ankitpokhrel in #562 - fix: Use http client wrapper instead of round trip by @ankitpokhrel in #530 - fix: Try to detect if JIRA v8 server is not using the createmeta REST endpoint by @tristianc in #574 - fix: Issue with -c flag on config generation by @ankitpokhrel in #582 - fix: Issue with value assignment in init by @ankitpokhrel in #606 - fix: Issue with epic field on create by @ankitpokhrel in #607 - fix: Comment author name is not always displayed by @ankitpokhrel in (#618) - ehc: Improve PAGER selection by @ankitpokhrel in #570 - dep: Upgrade cobra to v1.7.0 by @dbirks in #608 - ci: Upgrade actions by @ankitpokhrel in #590 - @tristianc made their first contribution in #574 - @dbirks made their first contribution in #608 - @markhatch made their first contribution in #613 Full Changelog: https://github.com/ankitpokhrel/jira-cli/compare/v1.3.0...v1.4.0
This commit is contained in:
parent
b848b2248b
commit
9d0db9d3be
@ -1,7 +1,6 @@
|
||||
PORTNAME= jira-cli
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
PORTREVISION= 4
|
||||
DISTVERSION= 1.4.0
|
||||
CATEGORIES= www
|
||||
DIST_SUBDIR= jira-cli
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1675516690
|
||||
SHA256 (go/www_jira-cli/jira-cli-v1.3.0/v1.3.0.mod) = c65d19967075c5f7f1385171210575c53bef0a0d5bc2dc254f84dd43b2b06f6b
|
||||
SIZE (go/www_jira-cli/jira-cli-v1.3.0/v1.3.0.mod) = 3116
|
||||
SHA256 (go/www_jira-cli/jira-cli-v1.3.0/v1.3.0.zip) = 07d8f0c862b877dcf332d2e7150560d9d86304c3ad02ae06761be4898bab39c1
|
||||
SIZE (go/www_jira-cli/jira-cli-v1.3.0/v1.3.0.zip) = 53371049
|
||||
TIMESTAMP = 1688221303
|
||||
SHA256 (go/www_jira-cli/jira-cli-v1.4.0/v1.4.0.mod) = 57fbd11a8667d8767bded25b68b3aa571f32b8cf905854ba157eb99648b7daea
|
||||
SIZE (go/www_jira-cli/jira-cli-v1.4.0/v1.4.0.mod) = 3116
|
||||
SHA256 (go/www_jira-cli/jira-cli-v1.4.0/v1.4.0.zip) = 359aed8cfe480c0a055a6b78b88d627c25ee81e6206d4aa4731a9f73a00a5afd
|
||||
SIZE (go/www_jira-cli/jira-cli-v1.4.0/v1.4.0.zip) = 53379812
|
||||
|
Loading…
Reference in New Issue
Block a user