Skip to content

Releases: caleb531/open-conference-url

v3.0.1

30 Mar 18:10
9f85579
Compare
Choose a tag to compare
  • Fixed ValueError: unconverted data remains error per #7

v3.0.0

23 Mar 19:04
66b1e00
Compare
Choose a tag to compare
  • Dropped Python 2 support in favor of Python 3, to achieve compatibility with macOS Monterey 12.3

v2.1.1

07 Aug 17:17
2578577
Compare
Choose a tag to compare
  • Fixed an irritating bug where the workflow would throw a fatal error if the event cache contents did not change while the date did

v2.1.0

14 Jun 18:35
727d21f
Compare
Choose a tag to compare
  • Fixed bug where calendar invite might prevent actual conference URL from being detected
  • Added Python 3 support (Python 2 is still supported!)
  • Improved the speed of refreshing the event cache in the background (this should yield a slight performance improvement when running the conf command)

v2.0.2

07 Feb 22:39
bb4350f
Compare
Choose a tag to compare
  • Fixed a fatal error thrown when the workflow was run for the first time

v2.0.1

22 Nov 19:31
ada07d7
Compare
Choose a tag to compare
  • Fixed a critical compatibility issue with Python 2 that would prevent calendar events from loading at all

v2.0.0

22 Nov 05:08
9ee165f
Compare
Choose a tag to compare
  • The workflow no longer requires any dependencies to be pre-installed! Just double-click the workflow file and go
    • As a result of this, it's possible the workflow may not run on some specific Mac systems (with different processor architectures); if you are unable to run the workflow, please create an issue

v1.2.0

17 Nov 05:06
9c2dfe3
Compare
Choose a tag to compare

New Features

  • Added a caching mechanism to dramatically improve the performance of loading your upcoming events
    • Previously, the workflow would take 1.5 to 2 seconds to load your calendar events. Now, it takes less than half a second
    • Updates to your calendar are automatically fetched in the background; if there are any new/updated events, Alfred's conf result list will update automatically

Bug fixes

  • Fixed a bug where all-day events were not displaying in Alfred's result list for the conf keyword

v1.1.0

10 Nov 01:47
0082e24
Compare
Choose a tag to compare

New Features

  • Added support for all-day events

Bug fixes

  • Fixed a bug where the Alfred workflow could not be run from another machine

v1.0.0

09 Nov 03:04
90eb333
Compare
Choose a tag to compare
  • Official stable release