Releases: lgarron/folderify
Releases · lgarron/folderify
v3.0.12
Release notes:
- Avoid extra newlines in narrow terminals by bumping the
indicatif
dependency to v0.17.4.- This pulls in the fix for console-rs/indicatif#533
- console-rs/indicatif#520 is still an issue if the terminal only has space for ≈lines
v3.0.11
Release notes:
- Print a helpful error and exit when OS X / macOS 10 is specified using
--mac-os
, and suggest usingfolderify
v2: https://github.com/lgarron/folderify#os-x-macos-10
v2.4.2
Release notes: - `folderify` v2 (implemented in Python and published to PyPI) is no longer officially supported. Unless you need folder icons for macOS 10.15 or earlier, please consider updating to folderify v3: https://github.com/lgarron/folderify/tree/main#install
v2.4.1
Release notes: - `folderify` v2 (implemented in Python and published to PyPI) is no longer officially supported. Unless you need folder icons for macOS 10.15 or earlier, please consider updating to folderify v3: https://github.com/lgarron/folderify/tree/main#install
v3.0.10
Release notes: - Allow progress bars to be truncated to fit into narrow terminal windows. - Add progress bars for input and output steps.
v3.0.9
Release notes: - Tweak progress output.
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.