Skip to content

Releases: thomazthz/godot-wakatime

v1.5.0

04 Jun 23:17
Compare
Choose a tag to compare

What's Changed

  • ✨ Godot 4.X support
  • 🔧 Drops the use of local config file res://addons/wakatime/settings.cfg to use Wakatime's global config file $WAKATIME_HOME/.wakatime.cfg
  • ➕ Adds menu item to open the API key prompt Project -> Tools -> Wakatime API Key
  • ➕ Adds menu item to open the global config file Project -> Tools -> Wakatime Config File

Full Changelog: v1.4.0...v1.5.0

v1.4.0

05 Sep 01:30
Compare
Choose a tag to compare

What's Changed

  • ✨ Removed Python dependency in order to use wakatime-cli binary

As newer versions of the Wakatime CLI no longer require Python to be installed, all code related to checking and using Python has been > removed as well as wakatime-cli-10.X.Y directory.

Godot Wakatime now automatically handle Wakatime CLI download and installation.

  • 🙈 Added a .gitignore from the GitHub Godot template by @ComanderKai77 in #2

  • Tested in these Godot versions:

    • 3.3.X, 3.4.X, 3.5.X

Full Changelog: v1.3.5...v1.4.0