Skip to content

v2.3.1

Compare
Choose a tag to compare
@mdeboer mdeboer released this 25 Jul 15:00
· 41 commits to master since this release

Changes in v2.3.1

  • It's faster, even faster, much faster! 🌟
  • Octicon support is optional but enabled by default (see below)
  • Now shows a fancy notification when rebuilding icons instead of just freezing

Note
The size of this workflow has increased quite a bit since the last release, this is due to the fact that we depend on phantomjs2 for the rendering of the octicon SVG files to PNG. Until Alfred gets proper support for SVG files as icons, I see no other way.

Since v2.3.1 the support for rendering these icons is optional but enabled by default. If you're really tight on disk space, you can save some (~ 54MB) by deleting the node_modules folder in the workflow directory and reinstalling the needed dependencies with npm install --no-optional --no-package-lock. If you're not into terminal wizardry you can also download Atom.without.icons.alfredworkflow below.

If you have any trouble running the Alfred workflow or downloaded the workflow from Packal. Please right click on the workflow in Alfred and click "open in terminal" and run the following commands:

$ rm -Rf node_modules
$ npm install