Skip to content

0.1.3

Compare
Choose a tag to compare
@Frumple Frumple released this 04 Feb 00:09
· 18 commits to main since this release

Web App

  • Improved page load performance: Database connection pool is now created once at startup instead of on every search request.
  • Added another set of pagination controls above the search results.
  • Added a "Last Ingest" timestamp to the footer, indicating when the last ingest operation was run.
  • Added a meta description to the home page to improve SEO.
  • Made the previous ("<") and next (">") pagination controls wider and bolder.
  • Fixed spaced out colons in search form.

Ingest Tool

  • Logs of every ingest operation are now stored in the ingest_log table. Each log includes timestamps on when the operation started and finished, and the number of items processed.