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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading