Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [0.2.4] - 2026-04-01

### Bug Fixes

- Quote colon-containing strings in release-prep workflow
YAML requires quoting values that contain colons. The title and
commit-message fields were causing a parse error on line 38.
- Use GitHub App token for release prep PR creation
- Add actions/create-github-app-token@v2 to generate token
- Update peter-evans/create-pull-request v7 -> v8 (Node.js 24対応)
- PRをGitHub Appとして作成することでCIワークフローがトリガーされる
## [0.2.3] - 2026-03-28

### Features
Expand Down Expand Up @@ -225,6 +236,7 @@ Scrollback may contain stale SGR attributes or cursor-hide sequences
- *(core)* Set up cachix action for read-only and push modes
- *(core)* Update flake configuration
- Add git-cliff config and generate v0.1.0 changelog
[0.2.4]: https://github.com/ttak0422/pterm/compare/v0.2.3..v0.2.4
[0.2.3]: https://github.com/ttak0422/pterm/compare/v0.2.2..v0.2.3
[0.2.2]: https://github.com/ttak0422/pterm/compare/v0.2.1..v0.2.2
[0.2.1]: https://github.com/ttak0422/pterm/compare/v0.2.0..v0.2.1
Expand Down
Loading