Skip to content

Commit 61acfa3

Browse files
Matthieu Ciapparaclaude
andcommitted
Release v0.1.0
Single-file Ruby CLI that exports GitLab issues and work items as clean Markdown. Supports image download, file output, and 4-layer configuration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 306af33 commit 61acfa3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
## [Unreleased]
44

5-
### Added
6-
7-
- Support for `/-/work_items/` URLs (GitLab work items), in addition to `/-/issues/`.
8-
- URL fragments (`#note_...`) are now ignored during parsing.
9-
105
## [0.1.0] - 2026-04-10
116

127
### Added
138

149
- Initial release: fetch a GitLab issue as clean Markdown (title, description, comments, related issues).
10+
- Support for both `/-/issues/` and `/-/work_items/` URLs (GitLab work items).
11+
- URL fragments (`#note_...`) are ignored during parsing.
1512
- Image download mode (`-d DIR`) to save GitLab-hosted images locally and rewrite references.
1613
- Output to file (`-o FILE`) or stdout (default).
1714
- 4-layer configuration: defaults, `~/.issue-md/config.yml`, environment variables, CLI flags.

0 commit comments

Comments
 (0)