mas
mas copied to clipboard
:package: Mac App Store command line interface
This PR contains the changes from releasing version [v1.8.7-beta.26](https://github.com/mas-cli/mas/releases/tag/v1.8.7-beta.26).
This PR contains the changes from releasing version [v1.8.7-beta.25](https://github.com/mas-cli/mas/releases/tag/v1.8.7-beta.25).
This PR contains the changes from releasing version [v1.8.7-beta.24](https://github.com/mas-cli/mas/releases/tag/v1.8.7-beta.24).
This PR contains the changes from releasing version [v1.8.7-beta.38](https://github.com/mas-cli/mas/releases/tag/v1.8.7-beta.38).
This PR contains the changes from releasing version [v1.8.7-beta.37](https://github.com/mas-cli/mas/releases/tag/v1.8.7-beta.37).
This PR contains the changes from releasing version [v1.8.7-beta.36](https://github.com/mas-cli/mas/releases/tag/v1.8.7-beta.36).
Should mas's minimum supported macOS version be increased from 10.11 to 10.13 or newer? How many users are using mas on old macOS versions? According to many sources, including https://developer.apple.com/support/xcode/,...
Parallelize all operations that are OK to parallelize (like installing, uninstalling, upgrading, etc. multiple apps in parallel). Should anything not be parallelized? When errors occur for parallel operations, I assume...
Improve naming & code formatting: - Follow standard Swift naming guidelines: - Use the same case for all characters of initialisms & acronyms. - Improve type names: Current NameNew NameNotes...
`mas uninstall` might not be considered to actually uninstall any apps; its current code just puts them in the trash. Uninstallation might only occur once an app is emptied from...