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.9.2"
".": "1.10.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.10.0](https://github.com/hoobio/command-palette-bitwarden/compare/v1.9.2...v1.10.0) (2026-05-15)


### Features

* 🏷️ organization tag with deterministic colour and partial-name filter ([#161](https://github.com/hoobio/command-palette-bitwarden/issues/161)) ([c8e0d00](https://github.com/hoobio/command-palette-bitwarden/commit/c8e0d00c61b950c3ca4c1f51eb8c4ef6054ed09c))


### Bug Fixes

* πŸ› default 2FA method to TOTP plus method picker and prompt polish ([#158](https://github.com/hoobio/command-palette-bitwarden/issues/158)) ([a0087fb](https://github.com/hoobio/command-palette-bitwarden/commit/a0087fb09091e2216afd0318398fecf8e33a74af)), closes [#139](https://github.com/hoobio/command-palette-bitwarden/issues/139) [#157](https://github.com/hoobio/command-palette-bitwarden/issues/157)
* πŸ› detach bw sync instead of killing to let data.json flush ([#162](https://github.com/hoobio/command-palette-bitwarden/issues/162)) ([002fbf7](https://github.com/hoobio/command-palette-bitwarden/commit/002fbf71939709a4cb48265019ce9f3ac0a9a3cd))
* πŸ› verify session with list folders, not just sync ([#163](https://github.com/hoobio/command-palette-bitwarden/issues/163)) ([e3263f1](https://github.com/hoobio/command-palette-bitwarden/commit/e3263f1ea2dd042861fcfa1591dee7f4ac22fb38))


### Performance Improvements

* πŸš€ bound favicon download concurrency and prioritise visible items ([#155](https://github.com/hoobio/command-palette-bitwarden/issues/155)) ([2b14372](https://github.com/hoobio/command-palette-bitwarden/commit/2b143724b01ca5423351546d11a3aa381626fa7d))

## [1.9.2](https://github.com/hoobio/command-palette-bitwarden/compare/v1.9.1...v1.9.2) (2026-05-12)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.2
1.10.0
Loading