@fatecannotbealtered-/jira-cli 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.0.1] - 2026-05-06
11
+
12
+ ### Fixed
13
+
14
+ - **Audit log `sanitizeArgs` now handles `--token=value` format** — previously `--token=secret` would be logged in plaintext.
15
+ - **`SearchAll` capped at 10,000 issues** to prevent unbounded memory usage on large result sets.
16
+ - **`sprint active` supports multiple active sprints** — previously only the first was returned.
17
+ - **`issue clone` extracts project key from source issue** instead of scanning the issue key string for `-`.
18
+ - **Removed empty `internal/api/compat.go`** file.
19
+
20
+ ### Added
21
+
22
+ - **`filter run` supports `--raw` and `--fields`** flags, consistent with `search` and `issue list`.
23
+ - **`board backlog` and `board epics` support `--limit`** flag (default 50, max 200).
24
+ - **`issue watch`/`unwatch`/`vote`/`unvote` produce JSON output** with `--json` flag.
25
+ - **`parseTimeSpent` supports `d` (days) and `w` (weeks)** units — `1d` = 8h, `1w` = 5d (Jira defaults).
26
+ - **`make test` now runs `gofmt` and `go vet`** before unit tests.
27
+ - **Release workflow extracts version-specific notes** from CHANGELOG.md for GitHub Release body.
28
+
10
29
  ## [1.0.0] - 2026-05-03
11
30
 
12
31
  Initial release of jira-cli for Jira Data Center.
@@ -39,5 +58,6 @@ Initial release of jira-cli for Jira Data Center.
39
58
  - SKILL.md with JSON output schemas, error codes, exit codes, and complete flag reference.
40
59
  - GitHub PR template for contributors.
41
60
 
42
- [Unreleased]: https://github.com/fatecannotbealtered/jira-cli/compare/v1.0.0...HEAD
61
+ [Unreleased]: https://github.com/fatecannotbealtered/jira-cli/compare/v1.0.1...HEAD
62
+ [1.0.1]: https://github.com/fatecannotbealtered/jira-cli/compare/v1.0.0...v1.0.1
43
63
  [1.0.0]: https://github.com/fatecannotbealtered/jira-cli/releases/tag/v1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fatecannotbealtered-/jira-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Full-featured Jira Data Center CLI for humans and AI Agents — manage issues, sprints, boards, epics, projects, users, and filters from your terminal",
5
5
  "keywords": [
6
6
  "jira",
@@ -8,6 +8,10 @@ metadata: {"openclaw":{"emoji":"🎯","requires":{"bins":["jira-cli"]}}}
8
8
 
9
9
  Jira Data Center CLI for humans and AI Agents. Supports **Jira DC only** (self-hosted), not Jira Cloud.
10
10
 
11
+ > Install CLI: `npm install -g @fatecannotbealtered-/jira-cli`
12
+ >
13
+ > Install Skill: `npx skills add fatecannotbealtered/jira-cli -y -g`
14
+
11
15
  ## Prerequisites
12
16
 
13
17
  Before using any command, authenticate with a Jira DC instance. Follow these steps in order: