feat: 新增系统密钥环安全存储API密钥与自动生成变更日志功能

This commit is contained in:
2026-03-12 18:05:38 +08:00
parent 0e1c2c6350
commit e2d43315e3
4 changed files with 77 additions and 20 deletions

View File

@@ -5,6 +5,16 @@ 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).
## [Unreleased]
### ✨ 新功能
- 自动生成和维护 Keep a Changelog 格式的变更日志
- 交互式命令行界面,支持预览和确认
### 🔐 安全特性
- 敏感数据加密存储API 密钥、SSH 密码等)
- 使用系统密钥环安全保存凭证
## [0.1.9] - 2026-03-06
### 🐞 错误修复