Skip to content

Releases: liamhess/clipiary

Clipiary 1.9.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 13:34

Added

  • Named separators: separators in favorites tabs can now have a text label, displayed as a full-width pill-styled badge (themeable width)
  • Theme effects: search field inner shadow setting
  • Theme fills: texture overlay support — any fill can now have a tiled image texture with configurable opacity and blend mode

Fixed

  • Mouse click areas for favorite/delete buttons were misaligned
  • Drag-and-drop reorder indicator was off by one when dragging items downward

Clipiary 1.8.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 15:22

Added

  • New character count segmented bar and/or badge indicating the size of the element
  • History limit setting now has a help tooltip explaining that higher limits mostly affect search performance, and shows the current history file size

Changed

  • Themes: reworked/polished existing themes and added new ones
  • Escape now clears the search field first when search text is present, instead of closing Clipiary immediately
  • Pg Up/Down keys now scroll one page instead of only half a page
  • Preview popup now limited to 10k chars max

Fixed

  • Theme builder partially showed wrong initial values for undefined/defaulted properties

Clipiary 1.7.1

Choose a tag to compare

@github-actions github-actions released this 16 Apr 18:27

Improvements

  • Search highlight now appears after just 10ms and applies to all terms including single characters
  • Multi-word search highlights every token (e.g. "k an" highlights both "k" and "an")

Fixed

  • Fixed search highlight rendering being extremely slow for clipboard items with large text bodies (display text was not being capped when items were loaded from disk)

Clipiary 1.7.0

Choose a tag to compare

@github-actions github-actions released this 16 Apr 13:58

Improvements

  • Search is significantly faster: pre-indexed search corpus, incremental narrowing, faster string matching, and highlights debounced to avoid blocking typing
  • History persistence no longer blocks the main thread (debounced background writes)

Fixed

  • Fixed a rare bug showing some items mirrored upside-down after wake-up
  • Left-click in history list no longer has a delay
  • Added missing shortcuts to the keyboard shortcuts cheatsheet
  • Favorites dialog was missing a theme's accent color

Clipiary 1.6.1

Choose a tag to compare

@github-actions github-actions released this 14 Apr 05:33
  • Fixed missing "Add Separator" context menu entry

Clipiary 1.6.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 19:05

Added

  • Context menu on history items: right-click the row, or press the configurable shortcut (default ⌘↩) to open a menu with all paste options and Add to Favorites
  • New "paste raw source" shortcut (default ⌥⇧↩, configurable in Settings): pastes the literal HTML or RTF markup of a rich text item as plain text
  • New "paste as Markdown" shortcut (default ⌥↩, configurable in Settings): converts HTML or RTF items to Markdown (best-effort, preserving headings, lists, bold, italic, links, code) and pastes the result as plain text
  • Performance improvements
  • Support cmd+a/x/c/v in search field
  • Themes:
    • configurable blur for the panel backdrop behind the favorites tab picker overlay (frosted-glass effect)
    • material option now supports ultraThin, thin, regular, thick, or ultraThick vibrancy levels
    • fonts section — configure family, size, and weight separately for regular and monospace row text
    • fills.contentArea — dedicated fill slot for the scrollable area and search field, independent of fills.panel (the outer panel shell)
    • rowDetailsSpacing — configure spacing between row entry and its details

Clipiary 1.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 17:34

Added

  • Added a Theme Builder UI
  • Settings window now aligns to some UX patterns of the theme builder
  • Full date in item details

Fixed

  • Settings panel title bar longer bleeds through content
  • Separators in favorites tabs no longer reduce the effective history limit

Clipiary 1.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Apr 21:56

Added

  • Preview Panel now shows entry details (source app, format, timestamp)
  • Optional smart paste for copy-on-select: when the current selection still matches copy-on-select clipboard text, Cmd+V restores the immediately previous clipboard instead
  • Input Monitoring permission prompts/status for smart paste interception

Fixed

  • Copy-on-select now collapses prefix-growth selections into a single transient history item instead of polluting history with intermediate prefixes
  • Settings toggles now align consistently at the left edge instead of indenting some dependent options
  • In-app update release notes now keep proper bullet indentation and use clearer heading, spacing, and text styling

Clipiary 1.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Apr 18:15

Added

  • New update UI

Clipiary 1.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Apr 15:36

Added

  • Rich text support: captures RTF and HTML formatting from the clipboard by default (Settings → Rich Text to disable)
  • Option to paste rich text by default; use a configurable alternate paste shortcut (default: Shift+Return) to paste the opposite format