Releases: pvjagtap/ClickLight
Release list
v1.4.3-windows
What's Changed
- fix: multi-monitor DPI coordinate mismatch via PerMonitorV2 manifest
Install
Download ClickLight-Windows-x64.zip, extract, and run ClickLight.exe. No .NET runtime required (self-contained).
v1.4.2 Windows - Correct cursor-aligned click rendering
Fixes the remaining cursor/click offset by removing manual DPI math and using WPF PointFromScreen to convert captured screen coordinates into overlay-local coordinates. This applies to click pulses, laser pointer movement, and drag rectangles. Download the zip, extract it, and run ClickLight.exe.
v1.4.1 Windows - Fix multi-monitor coordinate offset
Bug Fix
Fixes click visuals appearing far from cursor on non-primary monitors.
Root cause
GetDpiForWindow was called before SetWindowPos moved the window to its target monitor. At that point the window was still on the primary monitor (where WPF initially placed it), so it reported the primary monitor's DPI — not the correct DPI for the overlay window's actual monitor. All coordinate math divided by the wrong DPI scale.
Fix
Position the window on its target monitor first via \SetWindowPos, then call \GetDpiForWindow. Now the correct per-monitor DPI is always used.
Also fixed
- Canvas child cap raised 200→600 to prevent laser stroke drawing events being dropped
- Removed debug diagnostic file from release build
Download
Extract the zip and run \ClickLight.exe. Requires .NET 8 runtime.
v1.4.0 Windows - Laser Pointer with Connected Dissolving Strokes
What's New
- Connected drawing lines — dragging with laser pointer draws smooth connected line segments instead of scattered dots
- Dissolving strokes — drawn lines fade out and thin over 1.8s (shooting star effect)
- Shooting star trail — cursor trail dots shrink to zero as they age
- Hide System Cursor toggle (default OFF) — enable to hide mouse cursor when laser is active; disable for screenshots
- Laser pointer size slider (4–40) — controls dot size and stroke thickness
- Middle click drag support
- Multi-monitor DPI fix — coordinates now render at exact cursor position on all monitors
Download
Extract the zip and run ClickLight.exe. Requires .NET 8 runtime.
v1.3.0 Windows
What's New
Middle Click Support
- Captures middle mouse button press/release
- Diamond-shaped pulse animation (distinct from left/right click)
- Show/hide toggle in settings and tray menu
Custom Color Per Click Type
- New 'By Click' custom color mode: assign separate colors to left, right, middle click, and drag
- Color picker buttons for each click type in Settings window
Primary Color Preset
- Uses your Windows system accent color as the pulse color
Improved Release Behavior
- Right-click release and middle-click release now respect the 'Show Release' toggle independently
Bug Fix
- Removed broken file-drag trail feature from v1.2.0
Download: \ClickLight-v1.3.0-windows-x64.zip\ below — extract and run \ClickLight.exe\ (self-contained, no .NET install needed)
v1.2.0-windows: File Drag Trail + Laser Pointer
What's New
File Drag Trail
- When dragging files or objects (Explorer, browsers, etc.), ClickLight now shows a fading dot trail instead of the selection rectangle
- Detects drag-drop operations automatically via cursor change
- Dots shrink and fade out over 0.6s for a polished breadcrumb effect
- Normal selection drags (selecting text, drawing areas) still show the rectangle as before
Laser Pointer Mode (from v1.1.0)
- Red dot cursor with glow follows the mouse
- Dragging draws temporary red strokes that fade after release
- Toggle from tray menu or Settings
Download
Extract the zip and run ClickLight.exe — no installation needed.
v1.1.0-windows: Laser Pointer Mode
What's New
- Laser Pointer Mode: A fading red dot follows the cursor, and dragging draws temporary red strokes that fade out after release. Toggle from the tray menu or Settings window.
- When laser mode is active, the normal drag rectangle is automatically suppressed.
Download
Extract the zip and run ClickLight.exe — no installation needed.
ClickLight v1.0.0 for Windows
ClickLight for Windows
First release of the Windows port.
Features
- Click highlights across all Windows apps
- Separate visuals for press, release, right-click, and drag rectangle
- Settings window with sliders for size, duration, intensity, and color
- System tray with quick preset menus
- Custom color picker
- Launch at Login support
- Multi-monitor + per-monitor DPI support
- Single-file standalone exe (no .NET runtime required)
Install
Download ClickLight-Windows-x64.zip, extract, and run ClickLight.exe. No installation needed.
Requirements
- Windows 10 or 11 (x64)