Skip to content

Releases: mrbeandev/Recopied

Recopied v1.2.0

13 Apr 18:56

Choose a tag to compare

What's New

New Features

  • Copy notifications — System notification shown whenever content is copied to clipboard. Configurable in Settings with enable/disable toggle, option to show or hide copied content in the notification body, and a test notification button.
  • Flatpak support — Recopied is now available as a Flatpak package via a self-hosted repository.

Flatpak Install

flatpak remote-add --if-not-exists --from recopied https://mrbeandev.github.io/Recopied/recopied.flatpakrepo
flatpak install recopied com.recopied.app

Installation

Debian/Ubuntu (.deb):

sudo dpkg -i Recopied_1.2.0_amd64.deb

AppImage:

chmod +x Recopied_1.2.0_amd64.AppImage
./Recopied_1.2.0_amd64.AppImage

See CHANGELOG.md for the full version history.

Recopied v1.1.0

22 Mar 19:09

Choose a tag to compare

What's New

New Features

  • Configurable clipboard limit — Set how many items to keep in history (default: 20, no upper cap)
  • Warning shown in settings if limit exceeds 20 items

Bug Fixes

  • Fixed app stopping to save after clipboard list grows large — xclip subprocess was hanging the watcher thread; now killed after 1.5s timeout
  • Fixed settings showing wrong value after changing clipboard limit — serde camelCase alignment between Rust backend and TypeScript frontend

Performance

  • SQLite WAL mode enabled — prevents lock contention between clipboard watcher and UI

Installation

Debian/Ubuntu (.deb):

sudo dpkg -i Recopied_1.1.0_amd64.deb

AppImage (portable):

chmod +x Recopied_1.1.0_amd64.AppImage
./Recopied_1.1.0_amd64.AppImage

See CHANGELOG.md for full details.

Recopied v1.0.0

17 Mar 02:40

Choose a tag to compare

Added

  • Clipboard history with text and image support
  • Global hotkey to toggle popup (default: Ctrl+Shift+V)
  • Configurable keyboard shortcut via Settings panel
  • Pin important items to keep them at the top
  • Search/filter clipboard history
  • Click-to-copy with auto-hide
  • Fullscreen / windowed toggle
  • Keyboard navigation (↑ / ↓ / Enter)
  • System tray icon with show/quit menu
  • Win11-inspired dark UI theme
  • Frameless, always-on-top popup window
  • Drag handle for repositioning
  • SQLite-backed persistent storage
  • SHA-256 dedup to avoid duplicate entries
  • Auto-prune at 500 items
  • Image preview with asset protocol
  • Slide-up open animation
  • Professional Lucide icon set throughout