Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Releases: vladfaust/unity-wakatime

v2.4.0

15 Aug 21:14

Choose a tag to compare

An epic comeback 💥

Or not that epic. CI is broken now 🤔

Nevertheless, I've updated the package in the package branch, and it...

...works on my machine!

v2.2.0

08 May 07:13

Choose a tag to compare

Added support for Unity Package Manager installation via Git URL!

No more copying files, just that single line in Package/manifest.json (note the #package tag):

"com.vladfaust.unitywakatime": "https://github.com/vladfaust/unity-wakatime.git#package"

Thanks @Hermesiss for this awesomeness! 🎉

v2.1.0

30 Mar 14:24

Choose a tag to compare

Added .wakatime-project file integration (see #11). Thanks @Hermesiss for such an awesome PR!

image

v2.0.1

23 Jun 16:22
29e946a

Choose a tag to compare

Documentation

  • 29e946a update README with notes about existing solutions (closes #7)

v2.0.0

23 Jun 16:16

Choose a tag to compare

New Features

  • 237f95c moved all files to package dir and added package manifest files

Bug Fixes

  • c0779d0 added #if (UNITY_EDITOR) clauses so we don't export the plugin with the game

Documentation

  • 4948a72 updated README with UPM-style installation instructions

v1.0.0

23 Jun 16:12

Choose a tag to compare

Initial Release 🎉