Releases: luckman212/alfred_clipsaver_workflow
Releases · luckman212/alfred_clipsaver_workflow
2.7.0
Notable Changes
- added "save by time range" feature (thanks 👍 @cocoaaa for the suggestion) - pass an integer followed by
s|m|h|d
(secs,mins,hrs,days) - e.g.
cs 90m
to save the clips captured in the last 90 minutes - smarter/more accurate handling when images are stored in embedded plist format (Finder copy) instead of directly in Alfred's db
- refactored several internal scripts and functions
Please let me know if you encounter any bugs, as there were some significant under the hood changes in this release!
Full Changelog: 2.5.1...2.7.0
2.5.1
Move grid view from separate keyword into main Script Filter to fix ordering
2.5.0
- more actions (Edit, Float) that can be called from the Grid View via modifier keys (integrated with CleanShot)
- allows multi-select via File Buffer
- some additional Workflow configuration options as well such as Grid Size and trigger keyword
2.4.2
2.3.7
2.3.6
2.3.5
Minor fix to fix folder not opening automatically after multisave.
2.3.4
No functional changes, just README and version bump
2.3.3
- Bugfix to remove last Bash5'ism
- Use dataHash value to delete from db instead of filename variable
2.3.0
- Now processes all image files found in a copied file group. So if you copy
File1.jpg
,File2.txt
,File3,tiff
as a group, and invoke the workflow, you will see File1.jpg and File3.tiff both available for conversion - Checks for and omits duplicate images from the script filter results
- Other minor improvements