Skip to content

Releases: mas-cli/mas

v1.7.0: 🛍 Purchase Command

25 May 03:27
35575ff
Compare
Choose a tag to compare
  • ✨ New purchase command for purchasing free apps #264 (resolves #2, #145)
    thanks, @blochberger!
  • 🐟 Seriously more interactive fish completions #242
    thanks, @lwolfsonkin!
  • ⬆️ Nimble (8.0.9) #274
  • 🛠 Xcode 11.5 #273
  • 🧹 Purchase cleanup #272
  • ♻️ SoftwareMap Protocol #271
  • 🕊 Swift 5 #255
    • ⚒️ Xcode 10.2 and macOS 10.14 required to build
  • ⬆️ Commandant (0.17.0) #255
  • ⬆️ Nimble (8.0.4) #255
  • ⬆️ Quick (2.2.0) #255
  • ➖ Result #255
  • 💡 Update readme with simpler tap usage #241

v1.6.4: 🔎 Search Fix

13 May 03:41
Compare
Choose a tag to compare
  • 🐛 Fix search parameters #269

v1.6.3: 🗒️ List Fix

31 Mar 19:32
3ac7e51
Compare
Choose a tag to compare
  • 🐛 Fix for list command on macOS 10.14.4 #228
  • 🐟 Command completions for fish shell #214
    thanks, @ylectric!
  • 🎨 SwiftFormat #215
  • ⬆️ Nimble (7.3.2) #213
  • ⬆️ Quick (1.3.2) #213
  • ⬆️ Result (4.1.0) #213

v1.6.2: 🗑 Trashy

22 Jan 04:10
b3197cf
Compare
Choose a tag to compare
  • 🗑🐛 Remove external trash command dependency #210

v1.6.1: 🍀 Lucky Again

19 Jan 00:53
153c408
Compare
Choose a tag to compare
  • 🐛 Fix lucky command #207
  • 🐛 Restore search table output #205

v1.6.0: 🔗 Links

13 Jan 01:58
af1e9d4
Compare
Choose a tag to compare
  • 👐🏻 Open AppStore.app with just mas open #200
  • ♻️🌐 Network refactor #198
  • 👷🏻‍♀️ Jenkins Pipeline #197
  • ✨ New home, open and vendor commands #196
  • 🐛📦 Fix paths building installer package #195
  • ♻️📚 AppLibrary refactor #193

v1.5.0: 🗑 Uninstall

28 Dec 00:11
v1.5.0
Compare
Choose a tag to compare
  • ✨🗑 uninstall command #81, #191
  • ➕🍺 trash formula #191
  • 💥 Dropped support for Yosemite and Mavericks #192

v1.4.4: 🧹 Cleanup

21 Dec 04:38
Compare
Choose a tag to compare
  • ⬆️🛠️ Xcode 10.1 #186
  • 🐛 Prevent default.profraw from getting created (again) #186
  • 🚨 Change MasKit dylib version to minor.patch #186
  • ✅ Search tests #184

v1.4.3: 📦🏛️ MasKit & Carthage

18 Oct 00:19
11a0e3e
Compare
Choose a tag to compare

Big project restructure to fix issues building for Homebrew. The mas binary now depends on the separate MasKit.framework. Use the mas.pkg package to install manually.

  • 🧰 MasKit Framework #175
  • 📦 Added installer package #178
  • 🛠 Xcode 10 & Swift 4.2 #173
  • ♻️ Use Carthage rather than CocoaPods to manage dependencies #169
    thanks @tonyarnold!
  • ⬆️ danger (5.7.0) #176

v1.4.2: 🚏📥🙅🏻‍♀️ Sign-In Disabled

12 Aug 21:17
966872b
Compare
Choose a tag to compare

This version was never released through Homebrew.

  • 🚏📥🙅🏻‍♀️ Disabled signin command on macOS 10.13+ #162
    • An error is immediately returned instead of crashing on newer macOS versions.
    • See #164 for updates on this issue.
  • 🐛 Fixed signout command #162
  • 🐛 Fixed account command #165
  • ✨ Added price to search command when --price flag specified #62, #148
  • 🎨 search output is now formatted in columns #148
  • ➖ CocoaSeeds #155
  • ➕🍫 CocoaPods (1.5.3) #155
  • 🛠 Xcode 9.4 #153
  • 🛠 Xcode 9.3 #141
  • 👷🏻‍♀️⚠️ Re-enabled Danger #137