Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lgarron committed May 29, 2024
1 parent 0eee55a commit 0660083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "folderify"
version = "3.2.4"
version = "4.0.0"
edition = "2021"
description = "Generate a native-style macOS folder icon from a mask file."
license = "MIT"
Expand Down

0 comments on commit 0660083

Please sign in to comment.