Skip to content
Merged
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [v1.0.0](https://github.com/pepabo/xpoint-cli/commits/v1.0.0) - 2026-04-17
- Add tests, CI workflow, and golangci-lint config by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/1
- Add goreleaser and tagpr for automated releases by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/2
- Use GitHub App token for tagpr by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/3
- Add xp schema command by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/4
- OAuth2 Authorization Code + PKCE 認証を追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/6
- tagpr: versionFileをcmd/root.goに設定 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/7
- docs: READMEを拡充 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/8
- Add xp document create command by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/9
- version: 1.0.0 に更新しcommit/dateを削除 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/10
- document: get/edit/delete サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/11
- Add xp form show and document URL output by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/12
- auth: keyringの保存をsubdomain非依存の単一エントリに変更 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/13
- Release for v1.0.0 by @pepabo-pr-maker[bot] in https://github.com/pepabo/xpoint-cli/pull/5
- tagpr: release自動化を無効化しapp-id deprecation対応 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/15