All Versions
17
Latest Version
Avg Release Cycle
36 days
Latest Release
786 days ago
Changelog History
Page 1
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)
- โ Add
-
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 thecursorpos
field. - Respond with the correct response format when single heartbeats are sent. (#49)
- ๐ Use
-
v1.6.2 Changes
October 10, 2021๐ Bug fixes
- ๐ Parse the
cursorpos
heartbeat field as eitherText
orInt
(#46) - Reply with 202 status code when new heartbeats are inserted (#48)
- ๐ Parse the
-
v1.6.1 Changes
August 31, 2021๐ Bug fixes
- Switched from
api.wakatime.com
towakatime.com
during data import. The former endpoint was returning HTML instead of JSON and wasn't working over HTTPS. (#43)
- Switched from
-
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.