New
v5.0.0: ✂️ Require macOS 13 to run; remove account, region & signin
- Fix an install/update deadlock for long installer logs
- Remove vestigial
account,region&signin - Require macOS 13+ to run mas
- Use Swift 6.2
What's Changed
🐛 Bug Fixes
- Improve build-time Swift & Swift driver version parsing to be more universal by @rgoldberg in https://github.com/mas-cli/mas/pull/1163
- Fix installer output parsing deadlock by @rgoldberg in https://github.com/mas-cli/mas/pull/1166
Changes
- Increase minimum macOS version to 13 Ventura by @rgoldberg in https://github.com/mas-cli/mas/pull/1164
- Use Swift 6.2 by @rgoldberg in https://github.com/mas-cli/mas/pull/1165
- Remove
account,region&signinby @rgoldberg in https://github.com/mas-cli/mas/pull/1167 - Improve regex usage &
unsafeusage by @rgoldberg in https://github.com/mas-cli/mas/pull/1169 - Remove unnecessary
MAS.&mas.by @rgoldberg in https://github.com/mas-cli/mas/pull/1172
Full Changelog: https://github.com/mas-cli/mas/compare/v4.1.2...v5.0.0