Skip to content

Releases: jason0x43/alfred-toggl

v2.13.0

02 Jun 19:58
09f24d2
Compare
Choose a tag to compare

This version updates the workflow to work with Toggl's v9 API. (#66)

Thanks to @s7anley for the update!

v2.12.0 universal build

21 Aug 13:57
Compare
Choose a tag to compare

This is a universal (ARM-compatible) build of v2.12.0.

v2.12.0

19 May 01:44
Compare
Choose a tag to compare

This release is primarily an attempt to distribute a signed version of the workflow. Give it a try!

Updates and bugfixes:

  • Fix a spelling error (#59)
  • Uses the new toggl API endpoint (#60)
  • Sign and notarize the workflow binary (#55)

v2.11.1: Update version to 2.11.1

27 Jun 02:57
Compare
Choose a tag to compare

This is a binary-only release. There are no code changes; the workflow artifact has just been rebuilt using a newer version of go-alfred to be compatible with Alfred 4.

v2.11.0

28 Jul 02:46
Compare
Choose a tag to compare

This release changes how Cmd Enter behaves when creating a time entry. When choosing a project (after typing a time entry description), Cmd Enter will now function just like Enter, selecting a project and starting the time entry.

Release 2.10.0

15 May 02:10
Compare
Choose a tag to compare

This release adds support for billable projects and time entries. A "Billable" property will be shown for projects and time entries in premium workspaces.

Thanks @blackjid!

Release 2.9.0

05 May 13:38
Compare
Choose a tag to compare

This release will show the client name, if available, below the project name in the project list and timer project selector (#44).

Thanks @blackjid!

Release 2.8.0

03 May 01:57
Compare
Choose a tag to compare

This release fuzzy sorts time entry modification fields (like "Tags:", "Duration:", etc.) and includes back-end support for tasks (a feature only in pro accounts).

Release 2.7.0

02 Apr 16:12
Compare
Choose a tag to compare

This release fully implements the tags command. Tags may now be added and deleted, and lists of associated time entries may be generated.

This release fixes #41.

Release 2.6.1

29 Mar 12:22
Compare
Choose a tag to compare

This is a bug fix release that corrects an issue with removing tags. It is now possible to remove all tags from a time entry. (#41)

This fix was handled in a dependency; no code changes were required in this repo.