Skip to content

Releases: ActivityWatch/activitywatch

Version 0.7.0 (beta 2)

09 Aug 12:18
Compare
Choose a tag to compare
Pre-release

Installation

See the getting started guide in the documentation.

Changelog

The changelog is available in the documentation.

Version 0.7.0 (beta 1)

14 Jun 16:53
Compare
Choose a tag to compare
Pre-release

Changelog

The changelog is available in the documentation.

v0.5.1

19 Aug 08:49
Compare
Choose a tag to compare

Changes

  • [correction] Updated aw-client subrepo to actual 0.2 version

v0.5 - Major improvements to almost everything

18 Aug 16:50
Compare
Choose a tag to compare

We've now got the team together, and people are contributing all over the place. Good times!

A somewhat stable milestone, some breaking changes.

Now with binaries!

28 Jul 11:05
Compare
Choose a tag to compare

Now with properly building Linux and OS X binaries, get them below!

Fixed critical bugs

20 Jul 00:11
Compare
Choose a tag to compare
v0.3.2

Updated with a couple of bugfixes

Fixed critical bug in aw-watcher-afk

19 Jul 20:32
Compare
Choose a tag to compare
v0.3.1

Critical bug in aw-watcher-afk fixed, tests fixed in aw-core

Now with a web UI!

19 Jul 16:14
Compare
Choose a tag to compare

The web UI is finally on it's way to greatness, some other things have been introduced as well:

  • Better REST API documentation using Swagger
  • Almost all basic API endpoints are now implemented (including, most notably: list buckets)

New Python module structure

08 Jul 22:40
Compare
Choose a tag to compare

Namespace packages abandoned since they only caused trouble.

For example:

  • aw.core is now aw_core
  • aw.server is now aw_server
  • aw.watchers.afk is now aw_watcher_afk

Introduced a few new developers to the project so things are moving forward!

Better storage methods

29 Jun 08:25
Compare
Choose a tag to compare

Now has support for storage as JSON files, having no external dependencies (such as requiring a MongoDB database).