Skip to content

Tags: lgarron/folderify

Tags

v4.0.1

Toggle v4.0.1's commit message
v4.0.1

Release notes:

- Add macOS 15 to the known macOS versions.
- Allow `--macOS` argument to take a major version number without a `.`.

v4.0.0

Toggle v4.0.0's commit message
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

Toggle v3.2.4's commit message
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

Toggle v3.2.2's commit message
v3.2.2

Release notes:

- Add basic checks that the target exists and was assigned successfully.

v3.2.1

Toggle v3.2.1's commit message
v3.2.1

Release notes:

- Escape file paths when using AppleScript to assign an icon to a target.

v3.2.0

Toggle v3.2.0's commit message
v3.2.0

Release notes:

- Add `--badge` with possible values: `alias`, `locked`.

v3.1.2

Toggle v3.1.2's commit message
v3.1.2

Release notes:

- Fix `rez` and `fileicon` invocations when using the (hidden) `--set-icon-using` flag.

v3.1.1

Toggle v3.1.1's commit message
v3.1.1

Release notes:

- Recognize macOS 14 as supported when passed to the `--macOS` flag.

v3.1.0

Toggle v3.1.0's commit message
v3.1.0

Release notes:

- Fix an issue that was causing assigned icons to render incorrectly (#75).

v3.0.13

Toggle v3.0.13's commit message
v3.0.13

Release notes:

- Update dependencies (including a vuln fix).