Skip to content

Releases: omvs077/ClipManager

v1.1.1 — bug free version, fixed snippet tab.

Choose a tag to compare

@omvs077 omvs077 released this 03 Jul 23:33

Bug Fix

  • Fixed: Deleting a clip with Ctrl+Del didn't persist — the clip would reappear after closing and reopening the popup.
    • Root cause: Popup::m_history is a separate copy of the clipboard history, not a reference to the main app's list. The delete callback saved the original list back to disk before the item was ever removed from it.
    • Fix: The delete handler now removes the entry from the real history list before saving.

Download

  • ClipManagerSetup-1.1.1.exe — full installer (recommended)
  • ClipManager-v1.1.1-portable.zip — standalone, no installation required

Full Changelog: v1.0.0...v1.1.0...v1.1.1

ClipManager v1.0.0-beta

Pre-release

Choose a tag to compare

@omvs077 omvs077 released this 22 Jun 11:53

First stable release of ClipManager — a fast, native Windows clipboard manager built in C++/Win32.

Features

  • Clipboard history for text, images, and files/folders
  • Smart detection for URLs, colors, file paths, and emails with quick actions
  • Real file/folder paste-back (not just paths)
  • Snippets for reusable text templates
  • Pin favorites, search, auto-delete by age
  • Privacy controls (password manager exclusion, pause monitoring)
  • First-run setup wizard
  • Runs quietly in the system tray, starts with Windows

Install

Download ClipManager_Setup.exe below and run it.

Shortcut: Ctrl + Shift + V to open clipboard history.