Skip to content

Fathom v1.0.1

Compare
Choose a tag to compare
@dannyvankooten dannyvankooten released this 18 Sep 11:55
· 259 commits to master since this release

Additions

  • Cycle through next and previous date ranges using ALT + arrow-key
  • Add /health endpoint for monitoring
  • Use /health endpoint for Docker container status
  • Dashboard does no longer require authentication when there are no registered users
  • Added stats command for getting (site) stats via CLI
  • FATHOM_DATABASE_URL env var
  • PORT env var for easier Heroku hosting

Improvements

  • Host dashboard fonts locally
  • Remember view (period) when loading the dashboard without an explicit period in the URL location hash
  • Performance improvements for /collect endpoint

Fixes

  • "Last 7" was showing last 8 days
  • Resolve "now" at runtime so it always resolves to today (vs. page load)
  • Expire tracking cookie at local midnight instead of UTC midnight
  • Clear request context after every request to prevent memory leak