Skip to content
Merged
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 @@
{
"apps/extension": "0.1.0"
"apps/extension": "0.2.0"
}
11 changes: 11 additions & 0 deletions apps/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [0.2.0](https://github.com/MakeGoodShip/vxrtx/compare/extension-v0.1.0...extension-v0.2.0) (2026-04-04)


### Features

* add granularity slider and long-running message support ([7ecbde8](https://github.com/MakeGoodShip/vxrtx/commit/7ecbde8199365d81bdcbafe82cb6efdc039c0083))
* add snapshot manager with persistent history, import/export, and folder filter ([e3d78a8](https://github.com/MakeGoodShip/vxrtx/commit/e3d78a8d70286d19f1e77d02c7584795ae4b0ef5))
* add tab group locking and brand color theme ([#4](https://github.com/MakeGoodShip/vxrtx/issues/4)) ([7cafe68](https://github.com/MakeGoodShip/vxrtx/commit/7cafe6891c4828e454edaaaea70c07546b85f683))
* **ci:** add release infrastructure with CI gates, versioning, and publishing ([#6](https://github.com/MakeGoodShip/vxrtx/issues/6)) ([73c637c](https://github.com/MakeGoodShip/vxrtx/commit/73c637cb3a147c2ee6b08eac84dfe336203bd1e8))
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vxrtx/extension",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"type": "module",
"description": "AI-powered tab and bookmark organization — Chrome extension",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "vxrtx",
"version": "0.1.0",
"version": "0.2.0",
"description": "AI-powered tab and bookmark organization",
"permissions": [
"tabs",
Expand Down
Loading