v2.2.0: 🧹 Cleanup
What's Changed
🚀 Features
- Warn about how to index installed apps when no apps found by
mas list
by @rgoldberg in #814
🐛 Bug Fixes
- Support apps under
/Volumes/*/Applications
by @rgoldberg in #779 - Reenable
account
for macOS 11- by @rgoldberg in #785
Changes
- Improve concurrency & other cleanup by @rgoldberg in #771
- Upgrade Swift from 5.7.1 to 5.9 by @rgoldberg in #773
- Code cleanup by @rgoldberg in #776
- Make
SoftwareProduct
&SimpleSoftwareProduct
immutable by @rgoldberg in #789 - Simplify test concurrency. by @rgoldberg in #790
- Reword "Apple ID" as "Apple Account" by @rgoldberg in #791
- Use
NSMetadataItem*Key
instead ofkMDItem*
for Spotlight query keys by @rgoldberg in #793 - Remove vestigial Apple private framework headers by @rgoldberg in #795
- Improve output code. by @rgoldberg in #798
- Remove unused imports by @rgoldberg in #800
- Code cleanup by @rgoldberg in #807
- docs(known issues): explain that mas relies on mds by @gforien in #803
- Improve
README.md
by @rgoldberg in #812
New Contributors
Full Changelog: v2.1.0...v2.2.0