v0.12.1
github-actions
released this
26 Sep 19:51
·
151 commits
to master
since this release
v0.12.1
These are the release notes for ActivityWatch version v0.12.1.
This release mainly improves macOS support through a new default method of watching window titles (written in Swift) which should fix bugs with missing data and permissions issues. But it also fixes a few minor bugs and updates various dependencies to newer versions (Python 3.9, Qt6).
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, @maciekstosio, @modderme123, @omahs
Honorable mentions
- @modderme123 for contributing a new implementation of the macOS window-watching logic in Swift, fixing tons of bugs with permissions. It has now been made the default method: ActivityWatch/aw-watcher-window#68
Changelog
Changes since v0.12.0
📦 activitywatch
🔨 Misc (3)
- chore: release v0.12.1 (
dc8fe19
) - docs(README): fix typos (#789) (
44e47f9
) - scripts: added printing of twitter usernames for each contributor in build_changelog.py (
c9081f5
)
📦 aw-webui
✨ Features (3)
- feat(wip): include stopwatch activity in Activity view, hidden behind devmode toggle (#368) (
1980a40
) - feat: started working on force-directed graph for visualizing category-transitions (#365) (
a4c932b
) - feat: added ability to filter by category through URL query params, and through clicking in the category-summary vis (also rewrote summary.js to .ts) (
2510f4a
)
🐛 Fixes (3)
- fix: fixed minor bugs (
ab3a62a
) - fix: fixed tests (
baa9a04
) - fix: set pwa.iconPaths.faviconSVG to null, to prevent 404 request for missing svg-version icon (
2e29815
)
🔨 Misc (2)
- refactor: improved typing coverage for sunburst-clock.ts (
f9481d0
) - refactor: improved typing coverage (with type-coverage and typescript-coverage-report) (
b0f1a93
)
📦 aw-watcher-window
✨ Features (1)
- feat: started work on macOS swift-strategy (
fc423c1
)
🐛 Fixes (6)
Click to expand
- fix: kill aw-watcher-window-macos when exiting on macOS (
47b65c3
) - fix: check that we're on macOS before using swift-strategy (
de95b63
) - fix: changed default strategy_macos to swift (
5ba4781
) - fix: fixed aw-watcher-window-macos binary path when bundled as
.app
(1287e96
) - fix: made macOS swift-strategy respect config (
ebd8787
) - fix: finished MVP of macOS swift-strategy, fixing lots of issues (
6d68ae3
)
🔨 Misc (1)
- docs: added FIXME comment (
6afa7aa
)
📦 aw-qt
🐛 Fixes (2)