-
Notifications
You must be signed in to change notification settings - Fork 0
v0.2.0: インターフェース簡素化と aws login 対応 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
056b162
74ac333
31c7548
6ab74f5
8e8f07d
1ffd233
c12d536
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,55 @@ | ||||||
| # Changelog | ||||||
|
|
||||||
| All notable changes to this project will be documented in this file. | ||||||
|
|
||||||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||||||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||||||
|
|
||||||
| ## [0.2.0] - 2025-12-09 | ||||||
|
|
||||||
| ### Changed | ||||||
| - **BREAKING**: インターフェースを大幅に簡素化 | ||||||
| - Secret ID を直接引数として指定する方式に変更 | ||||||
| - `kagi import <secret-id>` / `kagi download <secret-id>` | ||||||
| - **BREAKING**: config.yml を廃止 | ||||||
| - 事前設定が不要に | ||||||
| - 全ての設定をコマンドラインオプションで指定 | ||||||
| - デフォルト値を設定 | ||||||
| - `--profile` のデフォルト: `default` | ||||||
| - `--region` のデフォルト: `ap-northeast-1` | ||||||
|
|
||||||
| ### Removed | ||||||
| - **BREAKING**: `kagi configure` コマンドを削除 | ||||||
| - **BREAKING**: `kagi add` コマンドを削除 | ||||||
| - **BREAKING**: `kagi list` コマンドを削除 | ||||||
| - `lib/kagi/config.rb` モジュールを削除 | ||||||
| - `ConfigError` クラスを削除 | ||||||
|
|
||||||
| ### Added | ||||||
| - v0.1.x からの移行ガイドを README に追加 | ||||||
| - シェルエイリアスの活用例を README に追加 | ||||||
|
|
||||||
| ### Fixed | ||||||
| - JSON パースエラー時のエラーメッセージを改善 | ||||||
| - シークレットの実際の内容(先頭100文字)を表示 | ||||||
|
||||||
| - シークレットの実際の内容(先頭100文字)を表示 | |
| - シークレット値は表示せず、secret_id とエラー内容のみを出力 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CHANGELOG is missing key features mentioned in the PR description. The following additions should be documented in the "### Added" section:
aws loginsupport (2024年の新しいブラウザベース認証に対応)--debugoption (デバッグログを表示するオプションを追加)These are significant new features that users would want to know about when reading the changelog.