Changelog
Also available as plain text in CHANGELOG.md — the same file the app itself reads in Settings → About.
0.1.16
- Fixed a bug where import and export depended on the machine's name: a file exported from one computer was never recognized when imported on another, even when the matching watcher existed. Matching no longer looks at the machine name, and exported files no longer reveal it.
- Fixed a rarer bug in the same import feature that could overwrite an event changed in the meantime with an older version from a re-import.
- Settings → Integrations → VPN: auto-detected and manually added addresses now live in a single editable table, sorted by client name — previously a manually added entry never showed up alongside the automatic ones.
- Excel watcher: now tracks a file for as long as it stays open, not only while its window is focused — switching to another window no longer interrupts tracking. Check interval increased from 2 to 20 seconds.
- VPN watcher: disconnection is now detected even when fully closing OpenVPN Connect from the system tray, not only when disconnecting from within its interface — previously the session stayed marked as "ongoing" forever in that case.
- Fixed a rare database corruption risk on app shutdown.
0.1.15
- Fixed a bug where "Import buckets" (Watchers page) never actually worked when dragging or picking a real file — the import silently failed with no message.
- New: dragging a JSON/CSV file over the window now dims the page and highlights where to drop it with a gold border; once the import completes, it shows how many activities were added and how many were already present.
- Fixed a bug where re-importing the same file repeatedly kept adding activities instead of recognizing them as already present.
- Fixed a more serious bug in the same import feature that, in rare cases, could overwrite newer data with an older version of the same event.
- Fixed a bug where some settings didn't show up when searched for in the Settings search bar.
- New: enabling "Start with Windows" now launches the app in the background without opening the window, while staying fully active in the system tray.
- New: the main window now remembers its screen, position, and size between restarts.
- If the operating system isn't in Italian or English, the app now opens in English instead of Italian.
- On first launch, the VPN, Claude Code, Excel, and VoiSpeed modules now start disabled by default; "Hide modules/Timeline lanes when empty" also starts disabled.
- Changed the modules shown by default on the Home page on first launch.
- Small visual polish in Settings (notifications, Claude integration).
0.1.14
- New: browser activity (Chrome, Firefox, Edge, Zen, Brave and many others) now gets its own dedicated lane in the Home Timeline, instead of filling the "General" lane with one block per page/tab visited.
- New: in a Timeline block's detail popup, when there are multiple distinct titles (e.g. several pages visited in the same browser), "Other occurrences" now groups them by title instead of one mixed list.
- New: each grouped title has a button to view only the screenshots captured during that specific title's own time ranges, not the whole block's.
- Fixed a bug where clicking a specific browser activity from "Top Window Titles" incorrectly highlighted the entire lane (every session that day) instead of just the clicked activity.
0.1.13
- New: when creating a custom watcher you can now pick from 8 ready-made visualization templates for its Home module (on/off status, numeric value, text, progress bar, last update, pill list, total on-time today, top values ranking today).
- New: every custom watcher now has a detail page with process status, total tracked time, a live log of every run, and the ability to change its associated script at any time (with automatic interpreter detection: PowerShell, Python, JavaScript, cmd/bat).
- New: the width and visualization template chosen for a custom watcher's Home module are now remembered, even if you remove and re-add it.
- New: newly created custom watchers now include a direct link to the online documentation.
- Fixed a bug where deleting a custom watcher didn't stop its process or delete its folder, causing it to silently reappear with no way to actually remove it.
- Fixed a crash that could occur when creating a new custom watcher.
- Fixed a bug where the "Event count" field on a data source's detail page was always empty.
- Fixed a bug where choosing a visualization template while creating a custom watcher only showed the "default" option instead of the full list.
- Fixed black command-prompt windows briefly flashing on screen when a custom watcher starts running.
- Fixed a bug where, after creating a custom watcher, the "Open" button to view its data could never appear, staying stuck on "waiting for data" even though the watcher was working fine.
- Redesigned a data source's detail page: a new timeline in the same style as the Home page's (replacing the old, no-longer-consistent library), a simplified time-range picker ("1h / 4h / Day"), and both the timeline and the events table now update on their own, near real-time.
- Also redesigned the events table below the timeline: clear columns instead of a single wall of tags, fixed height with scrolling instead of stretching the whole page.
- Fixed the look of the event-edit popup: the date/time fields had a jarring light style in the middle of a dark window.
- The "Search" button in the top bar is now hidden on the Data sources page, where it had no effect.
- Rewrote the online documentation for custom watchers into separate, more complete guides.
0.1.11
- The AI assistant now immediately categorizes all already-tracked apps as soon as you connect an API key, instead of waiting for each one to reappear in the Timeline by chance.
- App lists in Settings (Notifications and Categorization) now only show apps that actually appeared in the Timeline, no longer background system processes you never actively used.
- Fixed a bug where, after an update, the app could keep running the previous version instead of the newly installed one.
- Uninstalling now genuinely removes all collected data (previously some files could remain on disk even when choosing to delete them).
0.1.10
- Fixed a bug where the "Top Applications" and "Top Window Titles" Home modules could show "No data" after navigating back from another page, even with real data available.
- Fixed a minor visual glitch in Settings → About (section title sitting too close to the box below it).