Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Releases: mr-pennyworth/alfred-gif

0.3.5: Works with Alfred 4.5

04 Jul 03:14
Compare
Choose a tag to compare

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

14 Jun 09:36
Compare
Choose a tag to compare
Add OneUpdater

0.3.3

02 Jun 05:54
Compare
Choose a tag to compare
Bump AlfredSwift version

0.3.2

29 May 18:09
Compare
Choose a tag to compare
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

27 May 21:46
Compare
Choose a tag to compare
Add GIPHY support

closes #4

0.3.0: consolidation of moving parts 🎉

27 May 18:38
Compare
Choose a tag to compare
  • No more python script inside the swift app
  • No more nodejs

0.2.1

26 May 11:42
Compare
Choose a tag to compare
Bump version

0.2.0

25 May 09:31
Compare
Choose a tag to compare
Stop downloading GIFs in nodejs

0.1.1

24 May 09:24
Compare
Choose a tag to compare
Log history only if history logger workflow exists

0.1.0

09 May 14:17
Compare
Choose a tag to compare
Enable builds through github UI