v0.12.3b11
Pre-release
Pre-release
github-actions
released this
19 Oct 15:00
·
63 commits
to master
since this release
These are the release notes for ActivityWatch version v0.12.3b11.
New to ActivityWatch? Check out the website and the README.
Note
This release has a bug for aw-server-rust (#974) which makes it impossible to open the web UI. It was fixed in this commit, which is included in the next release.
Installation
See the getting started guide in the documentation.
Downloads
Contributors
Thanks to everyone who contributed to this release:
Changelog
Changes since v0.12.3b10
📦 activitywatch
🔨 Misc (1)
- test: make integration tests also run for aw-server-rust (
42187d8
)
📦 aw-server
✨ Features (1)
🔨 Misc (1)
- test: improved test_settings (
60269e7
)
📦 aw-server-rust
✨ Features (1)
🐛 Fixes (5)
- fix: return null for missing settings without 404 (
d39f258
) - fix: rewrote settings logic to mimic aw-server-python behavior (#428) (
728c00e
) - fix: improve AW_WEBUI_DIR handling (#424) (
448312d
) - fix: embed files even in debug mode, minor android build script improvements, update aw-webui (
2e3298e
) - fix(android): removed use of asset_path in favor of asset_resolver (
f284213
)
📦 aw-webui
✨ Features (1)
🐛 Fixes (4)
- fix: removed unnecessary margin on small screens (
573b728
) - fix: make uncategorized notification less aggressive (
2bcd615
) - fix: support Arc browser on macOS (#473) (
cf74080
) - fix: wording s/ignore case/case insensitive/ (#478) (
f76721a
)
📦 aw-core
🐛 Fixes (2)
- fix: fixed log path (again) (
6adeed9
) - fix: change back to old log dir after breaking change in platformdirs, pinned platformdirs (
6b3d670
)
📦 aw-client
✨ Features (1)
- feat: added methods get_setting and set_setting (
858672d
)