Skip to content

Releases: Justintime50/alchemist

v3.3.1

23 Nov 06:36
Compare
Choose a tag to compare
  • Only upgrade Casks on macOS since they aren't supported on Linux

v3.3.0

22 Aug 22:36
Compare
Choose a tag to compare
  • Adds support for Go 1.22 and 1.23

v3.2.0

22 May 02:41
Compare
Choose a tag to compare
  • Adds a --greedy CLI flag so casks can be updated even if they have a UI "auto-update" feature (helps keep Homebrew app versions synced better with what they actually are)

v3.1.3

24 Mar 05:54
Compare
Choose a tag to compare
  • Corrects project namespace by appending /v3
  • Bumps dependencies

v3.1.2

09 Dec 15:04
Compare
Choose a tag to compare
  • Adds back support for Go 1.16 which was previously removed in 3.1.0

v3.1.1

21 Nov 18:00
Compare
Choose a tag to compare
  • No longer require sha checksum on cask installation as some casks didn't include them which would lead to items on your backup list not getting installed

v3.1.0

22 Sep 04:27
Compare
Choose a tag to compare
  • Drops support for Go 1.15
  • Targets Go 1.17
  • Update dependencies

v3.0.0

04 May 06:30
39fd66d
Compare
Choose a tag to compare
  • Replaces restore-brew-packages.sh and restore-brew-casks.sh with a single Brewfile which also now includes all installed taps
  • Adds --force flag to force Brew backups even if errors are present in brew doctor

v2.2.1

10 Apr 02:13
Compare
Choose a tag to compare
  • Fixes a bug where we left a mocked directory on disk (closes #6)
  • Fixes a bug in the TestSetupDir test that would assert the wrong value

v2.2.0

02 Mar 04:51
7798eab
Compare
Choose a tag to compare
  • Add support for choco on Windows
  • Alchemist now detects which OS you're running on and changes its logic accordingly