Skip to content

Releases: saiviroop/ClipLogger

Release list

Clip Logger 1.1.0

Choose a tag to compare

@saiviroop saiviroop released this 29 Jun 10:50

Install

Download ClipLogger-Setup.exe below and run it. The installer offers optional checkboxes to create a desktop shortcut and to start Clip Logger at login. No admin rights or separate .NET install needed (self-contained).

Fixed

  • Check-in prompt no longer stacks. Once the prompt had been open for a minute it spawned a new copy every 60 s (the WinForms timer keeps firing while a modal dialog pumps messages). A one-slot re-entrancy guard now ensures only one check-in prompt is ever shown at a time.

Added

  • Embedded application icon (app.ico) so the exe and desktop shortcut show the clipboard glyph instead of the generic .NET icon.
  • Installer option to create a desktop shortcut.

Full Changelog: 6725db0...v1.1.0