Releases: lgarron/folderify
Releases · lgarron/folderify
v3.0.8
Release notes: - Add progress bars for the different icon sizes.
v3.0.7
- Reveal the `.iconset` when it is the only output. - Avoid (temporarily) constructing the `.icns` when not needed. - Update `--help` output.
v3.0.6
- Fix the printed command name for `--help`.
v3.0.5
Release notes: - Small `README.md` / `--help` fixes. - Correctly print the target path for icon assignment in verbose mode.
v3.0.4
Release notes: - Add `--output-icns` and `--output-iconset` flags. This means there are now three explicit outputs: - The target path (positional argument) - `--output-icns` - `--output-iconset` Any or all of these can be specified. If none are specified, the default `.icns` and `.iconset` are written in the same folder as the source mask (matching the old behaviour).
v3.0.3
Release notes: - Restore the command name for printed help.
v3.0.2
Release notes: - Print color scheme. - Add `--completions` to print completions. For example: ```fish folderify --completions fish | source # fish ``` ```zsh source <(folderify --completions zsh) # zsh ```
v3.0.1
Release notes: - Fix a bug that did not write the `.iconset` and `.icns` files in the mask dir when no target is specified. - Match v2 progress output more closely. - Restore debug env var. (`FOLDERIFY_DEBUG=1`)
v3.0.0-pre2
- All of `folderify` has been re-written in Rust. It has the same functionality, with the following exceptions: - Only the latest folder style (Big Sur and later) is currently supported. - Icon assignment is always done using `Rez`, so the `--set-icon-using` argument is deprecated.
v3.0.0-pre1
- All of `folderify` has been re-written in Rust. It has the same functionality, with the following exceptions: - Only the latest folder style (Big Sur and later) is currently supported. - Icon assignment is always done using `Rez`, so the `--set-icon-using` argument is deprecated.