Skip to content

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 08 May 18:33
· 175 commits to master since this release
5549ea4

1.10.0 (2026-05-08)

Features

  • add end-to-end happy path test and synchronize search results with bookmark updates (a525786)
  • enable bulk tag entry via comma-separated input and update E2E tests (3b88c6c)
  • implement authentication middleware and configure environment variables for CI and testing pipelines (86a1776)
  • implement database migrations, enhance extractor error handling, and refactor bookmark management in the UI with extended test coverage. (fb4990c)
  • implement full-text search using Postgres tsvector and GIN index with frontend integration (65080b2)
  • implement full-text search with tag filtering and add comprehensive E2E test coverage (dece639)
  • implement responsive layout for ReaderPanel and add E2E tests for reader mode flow (64f16b4)
  • increase rate limits for test environment and refactor proxy export signature (0ce6b81)

Bug Fixes

  • stabilize playwright tests with explicit assertions and retries, disable parallel execution, and normalize proxy matcher syntax (c959a98)
  • update regex matcher syntax for improved pattern matching in proxy configuration (5d463c8)