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

Releases: godbout/alfred-time

2.0.0

10 Jun 10:49
Compare
Choose a tag to compare
  • Update the workflow to Alfred 4.
  • Setup your timer through Alfred menus. No more config file dirty editing!
  • Start, stop, continue timers.
  • Toggl or Harvest supported (currently).
  • No more cache. All info (timer running, projects list, tags list) is realtime.

Fix issue with wrong data cache if can't connect to Toggl/Harvest account

07 Jan 15:18
Compare
Choose a tag to compare

Noy a big issue in itself but it might have been confusing for those who didn't type their username/password or API key correctly.

Definitely still room for improvement to handle loads of weird cases (using the workflow but not setting any service to active, for example) but the goal is to get something running quickly. I didn't bother fine tuning yet.

Fix issue with deleted Toggl projects

07 Jan 12:52
Compare
Choose a tag to compare

Mainly fix a big where deleted Toggl projects would still show up in the Alfred-Time projects list.

Also:

  • Update screenshots with new config file
  • Update README, clearer instructions for Harvest
  • Update various packages to latest versions

Getting smaller

01 Dec 06:51
Compare
Choose a tag to compare

Clean the icons, and deleted files only needed for test purposes.

Way faster, and all functionalities now for both services

11 Jun 09:48
Compare
Choose a tag to compare
  • Got rid of curl and now using Guzzle, so http calls are blazing fast
  • All functionalities (start, stop, undo, delete, continue) now work for both services. Just choose in the config which one is your primary service
  • When starting the timer for both services (using the shift modifier), the project and tag list only show the items that are available in both services

Fixes + new features (continue timer, delete timer)

17 Apr 16:21
Compare
Choose a tag to compare
  • Fix issue where Harvest timer would be wrongly deleted in some cases (OOPS)
  • Fix some layout issues
  • Icons are now service-dependent (in almost all cases)
  • Possibility to delete recent timers
  • Possibility to continue recent timer
  • Improve handling of non-implemented features of Harvest
  • Better titles, subtitles and notifications

New functionalities!

03 Apr 15:53
Compare
Choose a tag to compare

Adds:

  • Choose of project and tag (currently only for Toggl)
  • Undo last Toggl and/or Harvest timer started through the workflow
  • Sync data to local cache (currently only for Toggl)

Fix issue at startup in some cases (like 99,99%)

28 Feb 15:32
Compare
Choose a tag to compare

Seems that in some cases Alfred doesn't create the workflow data directory where the config file is stored. That would cause issues at the first start (and actually all the other starts). And also it seems that Alfred never creates the folder, although I thought I tried but I was probably drunk.

First version: config, start and stop timers for Toggl and/or Harvest

25 Feb 10:02
Compare
Choose a tag to compare