Skip to content

Releases: zero-sh/zero.sh

0.6.0

27 Dec 03:20
0.6.0
9bb04b5
Compare
Choose a tag to compare

Added

  • Added support for Apple Silicon.

0.5.2

05 Oct 17:36
0.5.2
adda7e4
Compare
Choose a tag to compare

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

14 Sep 17:52
0.5.1
042da66
Compare
Choose a tag to compare

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

18 Aug 19:50
0.5.0
7134a30
Compare
Choose a tag to compare

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

08 Aug 19:52
0.4.1
c5c2132
Compare
Choose a tag to compare

Fixed

  • Ensure all casks are upgraded, including those with auto-update enabled.

0.4.0

02 Aug 23:32
0.4.0
48091e7
Compare
Choose a tag to compare

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

13 Jun 18:22
0.3.1
cf1dc70
Compare
Choose a tag to compare

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

07 Feb 19:55
0.3.0
af3a086
Compare
Choose a tag to compare

Added

  • Added support for XDG Base Directory Spec.

0.2.0

21 Jan 07:36
0.2.0
0133c11
Compare
Choose a tag to compare

Added

  • Migrated shell script to dedicated Swift CLI.
  • Added support for running steps independently.