Clopos Caller ID v1.2.1
Clopos Caller ID v1.2.1
Fixes
- Update toast notification was not actionable. pystray's
icon.notify()shows a Windows balloon but does not deliver a click callback, so users tapped the toast and nothing happened. Removed the toast entirely. The three remaining indicators all have working click paths: tray icon red-dot overlay (visual), tray menu "Update available: vX" item (opens About + starts download), and the in-app green banner (Update now button). - Confirm dialog opened on the wrong monitor. When the app was dragged to a second display,
messagebox.askyesnofor the update prompt and other confirms appeared on the primary monitor because they parented to the default Tk root. Every messagebox call now passesparent=(the toplevel window or the dialog itself for standalone Toplevels), so dialogs follow the window across monitors.
Installation
Download CloposCallerID-Setup-1.2.1.exe below and run it. Users on v1.1.0 + receive this automatically via the in-app updater within 12 hours.