diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3e8d35a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## [Unreleased] + +## [1.0.2] - 2026-07-01 +### Fixed +- Popup no longer flashes "Loading AI model…" unnecessarily on cold + starts when the bookmark index is already cached and up to date. + The embedding pipeline now loads lazily on first search rather than + eagerly on every service worker respawn. + ([#7](https://github.com/daveshenal/findmark/issues/7), [#9](https://github.com/daveshenal/findmark/pull/9)) + +## [1.0.1] - 2026-06-02 +### Fixed +- Initial release improvements. + +## [1.0.0] - 2026-06-01 +### Added +- Test release. diff --git a/manifest.json b/manifest.json index 863a20f..482bdcf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Findmark", - "version": "1.0.1", + "version": "1.0.2", "description": "Find any bookmark by describing it in plain English - powered by local AI.", "permissions": [ "bookmarks",