Releases: Cloudstek/alfred-hugo
v3.0.1 - Security update
v3.0.0
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
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0 - Rewritten, brand spaning new!
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.