Releases: PascaleBeier/hitkeep
Releases · PascaleBeier/hitkeep
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0
1.5.0 (2026-01-24)
Highlights
- Goals & Funnels analytics with full UI + API support
- Shareable dashboards with public share links
- Team permissions + admin settings
- Faster analytics via rollups and new query helpers
Features
Goals & Funnels
- New pages and components for defining goals, building funnels, and viewing conversion metrics.
Dashboard
- Richer filters
- Range toolbar updates
- New series/chart components
- Improved KPI/metric lists
- Country flags support
Sharing
- Share links
- Share interceptor
- Dedicated share page for read-only dashboards
Sites
- Expanded settings:
- General
- Tracking
- Retention
- Team
- Danger zone
- Improved site selector UX
Admin & User Settings
- New admin settings page
- Permissions guard
- User preferences screens
Backend & Data
- Goals, funnels, and share-link endpoints plus new storage primitives
- New analytics filters API and query helper utilities
- Rollup tables for:
- Daily/monthly analytics
- Sessions
- Goal/funnel metrics
- Backfill worker added
- Permissions/RBAC storage and handlers
- Remember-me token support
- Takeout/export endpoints and retention worker
- Server handler refactor into domain packages:
- auth
- ingest
- sites
- permissions
- goals
- share
- system
Security & Governance
- Added SECURITY.md guidance
- Expanded permission checks and admin guards across settings and admin routes
Developer Experience / CI
- Updated toolchain:
- Go 1.25.6
- Node 24
- Angular 21
- Rolldown bump
- Dependabot configuration added
- CI/pipeline tweaks and snapshot workflow updates
v1.4.0
v1.3.0
v1.2.0
1.2.0 (2025-11-23)
Features
- api: Add Live visitors metric (42268ec)
- api: add top pages, referrers, and device breakdown to analytics stats (50deb0b)
- frontend: Add Live visitors metric (a3c6003)
- frontend: add top pages, referrers, and device breakdown to analytics stats (1df264c)
Bug Fixes
- api: Don't prepend www when resolving favicons so sites not listening on www can resolve (748960f)
- api: Properly close upstream favicon response (552b114)
- dx: Set default DB path to default docker volume for better DX without requiring a breaking change (8458ddd)
- dx: UPDATE README and docker-compose example for new db default path (2537d62)
v1.1.1
v1.1.0
1.1.0 (2025-11-21)
Features
- ui: add date range selector and session metrics to dashboard (89b61f9)
- ui: Add more UI components for logout, dark mode, make everything a bit easier on the eyes (b7814c5)
- ui: Allow all kinds of date ranges (5481272)
Bug Fixes
- db: normalize time boundaries for OLAP chart query to fix zero-data bug (dab4e45)