Releases: lgarron/folderify
Releases · lgarron/folderify
v4.0.1
v4.0.0
Release notes:
There are no functionality changes. However, there is one breaking change: instead of the deprecated convert
command for ImageMagick, folderify
will invoke magick
. The magick
command was added at least ≈8 years ago, so this should not be an issue for most users.
This change should prevent WARNING: The convert command is deprecated in IMv7, use "magick"
messages from spilling into the output of folderify
, particularly for Homebrew users who are on the latest version of ImageMagick.
v3.2.4
Release notes:
- Change the
--macOS
version example to a supported version. - Preserve case for the
Rez
value for--set-icon-using
(hidden legacy argument).
v3.2.2
Release notes:
- Add basic checks that the target exists and was assigned successfully.
v3.2.1
Release notes:
- Escape file paths when using AppleScript to assign an icon to a target.
v3.2.0
Release notes:
- Add
--badge
with possible values:alias
,locked
.
v3.1.2
Release notes:
- Fix
rez
andfileicon
invocations when using the (hidden)--set-icon-using
flag.
v3.1.1
Release notes:
- Recognize macOS 14 as supported when passed to the
--macOS
flag.
v3.1.0
v3.0.13
Release notes:
- Update dependencies (including a vuln fix).