Skip to content

Buffer v2.2.0

Latest

Choose a tag to compare

@samirpatil2000 samirpatil2000 released this 17 Jun 13:02
· 1 commit to main since this release

👋 Hello everyone!

A new pre-release update of Buffer is out — v2.2.0 🚀

This release introduces inline text editing directly within the history window, a smoother search experience, and a few visual refinements.

📝 Inline Text Editing

You can now edit any text or code snippet directly within the clipboard history preview pane!

  • Click the pencil icon in the preview/detail pane to open the inline text editor.
  • While editing, global keyboard shortcuts are temporarily bypassed so you can type freely.
  • Press Esc, click the pencil icon again, or select a different item to automatically save your changes and sync them to the system clipboard.

🔍 Debounced Search

We've optimized how filtering and searching works in the history list:

  • Implemented a debounce timeout on search typing to prevent UI stuttering on large histories.
  • Faster list rendering when switching between filters or entering search queries.

🎨 Visual Refinements

  • Increased the opacity of divider lines from 0.06 to 0.15 for much cleaner pane boundaries.
  • Optimized filtered items cache handling for a snappier interface.

Thanks to everyone using Buffer, starring the repo, reporting bugs, and sharing ideas. Every bit of feedback helps make it better ❤️

Full Changelog: buffer-v2.1.0...buffer-v2.2.0