Release probod/v0.193.0

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-05-26 18:30:27 +02:00
parent b25b1e6b59
commit 08d1256ac0
2 changed files with 21 additions and 1 deletions

View File

@@ -4,6 +4,26 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso
## Unreleased
## [0.193.0] - 2026-05-26
### Added
- Add measure ↔ third-party many-to-many link with tabs on both detail pages
- Add self-referential third-party relations with a `first_level` filter on the third-party list
- Track source on detected storage trackers (localStorage, sessionStorage, indexedDB, cacheStorage)
- Promote tracker pattern source on detection and trigger a draft banner version when adopting uncategorised patterns
### Changed
- Allow initial minor publishing of documents
- Mark page-world extension writes (MV3 main world, userscripts with `@grant none`) with the new `EXTENSION` cookie source
- Surface the measure state as a header badge and remove the measure detail right-hand drawer
### Fixed
- Fix timing attack on signin
- Reject separator-only glob templates (e.g. `__*`) in tracker pattern analysis
## [0.192.0] - 2026-05-25
### Changed

View File

@@ -1 +1 @@
0.192.0
0.193.0