Releases: dantheuber/clipless
Releases · dantheuber/clipless
1.7.4
What's Changed
- Batch dependabot updates and fix single-line clip edit spacing by @dantheuber in #108
Full Changelog: v1.7.3...v1.7.4
1.7.3
1.7.2
1.6.0
- Updated text templates to allow for use of search term named capture groups.
- Merged templates and quick clips management into single "tools" tab in settings.
- Templates are now accessed via the tools launcher
1.5.0
Added quick search functionality allowing for text filtering of all clips to enable quick finding a previous clip based on text content.
use a hotkey, default ctrl+shift+F or click the magnifying glass icon in the bottom status bar to show the search field, begin typing to filter clips.
1.4.1
Fixes a major bug that caused application to become unrespondive.
1.4.0
- New! Right click clip context menu
- Improved style consistency for light and dark theme
1.3.1
Updated app icon and fixed issues displaying in mac toolbar22
1.3.0
What's Changed
- Extracted quick clips tool launcher into separate window
- Added a hotkey to scan the last copied item
- added GUID to built in patterns
- Quickclips improvements by @dantheuber in #87
Full Changelog: v1.2.0...v1.3.0
1.2.0
Removing mac builds from github actions. DMG files were always "damaged" when installing. Can be used on mac by running via npm run dev or building dmg locally on mac to be used on, however auto updates will not work.
- Reverted hotkeys to copy clips of the same number again.
- Fixed issues setting clip amount.
- Refactored many files.
- Opening settings window with main window close to edge of monitor will open settings fully within available screen space.