Skip to content

Releases: Cloudstek/alfred-hugo

v3.0.1 - Security update

05 Apr 17:43
Compare
Choose a tag to compare

This update only updates dependencies in which apparently vulnerabilities were found.

v3.0.0

21 Mar 22:33
Compare
Choose a tag to compare

Even though this release is marked as a major release going from v2 to v3, there should be no backwards incompatible changes except for the requirement of NodeJS 10 or newer. Older versions of NodeJS are end of life.

Changes

  • Now requires Node >= 10
  • Added support for action aliases (an action can have multiple names), thanks to @tillsanders for the suggestion!

Deprecation of Packal update notification support

I have decided to deprecate support for update notifications using Packal. The Packal website has been a mess for quite some time now with the search not working for example. It also doesn't offer an API and it's just bound to break one day. Support is still available in v3 but don't count on it for v4.

v2.0.5

05 Feb 12:18
Compare
Choose a tag to compare

Patch release that fixes an issue where package @cloudstek/cache could not be found.

Fixes

  • Fix @cloudstek/cache package not found.

Changes

  • Updated dependencies
  • Move from tslint to eslint
  • Clean up code

v2.0.4

31 Dec 17:24
Compare
Choose a tag to compare

Small update that upgrades dependencies and fixes possible vulnerabilities.

v2.0.3

12 Jul 14:13
Compare
Choose a tag to compare

This release fixes hugo-link and hugo-unlink. There were some bugs that prevented it from working in some cases.

Fixes

  • Hugo link and unlink scripts.

v2.0.2

12 Jul 14:12
Compare
Choose a tag to compare

Updated dependencies as vulnerabilities were found.

v2.0.1

24 Jun 01:03
Compare
Choose a tag to compare

Nothing new, nothing to see here 🤷‍♂

Just forgot to update the readme on hugo-link *cough*

v2.0.0 - Rewritten, brand spaning new!

24 Jun 00:54
Compare
Choose a tag to compare

It's been a while since the last release but I'm glad to announce v2.0! 🌟 It has been completely rewritten using Typescript, all dependencies have been upgraded and things have been improved.

Check out the docs folder for examples and documentation on all components.

A lot of (small) things have been changed so forgive me if I forgot to mention something!

Changes

  • Actions can now be nested (creating sub-actions)
  • Actions are not run immediately, instead only when Hugo.run() is called
  • Cache and config implementations has been changed to @cloudstek/cache
  • Fetch now uses Axios
  • File cache no longer hashes files, instead uses the modification time.
  • File cache now uses @cloudstek/cache as cache storage.
  • Match now mimics Alfred's behavior using the match field when available. This is optional as you can still override the keys that Fuse searches.

v1.1.1

28 Jun 12:06
Compare
Choose a tag to compare

This release fixes a minor bug that was triggered by Alfred version numbers without a patch level (x.x instead of x.x.x). I have added additional checks to prevent issues like this.