Skip to content

v0.12.3b7

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 17:23
· 58 commits to master since this release
v0.12.3b7
2c4a976

v0.12.3b7

These are the release notes for ActivityWatch version v0.12.3b7.

New to ActivityWatch? Check out the website and the README.

Installation

See the getting started guide in the documentation.

Downloads

Contributors

Thanks to everyone who contributed to this release:

@ErikBjare, @ochen1

Changelog

Changes since v0.12.3b6

📦 aw-webui

🐛 Fixes (1)

  • fix: fixed bugs in PeriodUsage (wrong date labels) and TimelineBarChart (suggestedMax not set correctly) (fb019df)

📦 aw-server-rust

📦 aw-webui

🐛 Fixes (1)

  • fix: fixed bugs in PeriodUsage (wrong date labels) and TimelineBarChart (suggestedMax not set correctly) (fb019df)

📦 aw-notify

✨ Features (5)

  • feat: load categories from file, added yesterday summary, misc cleanup (1667535)
  • feat: added start_new_day notification (ff5c000)
  • feat: added proper icon and media submodule (1f4d036)
  • feat: misc improvements, added hourly command (d9e2e28)
  • feat: added checkin notification (9cecdbc)

🐛 Fixes (4)

  • fix: set positive=true for Work alert (d88473a)
  • fix: added ttl-based caching, misc fixes (144f9c9)
  • fix: set up CLI, added installation & usage to README (139afac)
  • fix: refactor (c0f021e)

🔨 Misc (3)

  • chore: added .gitignore (61fd864)
  • docs: added note about macOS limitations (1fe7cf8)
  • initial commit (4880a40)

📦 aw-watcher-input

✨ Features (2)

  • feat: added basic custom visualization (810c4b3)
  • feat: working MVP (e0efd6a)

🐛 Fixes (7)

Click to expand

  • fix: fixed visualization when running on non-standard port (c9a4052)
  • fix(build): include pynput hidden imports in pyinstaller spec (#11) (2a45376)
  • fix: fixed incorrect variable name (7791a5e)
  • fix: respect testing mode (4abce0a)
  • fix: fixed incorrect parameter name 'stop' -> 'end' (154432e)
  • fix: fixed bucket not being created (9bb85c4)
  • fix: start client queue thread (fixes #10) (5ffcacd)

🔨 Misc (7)

Click to expand

  • docs(README): added instructions for usage with aw-server-rust (63ae7d5)
  • docs(README): improved README, and some very minor changes (408174c)
  • docs(README): pug-cli package is needed for pug command used in make build (#14) (3313b4a)
  • Merge pull request #12 from ActivityWatch/dev/custom-vis (32a717c)
  • docs: use 'poetry run' to ensure command is in PATH (714ce5f)
  • docs: added screenshot and links to how it's implemented/looks in ulogme (87d2100)
  • initial commit (a08e2e6)