v2
This is a huge release.
- The backend storage for this plugin has been completely rewritten to use Postgres via PGLite rather than SQLite. The initial reasoning was to be able to use PGVector for semantic search over browsing history. See #1
- There's an SQL tab so you can interact with your history database directly, if you want.
- Blacklisting. You can blacklist URLs or URL patterns so that they either don't get indexed or only the URL is indexed (Useful for search engines, for example).
If you're an existing extension user you will need to migrate your database. However, this should happen automatically. See this section of the readme for more details: https://github.com/iansinnott/full-text-tabs-forever?tab=readme-ov-file#for-existing-users
Feedback
I have been using this new version of the extension for some time without issue, however, there still may be bugs. Please open an issue if you find anything that has broken between releases.