CozyWatch

Change Log

2025-10-14 - [0.6.5-alpha]
Changed
  • Fix Notifications to link to PR Fixed issue where the onClick event for notifications linking to PR was being garbage collected and not fired.
2025-10-13 - [0.6.4-alpha]
Changed
  • Fixed Hardcoded repository name while testing the 404 Resolved hardcoded repository name that was used during 404 testing.
2025-10-13 - [0.6.3-alpha]
Changed
  • Fixed 404 issues when a repository is deleted Fixed app crashing due to 404 errors when a repository is deleted.
2025-10-10 - [0.6.2-alpha]
Changed
  • Window not showing on launch Fixed issue where the app window sometimes didn't appear on launch.
2025-10-10 - [0.6.1-alpha]
Added
  • Mention Alerts Added alerts when someone mentions you with an @ in pull requests or issues.
  • Markdown Display Support Cozy Watch now properly reads and displays markdown content for clearer and easier-to-follow notifications.
Changed
  • Auto Updates Fix Fixed auto updates to work properly; previously, they weren't updating automatically as expected.
  • Repository Toggle Display Fix Fixed toggled-off repositories to display correctly; previously, some appeared active even when they were off.
  • Free User Notifications Restriction Fixed notifications for free users; they were showing all notification types, which wasn't correct. Now limited to what's included in the free plan.
2025-10-05 - [0.6.0-alpha]
Changed
  • Pull Requests Filtering Fix Fixed bug where all pull requests from everyone were shown instead of filtering to relevant ones.
  • Repository Toggle Display Fix Fixed issue where toggled off repositories showed as on in the interface.
  • Free User Notifications Restriction Fixed notifications being available for free users; now properly limited.
  • Notification Updates Updated notifications to show messages for new pull requests opened by the user, new review requests, pull requests assigned to the user, and removed review requests.
2025-10-02 - [0.5.8-alpha]
Added
  • Start on Login Option Added options to automatically start the app on system login.
  • Free Version Introduced a free version of the app with limited features.
Changed
  • Version Update Cache Management Cache is now cleared automatically on new version updates.
  • Toggle Repositories Fix Fixed issue with toggling repositories in the tray and interface.
  • Minor Design Updates Applied minor design improvements for better user experience.
2025-09-27 - [0.5.7-alpha]
Added
  • Enhanced PR Tracking Logic Updated before/after logic with tests for PR added/removed, status changes, CI status changes, and conflict detection.
  • Notifications System Added robust notification system with counter, bounce effect for new notifications, and intelligent grouping of review updates.
Changed
  • Improved Authentication System now automatically logs out when authentication token is corrupted.
  • Version Update Cache Management Cache is now cleared automatically when app updates to a new version.
2025-09-12 - [0.5.6-alpha]
Added
  • Universal Build Allow for the app to run natively on both Intel and Apple Silicon Macs.
2025-09-11 - [0.5.5-alpha-Dragos]
Added
  • Background License Validation: validate license and authentication in the background for improved user experience.
  • Pull Requests Cache: implemented caching for pull requests with automatic updates similar to repositories.
  • Empty States: added helpful empty state displays throughout the application.
Changed
  • GitHub Organization Migration: moved from personal GitHub account to official CozyWatch GitHub organization.
  • Enhanced Tray Experience: updated tray interface with indicators for user-opened items. ( New tray in development )
  • Performance Optimization: improved overall application performance and responsiveness.
  • Storage Integrity Check: added detection and repair for corrupted storage.json files.
  • Tray Repository Filtering: fixed issue where tray wasn't properly filtering active repositories.
  • License Error in Production: resolved 403 error when using encrypted licenses in production environment.
2025-09-2 - [0.5.0-alpha]
Added
  • Auto Update: the app can now auto-update itself when a new version is released.
  • Verified Github account: the app's GitHub account is now verified, enhancing trust and credibility.
  • Release enhancements: robust app versioning system to track releases and updates.
  • Logs & Diagnostics: store logs and diagnostic info to help troubleshoot issues. Users can also access the log folder from the app, making it easy to share.
  • Enhance Github Client centralized GitHub API initialization to improve performance and minimize rate limiting issues.
2025-08-19 - [0.4.0-alpha]
Added
  • GitHub Actions notifications: receive alerts when workflows are queued, started, succeeded, or failed on your pull requests.
  • Tray CI overview: the tray now shows live CI status per PR (running/success/failure) and recent updates; click to open the PR or the Action run.
Changed
  • Tray menu reorganized for clarity, with a dedicated CI status section and improved labels/icons.
2025-08-07 - [0.3.0-alpha]
Changed
  • License Field User unable to paste license into the license field.