Release history
Ziit releases
The Swiss army knife of code time tracking.
All releases
4 shown
v1.1.1
Mixed
Notable features
- materialized view for admin dashboard
- batch API limit increased to 100k
- leaderboard caching and aggregated queries
v1.1.0
Breaking risk
⚠ Upgrade required
- TAKE A BACKUP before running the migration — migration converts to hypertables and timestamptz and may be slow depending on database size
- Update docker-compose.yml to the latest version before upgrading
- Update IDE extension: VSCode (and forks) to 1.2.1, JetBrains to 1.1.1
Breaking changes
- External heartbeats endpoint renamed to 'heartbeat' — VSCode/forks extension must be updated to 1.2.1, JetBrains extension to 1.1.1
- Database migration to TimescaleDB hypertables and timestamptz format — migration duration depends on database size
- docker-compose.yml must be replaced with the updated version
Notable features
- TimescaleDB migration for improved time-series data handling and optimized queries
- Improved WakaTime import: chunked uploads (bypasses 100MB limit), direct API import, and job status with progress bar
- Admin dashboard with user management, data purge, and last login tracking
v1.0.2
New feature
⚠ Upgrade required
- Migrated from Nuxt 3 to Nuxt 4 — self-hosters should review Nuxt 4 migration guide for potential config and compatibility changes
- @waradu/keyboard dependency replaced with Nuxt composables — custom keyboard integrations may need updating
Breaking changes
- Profile page has been renamed/moved to Settings — any bookmarks or direct links to the profile page URL will break
Notable features
- Logout functionality with keyboard shortcut on main page
- Public API endpoints for stats and badge generation
- PWA support with manifest and icons