All Versions
17
Latest Version
Avg Release Cycle
36 days
Latest Release
587 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.