Skip to content

Releases: luckman212/alfred_clipsaver_workflow

2.7.0

22 Aug 05:09
83cd462
Compare
Choose a tag to compare

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

29 Apr 12:53
7ca9a16
Compare
Choose a tag to compare

Move grid view from separate keyword into main Script Filter to fix ordering

2.5.0

26 Apr 16:25
bfcb758
Compare
Choose a tag to compare
  • 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

25 Apr 14:33
51f5ee4
Compare
Choose a tag to compare
  • Add support for Alfred 5.5 Grid View
  • Add modifiers for reveal (⌘) / copy to clipboard (⌃ctrl) directly to Script Filter
  • Minor changes to configuration (make dest_dir required)

2.3.7

06 Mar 14:16
04dc3c3
Compare
Choose a tag to compare
  • Updated logic around the reveal_after variable, see #1

2.3.6

24 Jan 16:05
beb6658
Compare
Choose a tag to compare

Added checkbox to disable automatically opening the destination dir in Finder after a save

Refer to #1

2.3.5

15 Mar 19:04
028d35d
Compare
Choose a tag to compare

Minor fix to fix folder not opening automatically after multisave.

2.3.4

01 Mar 22:12
61b23e3
Compare
Choose a tag to compare

No functional changes, just README and version bump

2.3.3

28 Feb 22:42
2c25a90
Compare
Choose a tag to compare
  • Bugfix to remove last Bash5'ism
  • Use dataHash value to delete from db instead of filename variable

2.3.0

28 Feb 05:35
afccd3f
Compare
Choose a tag to compare
  • 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