Releases: peab-dev/WorkTracker
Releases · peab-dev/WorkTracker
v0.3.2
What's new
Skip rules right in the web dashboard — the four screenshot skip lists can now be edited on the Screenshots page through a modal (glass blur backdrop), no more hand-editing config.yaml:
screenshot.skip_bundle_ids— bundle IDs whose frontmost focus suppresses capture (e.g. 1Password)skip_urls— glob patterns matched against the active browser URL (e.g.*youtube.com*)skip_projects— project names fromproject_patterns.yamlskip_categories— category names (e.g.Social Media)
One entry per line, saved when leaving the field; a "Restart Collector" button in the modal applies the rules immediately. Blocked captures keep getting logged to logs/screenshot-skips.log.
From v0.3.1 (first tagged release)
- Shared category pool (
daemon/categories.py+categories.yaml,/api/categories) /projectseditor in the dashboard- Screenshot skip rules in the collector
- Faster
wt status