Skip to content

Releases: willfarrell/alfred-pkgman-workflow

6.0.3

22 Dec 18:03
4566986
Compare
Choose a tag to compare

What's Changed

  • Expand memory limit to 1G for Cache by @kopiro in #175

New Contributors

Full Changelog: 6.0.2...6.0.3

6.0.2

15 Dec 21:23
cf754b3
Compare
Choose a tag to compare

Full Changelog: 6.0.1...6.0.2

6.0.1

13 Dec 18:11
ca4e2b2
Compare
Choose a tag to compare
  • Prepare for submission to Alfred Gallery:
    • remove OneUpdater
    • Migrate Env Vars → User Config

Full Changelog: 6.0.0...6.0.1

6.0.0

27 Aug 17:13
eb95e31
Compare
Choose a tag to compare
  • Switch to API for searching Ubuntu packages (i.e., apt-get) @varp
  • Add API-based search for Snapcraft packages (i.e., snap) @varp
  • Fix some busted code @varp
  • Remove deprecated Atom package search
  • Update Makefile to improve making new builds
  • Adjust OneUpdater to refer to latest release instead of bleeding edge

Full Changelog: 5.1.1...6.0.0

5.1.1

07 Aug 16:29
aba553c
Compare
Choose a tag to compare
  • Fix #165:
    • Add error handling for optional NPM description field
    • Disable PHP error reporting
  • Whitespace cleanup + addition of an EditorConfig

Full Changelog: 5.1.0...5.1.1

5.1.0

25 Jul 18:25
ea7ccc1
Compare
Choose a tag to compare

What's Changed

  • Update README.md to add PATH options. by @jun6lee in #163
  • Fixe brew bin name by @jdxcode in #166
  • Add docs for how to use the Makefile to create a release & fix $PATH by @varp in #168
  • Clean up docs by @jeffbyrnes
  • Tweak Makefile to always use macOS-supplied find in cases where GNU find is installed by @jeffbyrnes

New Contributors

Full Changelog: 5.0.1...5.1.0

5.0.1

06 Jun 15:17
544c21a
Compare
Choose a tag to compare
  • Ensure the $PATH env var is exported

5.0.0

26 Mar 21:58
5.0.0
1bae1a3
Compare
Choose a tag to compare
  • Drop Crates search per #154

Full Changelog: 4.2.4...5.0.0

4.2.2

26 Mar 20:31
519e763
Compare
Choose a tag to compare
  • Adds /opt/homebrew/bin for $PATH as part of the workflow-level env var by @jeffbyrnes
  • Improved Brew search algorithm and OneUpdater by @varp in #156

4.1.0

23 Jun 14:13
b4f9dc7
Compare
Choose a tag to compare
  • Add handling of deprecated DefinitelyTyped packages (#155, h/t @ajliv)