v0.4
This release marks a major change: The search indexing strategy has changed. This is likely a breaking change if you're counting on results being consistent with prior versions.
Previously I used Bleve, a go-based full text search engine. However, after running into limitations browser-gopher now uses sqlite alone for its full text searching.
Part of the impetus was to make it easier to build a GUI client, since the search infrastructure is built into the database. For example, I'm experimenting with a Raycast plugin as the UI to access underlying browser history.
The release fixes at least one significant bug due to miss-handling timezones, so an upgrade is recommended.