Releases: willfarrell/alfred-pkgman-workflow
Releases · willfarrell/alfred-pkgman-workflow
6.0.5
What's Changed
- Fixed Maven search (SSL Certificate invalid) by @jglanz in #176
- Fix a typo in info.plist by @eugenesvk in #177
New Contributors
- @jglanz made their first contribution in #176
- @eugenesvk made their first contribution in #177
Full Changelog: 6.0.3...6.0.5
6.0.3
6.0.2
Full Changelog: 6.0.1...6.0.2
6.0.1
- Prepare for submission to Alfred Gallery:
- remove OneUpdater
- Migrate Env Vars → User Config
Full Changelog: 6.0.0...6.0.1
6.0.0
- 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
- 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
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-suppliedfind
in cases where GNUfind
is installed by @jeffbyrnes
New Contributors
Full Changelog: 5.0.1...5.1.0
5.0.1
- Ensure the
$PATH
env var is exported
5.0.0
- Drop Crates search per #154
Full Changelog: 4.2.4...5.0.0
4.2.2
- 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