Fathom v1.0.1
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 varPORT
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