Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.28.0"
".": "1.29.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.29.0](https://github.com/vineethkrishnan/vaultctl/compare/v1.28.0...v1.29.0) (2026-09-06)


### Features

* **mobile:** implement the declared android autofill service ([#385](https://github.com/vineethkrishnan/vaultctl/issues/385)) ([96048b7](https://github.com/vineethkrishnan/vaultctl/commit/96048b756421195ac7535b02f73b698275b1807c))
* **mobile:** scaffold autofill with a shared host matcher and a config plugin ([#383](https://github.com/vineethkrishnan/vaultctl/issues/383)) ([e158936](https://github.com/vineethkrishnan/vaultctl/commit/e15893645f8793edbc6c5efe4acfc41790ff2687))
* **web:** add the missing empty-trash action and drive three panels from e2e ([#382](https://github.com/vineethkrishnan/vaultctl/issues/382)) ([7f580cf](https://github.com/vineethkrishnan/vaultctl/commit/7f580cf86ec4fdb1f1f4c84a93d6c8d8162c61f6))


### Bug Fixes

* **crypto:** verify the sender's wrap signature before loading a vault key ([#381](https://github.com/vineethkrishnan/vaultctl/issues/381)) ([f414269](https://github.com/vineethkrishnan/vaultctl/commit/f4142696daa1fdacf81ceade9cec38f2d205bb93))


### Build System

* **ci:** move golangci-lint to v2.13 and clear its new findings ([#400](https://github.com/vineethkrishnan/vaultctl/issues/400)) ([ee7d856](https://github.com/vineethkrishnan/vaultctl/commit/ee7d8563e74627ef8d7ec15fdd91bc8867ad9318))
* **go:** bump the go directive to 1.27.0 to match the docker builder ([#401](https://github.com/vineethkrishnan/vaultctl/issues/401)) ([798506d](https://github.com/vineethkrishnan/vaultctl/commit/798506d5d2b021dd6bdce602447dc25e8c05be8c))


### CI/CD

* **deps:** bump securego/gosec from 2.28.0 to 2.29.0 in the actions group ([#380](https://github.com/vineethkrishnan/vaultctl/issues/380)) ([e51f0ba](https://github.com/vineethkrishnan/vaultctl/commit/e51f0ba31110a45efd2f4f47d7d06ffdff1759f3))

## [1.28.0](https://github.com/vineethkrishnan/vaultctl/compare/v1.27.1...v1.28.0) (2026-08-27)


Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaultctl/extension",
"version": "1.28.0",
"version": "1.29.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaultctl/web",
"version": "1.28.0",
"version": "1.29.0",
"private": true,
"type": "module",
"scripts": {
Expand Down