2.0.1.0beta1
7 Sep 2026
Transforms
- A new "Transforms" feature was introduced: specialized plugins can now inject dedicated tools that transform a clipboard (text or image), to perform on-the-fly paste transforms or to keep as new clipboards.
- Added a "Paste With Transform" submenu in the per-item paste menu to transform any item from the history as you paste it
- Added a hotkey to open this feature in a standalone "Paste With Transform" menu
- Added a "Transform" submenu to the systray menu to invoke a transform on the current item without pasting (preview and copy)
- Added a Transforms config page to hide/show transforms and assign them individual hotkeys
- New TransformText plugin for simple text operations (search & replace, change case, unwrap, collapse spaces etc)
- New TransformImages plugin for image operations (rotate, flip, custom resizes)
- New TransformCode plugin for code-related operations (base64, json, hex, sort, dedup, indent, etc.)
- New TransformToDataURI plugin to turn images to data URIs (png, jpg, html img tags)
- New TransformWithRegex plugin to create custom multi-regex based text transforms
- New TransformOCR plugin for simple image to text conversion (uses the Windows OCR module, requires Win10+)
Unrecorded System Clipboards
- Most tools can now act on unrecorded clipboards (requires updating your plugins), from the history item #0 submenu or the main menu.
- Transform previews for a privacy/security-sensitive unrecorded clipboard conceal the content until you click to reveal it.
Clipboards
- Pasting a cut file's path as plain text no longer turns the system clipboard into a copy instead of a move.
- Clear Current now notifies and offers Undo. For privacy and security, the Undo data is cleared after a configurable amount of time.
Menus
- Added Ctrl+Enter to open a history menu item's submenu (alternative to Right-Click or Menu key)
- Fixed some incorrect classic menu metrics and default timings
- Reworked how plugins insert menu items for deterministic order and better long term maintainability with future plugins. Some menu items have moved as a result.
- Pressing a paste or manage/search hotkeys while a ClipX menu is already open no longer confuses clipx.
- Improved keyboard support for the tray icon, now properly responds to Enter as well, and no longer opens at the mouse position.
- The clipboard preview next to a hovered history item now fades in and out if you turn on menu animations.
- Menu settings: the classic look's "Match Windows" choice for 3D vs Flat is now available on themed desktops too.
Notifications
- Notifications now follow the selected theme, same as menus (Win11 acrylic, Win7-10 themed, Classic).
- Notifications now support animations (flyout, vertical/diagonal slide, fade).
- Improved the sequencer for multi-card display, addresses awkward mixed collapsed/expanded states and works much better with animations
- Notifications now follow the "hide from screen capture" privacy setting.
- "Respect Windows Focus / Do Not Disturb":
- Now also covers presentation mode and fullscreen games.
- Security notices arriving during any of those now appear as the collapsed corner badge instead of being exempt.
Manage & Search
- Images and other graphical entries now show as pictures directly in the history list, sized like their history menu rows (follows the "graphical menus" setting).
- The history list now marks the entry that is on the clipboard right now with a bullet (like the history menu rows do).
- Right-clicking a history entry now selects it before opening its menu, so the menu acts on the entry you pointed at instead of requiring you to select it separately.
- Optimized panning large image previews in the facet viewer to use less CPU (uses a bit more ram while Manage shows the graphical facet).
- Image previews (facet viewer and transform preview) can now zoom gradually with the mouse wheel, from Fit to 1600%; past 100% the pixels show unsmoothed, so you can inspect the real image. The magnifier button still snaps between Fit and 100%.
- Click an image facet preview to give it keyboard focus: Plus/Minus zoom and the arrow keys pan (you can still drag to pan).
- Switching between facets now resets graphical previews to Fit instead of carrying over the previous facet's zoom and pan.
- "Set as Current" and double-click no longer close the window, so you can keep managing after promoting an entry (Enter still promotes and closes, and the paste flow still pastes and closes, Escape still closes).
- Ctrl+Enter and Space in the history list now also set the highlighted entry as current without closing the window.
Configuration
- Closing the configuration dialog with unapplied changes now asks before discarding them.
- Lowering "Remember the last N entries" now drops the extra entries when you click Apply or OK instead of waiting for the next clipboard, or menu open event.
- Fixed a bug where "Re-enable all disabled prompts" could eventually switch three of the confirmations back off
- The Edit animation timings dialog has a new set of settings to customize previews' fade in/out animations.
Portable mode
- ClipX no longer trims its memory footprint when running in portable mode (-p) to make it less likely to freeze if its drive is unplugged while running.
- Added -n command line switch to apply the same keep-in-RAM behavior to a regular (non-portable) install. Using it when ClipX or its settings folder lives on a non-local drive can help keep ClipX responsive when that drive is slow or briefly unavailable.
Startup
- Fixed slow old-clipx settings migrations on startup introduced in 2.0.0.2beta.
- Better error handling when old settings migrations fails for any reasons.
Plugin Browser
- Plugin Search box now finds terms used in the plugins detail pages in addition to their names and short descriptions.
- The plugin catalog now has a Stable/Beta channel switch.
Updates
- Update checks are now batched: ClipX and its plugins are checked in one request instead of one per plugin (less traffic and faster checks).
- New versions of ClipX now check your plugins for updates so you are not unknowlingly stuck with bugs that need both sides updated (you can decline the plugins update if you really want to).
- The "also check installed plugins" setting now also applies to the Check Now button (instead of just daily checks): with it off, Check Now checks only ClipX itself.
- Added third party plugin update flow to support upcoming SDK 2.0 release.
Settings
- Significantly improved settings saving performance (fixes stalling on Config apply/ok button on older machines).
- The settings file is now written in a Unicode format, improving interoperability and fixing some obscure cases that could drop characters outside your system's language on older Windows versions (existing settings get upgraded automatically).
- Added notification when the attempting to load the settings at startup failed, instead of continuing silently with defaults.
- ClipX now warns you when it cannot save your settings or clipboard history to disk instead of failing silently (clears itself once saving works again).
Installer
- Silent installs (/S) of the 64-bit version now upgrade a previous 32-bit installation automatically, removing it and carrying its settings over just like a normal install. Pass /KEEPOLD to leave the previous installation in place instead and start with default settings.
- New /UPGRADEPLUGINS switch, instructs ClipX to automatically update or reinstall eligible plugins after an upgrade.
- New /DELETEDATA switch for silent uninstall (uninstall.exe /S /DELETEDATA): automatically deletes settings and clipboard history that silent uninstall would otherwise keep.