Skip to content

Commit

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

We reached v1.0.0

- fix!: Replace limit flag with paginate by @ankitpokhrel in #359
- fix!: Append components on edit instead of overriding by @ankitpokhrel in #368
- feat!: Append label to an issue, show labels at issue list view by @stchar in #300
- refactor!: Move boards and project list to subcommand by @ankitpokhrel in #314

- feat: Support custom fields on issue create by @ankitpokhrel in #319
- feat: Add support to read from .netrc by @adolsalamanca in #329
- feat: Add support for OS keyrings/-chains by @boyvanamstel in #348
- feat: Support auth with personal access tokens by @marek-veber / @ankitpokhrel in #327
- feat: Allow to set fixVersions on issue creation by @ankitpokhrel in #276
- feat: Allow insecure TLS by @ankitpokhrel in #305
- feat: Add --no-browser option to open cmd by @ankitpokhrel in #308
- feat: Add search option for boards on jira init by @ankitpokhrel in #322
- feat: Add issues unlink command by @sushilkg in #347
- feat: Support refresh for issues list by @GZLiew in #325
- feat: Ability to delete issue by @ankitpokhrel in #336
- feat: Allow to set custom fields on epic create by @ankitpokhrel in #364
- feat: Allow to edit release-info/fixVersions by @ankitpokhrel in #365
- feat: Allow removing labels on edit by @ankitpokhrel in #371
- feat: Support creating issues with custom subtask type by @danobi in #372
- feat: Allow removing component on edit by @ankitpokhrel in #374
- feat: Allow removing fixVersions on edit by @ankitpokhrel in #376
- feat: Support custom fields on issue edit by @ankitpokhrel in #377
- feat: Jira init non-interactive by @ankitpokhrel in #381
- feat: Show subtasks in issue view by @ankitpokhrel in #382
- feat: Allow project filter in raw jql by @ankitpokhrel in #395

- fix: Makefile compatiblity with Make 3.81 by @danmichaelo in #252
- fix: Config generation issue by @ankitpokhrel in #275
- fix(cfg): Strip trailing slash on server name by @ankitpokhrel in #295
- fix: Jira client should respect timeout opt by @ankitpokhrel in #304
- fix: Respect GLAMOUR_STYLE env on issue view by @ankitpokhrel in #317
- fix: Get subtask handle from config by @ankitpokhrel in #296
- fix: Jira wiki parser by @ankitpokhrel in #326
- fix: Display correctly columns in list sprint command help by @adolsalamanca in #320
- fix: Panic on empty sub-list by @ankitpokhrel in #330
- fix: Issue with assigning user by @ankitpokhrel in #321
- fix: OOM bug on issue view by @ankitpokhrel in #350
- fix: Assign parent key as is on edit by @ankitpokhrel in #351
- fix: Add additional check for total boards returned by @ankitpokhrel in #360
- fix: Issue with query param in user assignment by @ankitpokhrel in #380
- fix: Subtask clone by @ankitpokhrel in #383
- fix: editing issue with custom field in non interactive mode by @DrudgeRajen in #391

- dep: Upgrade charmbracelet/glamour to 0.5.0 by @ankitpokhrel in #309
- dep: Upgrade rivo/tview to latest by @ankitpokhrel in #310
- dep: Upgrade outdated packages by @ankitpokhrel in #311
- dep: Upgrade cobra to 1.4.0 by @ankitpokhrel in #373

- Use md ext for tmp file to trigger vim syntax by @ElementalWarrior in #318

Full Changelog: ankitpokhrel/jira-cli@v0.3.0...v1.0.0
  • Loading branch information
fraggerfox committed Jul 5, 2022
1 parent bcc99a7 commit fad7042
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions www/jira-cli/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= jira-cli
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
PORTREVISION= 3
DISTVERSION= 1.0.0
CATEGORIES= www
DIST_SUBDIR= jira-cli

Expand Down
10 changes: 5 additions & 5 deletions www/jira-cli/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1642044045
SHA256 (go/www_jira-cli/jira-cli-v0.3.0/v0.3.0.mod) = 4604ff19cfa72c7257c0e1e1219efc2b58df16827f7b91153accf5e53402fefa
SIZE (go/www_jira-cli/jira-cli-v0.3.0/v0.3.0.mod) = 2795
SHA256 (go/www_jira-cli/jira-cli-v0.3.0/v0.3.0.zip) = bf6e1fb2b91923b23c7280868deda770c2ab89aa5e4e0f63263e5ecd7f9fb7b5
SIZE (go/www_jira-cli/jira-cli-v0.3.0/v0.3.0.zip) = 53340629
TIMESTAMP = 1656987052
SHA256 (go/www_jira-cli/jira-cli-v1.0.0/v1.0.0.mod) = 84a8071d0e9ce76111401cccd93c426e3424f0616510419b9ff58ccc315d4b65
SIZE (go/www_jira-cli/jira-cli-v1.0.0/v1.0.0.mod) = 3160
SHA256 (go/www_jira-cli/jira-cli-v1.0.0/v1.0.0.zip) = 7aa0afb0814a33b038453a75cfdf4f28ddb37c9c67634d35c9a814c88499286c
SIZE (go/www_jira-cli/jira-cli-v1.0.0/v1.0.0.zip) = 53367140

0 comments on commit fad7042

Please sign in to comment.