• gitea-actions released this 2026-03-20 20:34:46 +08:00 | 70 commits to main since this release

    变更日志

    • ci: allow secrets-mcp workflow on mcp branch (786675c)
    • feat: user-scoped history/delete/rollback, dashboard & login UI, ignore *.pem (5df4141)
    • refactor: workspace secrets-core + secrets-mcp MCP SaaS (49fb743)
    • chore(ci): 精简 publish-release job,移除多余 checkout (ff9767f)
    • feat(run): 选择性字段注入、dry-run 预览、默认 JSON 输出 (955acfe)
    • fix: inject/run 仅注入 secrets 字段,不含 metadata (3a5ec92)
    • chore: remove field_type and value_len from secrets schema (854720f)
    • docs: README 补充 delete 批量删除与 --dry-run 示例 (62a1df3)
    • feat: delete 命令支持批量删除,--name 改为可选 (d0796e9)
    • feat: 开源准备与 upgrade URL 构建时配置 (66b6417)
    • refactor: 消除冗余、统一设计,bump 0.9.1 (56a28e8)
    • feat: add export/import commands for batch backup (JSON/TOML/YAML) (12aec66)
    • refactor: entries + secrets 双表,search 展示 field schema,key_ref PEM 共享 (e1cd6e7)
    • feat: remove -o env from search command (0a5317e)
    • feat(add,update): key:=json typed values, nested path for meta/secrets, bump 0.7.4 (efa76ca)
    • chore: local timezone in text output, search metadata-only, bump 0.7.3 (5a5867a)
    • chore: remove dead code, bump to 0.7.2 (4ddafbe)
    • chore: bump to 0.7.1, workflow/readme/init/upgrade updates, fix clippy needless_borrows (6ea9f08)
    • chore(release): enforce version bump checks (3973295)
    • chore: bump version to 0.7.0 for upgrade feature (c371da9)
    • feat(upgrade): SHA-256校验、Intel mac 交叉编译、全平台后发布 (baad623)
    • feat(upgrade): add self-update command from Gitea Release (2da7aab)
    • docs(AGENTS): clarify version bump must update Cargo.lock too (fcac14a)
    • chore: sync Cargo.lock for 0.6.1 (ff79a3a)
    • chore: bump version to 0.6.1 (3c21b3d)
    • feat(config): verify DB connection before saving set-db (3b36d5a)
    • feat: 0.6.0 — 事务/版本化/类型化/inject/run (a765dcc)
    • refactor: 代码审阅优化 (31b0ea9)
    • refactor(secrets): remove migrate_encrypt command (dc0534c)
    • feat: 客户端加密 encrypted 字段,数据库只存密文 (v0.5.0) (8fdb6db)
    • feat: AI 优先的 search 增强与结构化输出 (v0.4.0) (1f7984d)
    • ci(secrets): 飞书通知分散到各构建 job,放宽超时与构建条件 (140162f)
    • feat: 添加结构化日志与审计 (535683b)
    • feat(config): persist database URL to ~/.config/secrets/config.toml (9620ff1)
    • fix(ci): 移除 probe-runners,用变量控制 build,解耦 notify (e6db23b)
    • fix: CI 无 DB 下 clippy 通过 + 失败时也发飞书通知 (c61c829)
    • feat: add update command, bump to 0.2.0, doc version check (c1d86bc)
    • fix: store RELEASE_TOKEN as raw value, not base64 (f87cf3f)
    • ci: fix runner probe curl error and re-sync RELEASE_TOKEN (1aef267)
    • ci: fix release 401 handling and notify based on actual results (2ad1abe)
    • ci: fix version parsing and release backfill (010001a)
    • chore: update .gitignore to include .DS_Store (0f7c151)
    • ci: Release 正文仅保留变更日志,使用说明见 README (a3a92e0)
    • Revert "ci: decouple notify from build to avoid blocking release" (3d00b65)
    • ci: decouple notify from build to avoid blocking release (1acc253)
    • ci: reduce check job timeout to 1 minute for efficiency (9a562be)
    • ci: 优化 workflow,拆分 check job,预创建 Release,超时 10m (3203984)
    • fix: use tls-rustls for musl builds; fix clippy collapsible-if (52ee858)
    • style: cargo fmt — fix rustfmt formatting (3b338be)
    • feat: secrets CLI MVP — add/search/delete with PostgreSQL JSONB (102e394)
    • Enhance AI-Native Secret Manager design document with updated features and architecture. Clarified target audience, improved security model, and added detailed components and workflow examples for secret management. Introduced a mixed storage encryption model and refined market positioning table. (3b5e262)
    • Initial commit (54a513f)
    Downloads