This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
Releases: mr-pennyworth/alfred-gif
Releases · mr-pennyworth/alfred-gif
0.3.5: Works with Alfred 4.5
AlfredGifBrowser.app
stopped working with Alfred v4.5. The bug was in the AlfredSwift
library. Before v0.1.4
, AlfredSwift
expected both minor and patch versions to be present in order to parse a version-string correctly. Thus, AlfredSwift
considered 4.5
to be an invalid version. This, in turn made AlfredGifBrowser
crash.
From v0.1.4
onwards, AlfredSwift
correctly parses 4.5
as 4.5.0
. Thus, upgrading to it fixes #8 and makes the GIF browser work again.
0.3.4
Add OneUpdater
0.3.3
Bump AlfredSwift version
0.3.2
Use PressSecretary from AlfredSwift This gieves a nice dialog for restarting Alfred. The restart is essential because press secretary doesn't start working until Alfred is restarted. Fixes #6
0.3.1
Add GIPHY support closes #4
0.3.0: consolidation of moving parts 🎉
- No more python script inside the swift app
- No more nodejs
0.2.1
Bump version
0.2.0
Stop downloading GIFs in nodejs
0.1.1
Log history only if history logger workflow exists
0.1.0
Enable builds through github UI