Skip to content

Releases: cave-nerd/chronos-task-tracker

v0.3.4

08 Apr 14:12

Choose a tag to compare

Bug Fixes

  • Double window on Windows — added single-instance lock so launching the app while it's already running focuses the existing window instead of opening a second one
  • Data deletion on restart — fixed electronStorage.removeItem writing an empty string that caused JSON.parse to fail silently, falling back to empty default state which then overwrote saved tasks and history
  • Hydration race conditionuseMidnightReset now waits for the store to finish reading from disk before running, preventing default state from being written over real data during startup

v0.3.3

03 Apr 13:58

Choose a tag to compare

Bug Fixes

  • Settings: Prevent the settings panel from overwriting live Monday.com / Calendar integration state on save. A stale on-mount snapshot could clobber integration data updated after the panel was opened.

v0.3.2

02 Apr 15:20

Choose a tag to compare

Bug Fix

  • Windows data persistence — Fixed a bug where tasks and settings were deleted on reboot on Windows. Data is now stored in the app's persistent userData directory via a file-based IPC bridge instead of the renderer-process localStorage, which could be wiped by Chromium on restart. Users on Windows are strongly encouraged to update.

Downloads

Platform File
Windows `ChronosTaskTracker-Windows-0.3.2-Setup.exe`
Linux `ChronosTaskTracker-Linux-0.3.2.AppImage`

v0.3.1

27 Mar 16:14

Choose a tag to compare

Security

  • Calendar URL validation — Calendar subscription URLs are now validated to ensure they use HTTP or HTTPS before any network request is made. Non-HTTP(S) schemes (e.g. file://, ftp://) are rejected. Users on v0.3.0 are encouraged to update.

Downloads

Platform File
Windows ChronosTaskTracker-Windows-0.3.1-Setup.exe
Linux ChronosTaskTracker-Linux-0.3.1.AppImage

v0.3.0

27 Mar 15:01

Choose a tag to compare

What's New

  • Calendar Subscription — Add iCal/CalDAV subscription URLs in the Integrations panel. On sync, today's events are fetched from your calendars and automatically added as tasks for the day, keeping Chronos in step with your schedule.

Downloads

Platform File
Windows ChronosTaskTracker-Windows-0.3.0-Setup.exe
Linux ChronosTaskTracker-Linux-0.3.0.AppImage

v0.2.0

27 Mar 14:35

Choose a tag to compare

What's New

  • Themes — Selectable UI themes available in the settings panel. Theme preference is saved and restored between sessions.

Downloads

Platform File
Windows ChronosTaskTracker-Windows-0.2.0-Setup.exe
Linux ChronosTaskTracker-Linux-0.2.0.AppImage

v0.1.1

27 Mar 14:14

Choose a tag to compare

Bug Fixes

  • Auto-archive date collision — Work-hours and midnight auto-archive were sharing a single lastAutoArchiveDate field, causing one to block the other from triggering correctly. Each archive type now tracks its own last-run date independently via a new lastWorkArchiveDate setting.

Downloads

Platform File
Windows ChronosTaskTracker-Windows-0.1.1-Setup.exe
Linux ChronosTaskTracker-Linux-0.1.1.AppImage

v0.1.0

22 Mar 20:00

Choose a tag to compare

Chronos Task Tracker v0.1.0

Initial public release.

Downloads

  • Linux: ChronosTaskTracker-Linux-0.1.0.AppImage
  • Windows: Coming soon (build environment needed)

Linux

chmod +x ChronosTaskTracker-Linux-0.1.0.AppImage
./ChronosTaskTracker-Linux-0.1.0.AppImage

v0.0.0 — Initial Release

22 Mar 19:58

Choose a tag to compare

Initial release of Chronos Task Tracker.

Downloads

  • Linux: ChronosTaskTracker-Linux-0.0.0.AppImage
  • Windows: ChronosTaskTracker-Windows-0.0.0-Setup.exe

Linux

chmod +x ChronosTaskTracker-Linux-0.0.0.AppImage
./ChronosTaskTracker-Linux-0.0.0.AppImage

Windows

Run the Setup.exe installer.