Releases: zero-sh/zero.sh
Releases · zero-sh/zero.sh
0.6.0
Added
- Added support for Apple Silicon.
0.5.2
Changed
- Updated Rainbow dependency to version 3.2.0.
Fixed
- Fixed conflicts when upgrading casks with the same name as a formula.
0.5.1
Changed
- Updated Path.swift dependency to version 1.2.0.
Fixed
- Fixed directory traversal in installation script.
- Fixed deprecation warnings in latest version of Homebrew.
0.5.0
Breaking Changes
- Greedy cask update feature is now guarded behind the
--all
flag (e.g. zero update --all
or zero setup --all
).
Fixed
- Addressed issue applying system updates on latest SDK.
- Addressed issue updating casks that require sudo.
0.4.1
Fixed
- Ensure all casks are upgraded, including those with auto-update enabled.
0.4.0
Added
- Added support for
--verbose
flag.
Fixed
- Addressed issue where certain commands weren't printed when running
zero update
.
- Changed no update found message to match default given by
softwareupdate
.
0.3.1
Fixed
- Added message when no system updates are found.
- Addressed issue where scripts running sudo weren't prompting for credentials.
- Improved error handling when scripts aren't executable.
0.3.0
Added
- Added support for XDG Base Directory Spec.
0.2.0
Added
- Migrated shell script to dedicated Swift CLI.
- Added support for running steps independently.