Skip to content

Commit

Permalink
www/jira-cli: Update to 0.2.0
Browse files Browse the repository at this point in the history
Changes since 0.1.1:

> This version has some breaking changes in the config file and, you will
need to regenerate the config for all features to work.

## Notable changes
- The tool is now compatible with next-gen/team-managed project.
- New filters when listing issues, viz:
  - Filter by parent: This will allow you to list all sub-tasks of a task.
  - Order by filter: This will allow you to display a list sorted by their
    rank for example.
- You can now assign epic to the issue on creation.
- You can add issues to the sprint with `jira sprint add`

## What's added?
- feat: Allow to assign epic on create #194
- feat: Cmd to add issues to sprint #205
- feat: Allow to filter by parent #197
- feat: Add order-by filter #206
- feat: Add type on project listing #190

## What's fixed?
- fix: Make epic add work in next-gen project #195
- fix: Epic creation for next-gen project #192
- fix: Make epic remove work in next-gen project #196
- fix: Make epic list work for next-gen project #201
- fix: Segmentation fault on view #202
- fix(tui): Link/key copy is broken for altered key col #204

## Config changes
- cfg!: Expand config to include project type #191
- cfg!: Rename field to name and add link field to epic #193

## Dependency updates
- dep: Upgrade rivo/tview #176
- dep: Upgrade outdated deps to latest #177
- dep: Use Go 1.17 #178


**Full Changelog**: ankitpokhrel/jira-cli@v0.1.1...v0.2.0
  • Loading branch information
fraggerfox committed Nov 20, 2021
1 parent e0545a6 commit ea35c07
Show file tree
Hide file tree
Showing 4 changed files with 2,954 additions and 3,000 deletions.
5 changes: 3 additions & 2 deletions www/jira-cli/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.1 2021/11/08 09:39:30 fox Exp $
# $NetBSD: Makefile,v 1.2 2021/11/20 10:38:05 fox Exp $

DISTNAME= jira-cli-0.1.1
DISTNAME= jira-cli-0.2.0
MASTER_SITES= ${MASTER_SITE_GITHUB:=ankitpokhrel/}
CATEGORIES= www
DIST_SUBDIR= ${PKGBASE}
GITHUB_TAG= v${PKGVERSION_NOREV}

MAINTAINER= fox@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion www/jira-cli/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2021/11/08 09:39:30 fox Exp $
@comment $NetBSD: PLIST,v 1.2 2021/11/20 10:38:05 fox Exp $
bin/jira
man/man7/jira-board.7
man/man7/jira-completion.7
Expand All @@ -23,6 +23,7 @@ man/man7/jira-man.7
man/man7/jira-me.7
man/man7/jira-open.7
man/man7/jira-project.7
man/man7/jira-sprint-add.7
man/man7/jira-sprint-list.7
man/man7/jira-sprint.7
man/man7/jira-version.7
Expand Down
Loading

0 comments on commit ea35c07

Please sign in to comment.