All Versions
17
Latest Version
Avg Release Cycle
36 days
Latest Release
1027 days ago

Changelog History
Page 1

  • v1.7.2 Changes

    September 17, 2022

    🐛 Bug fixes

    • Convert projects with empty name to 'Unknown project' (#62)
  • v1.7.1 Changes

    April 10, 2022

    🐛 Bug fixes

    • ➕ Add url heartbeat type (thanks @georgy-komarov, #59)
  • v1.7.0 Changes

    October 25, 2021

    🔋 Features

    • ➕ Add endpoint to show the time spent on the current day on the VS Code statusbar. (#50)
  • v1.6.3 Changes

    October 16, 2021

    🚀 This release should fix the issues encountered using the new wakatime-cli.

    🐛 Bug fixes

    • 👉 Use Int64 to represent the cursorpos field.
    • Respond with the correct response format when single heartbeats are sent. (#49)
  • v1.6.2 Changes

    October 10, 2021

    🐛 Bug fixes

    • 📜 Parse the cursorpos heartbeat field as either Text or Int (#46)
    • Reply with 202 status code when new heartbeats are inserted (#48)
  • v1.6.1 Changes

    August 31, 2021

    🐛 Bug fixes

    • Switched from api.wakatime.com to wakatime.com during data import. The former endpoint was returning HTML instead of JSON and wasn't working over HTTPS. (#43)
  • v1.6.0 Changes

    August 31, 2021

    🔋 Features

    • ➕ Add ability to view aggregated project data with tags (instead of aliases) (#32) To use, set a common tag on the projects you want to view as one and select the tag on the Projects page.
  • v1.5.0 Changes

    August 08, 2021

    🔋 Features

    • ➕ Add ability to set names on API tokens (#38)
  • v1.4.1 Changes

    June 14, 2021

    🐛 Bug fixes

    • 👍 Allow remote write http endpoints and custom port (#36)
    • 🐳 Install the ca-certificates package in the arm Dockerfile (#36)
  • v1.4.0 Changes

    June 11, 2021

    🔋 Features

    • ➕ Add ability to forward incoming heartbeats to another Wakatime compatible server.

    👌 Improvements

    • 🐳 Docker images for ARM64 are built automatically by CircleCI.