Skip to content

Releases: lgarron/folderify

v3.0.8

10 Apr 05:53

Choose a tag to compare

Release notes:

- Add progress bars for the different icon sizes.

v3.0.7

04 Apr 20:10

Choose a tag to compare

- Reveal the `.iconset` when it is the only output.
- Avoid (temporarily) constructing the `.icns` when not needed.
- Update `--help` output.

v3.0.6

04 Apr 19:13

Choose a tag to compare

- Fix the printed command name for `--help`.

v3.0.5

04 Apr 18:27

Choose a tag to compare

Release notes:

- Small `README.md` / `--help` fixes.
- Correctly print the target path for icon assignment in verbose mode.

v3.0.4

04 Apr 09:47

Choose a tag to compare

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

04 Apr 07:39

Choose a tag to compare

Release notes:

- Restore the command name for printed help.

v3.0.2

04 Apr 07:25

Choose a tag to compare

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

04 Apr 03:37

Choose a tag to compare

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

04 Apr 01:08

Choose a tag to compare

- 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

04 Apr 00:51

Choose a tag to compare

- 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.