Releases: Justintime50/alchemist
Releases · Justintime50/alchemist
v3.3.1
v3.3.0
- Adds support for Go
1.22
and1.23
v3.2.0
- 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
- Corrects project namespace by appending
/v3
- Bumps dependencies
v3.1.2
- Adds back support for Go 1.16 which was previously removed in
3.1.0
v3.1.1
- 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
- Drops support for Go
1.15
- Targets Go
1.17
- Update dependencies
v3.0.0
- Replaces
restore-brew-packages.sh
andrestore-brew-casks.sh
with a singleBrewfile
which also now includes all installedtaps
- Adds
--force
flag to force Brew backups even if errors are present inbrew doctor
v2.2.1
v2.2.0
- Add support for
choco
onWindows
- Alchemist now detects which OS you're running on and changes its logic accordingly