Skip to content

Releases: JamesNZL/flow-toggl-plugin

v1.6.1

04 May 20:30
f75f583
Compare
Choose a tag to compare

1.6.1 (2023-05-04)

Bug Fixes

  • 🐛 fix error with edit project colour icons (6d4ca77)

v1.6.0

04 May 12:39
94bee8e
Compare
Choose a tag to compare

1.6.0 (2023-05-04)

Features

  • ux: 🚸 tab autocomplete running entry description if empty edit (098a52f)

Bug Fixes

  • 🚑 fix GDI+ exception (13221b8)

v1.5.0

04 May 02:37
441bfe4
Compare
Choose a tag to compare

1.5.0 (2023-05-04)

Features

  • ux: 🚸 improve edited project selection and include project name in query (1259161)
  • ux: ✨ allow starting new time entry at previous stop time (095adbe)
  • ux: ✨ implement ability to edit current project (d6b6dde)

v1.4.0

02 May 11:58
1e5bc84
Compare
Choose a tag to compare

1.4.0 (2023-05-02)

Features

  • ux: 💄 add refresh icon (e96ecc3)
  • ux: ✨ implement open in browser command (db61795)

v1.3.0

30 Apr 10:33
2e782d7
Compare
Choose a tag to compare

1.3.0 (2023-04-30)

Features

  • ux: ✨ implement delete command (02c4205)

v1.2.0

30 Apr 06:52
f6fb2e1
Compare
Choose a tag to compare

1.2.0 (2023-04-30)

Features

  • 🥅 handle network and response exceptions gracefully (79e9393)
  • ux: 🥅 improve api error reporting (e11c57e)
  • ux: ✨ implement edit command (7460adb)
  • ux: 💬 correctly pluralise project hours (76107dc)

Bug Fixes

  • ux: 🚸 exclude project hours string from fuzzy search (702b818)
  • ux: 💬 do not display client | hours separator if no client (5f0e61e)
  • ux: 💬 fix no project display on continue results (5383f92)

v1.1.0

29 Apr 15:58
4889397
Compare
Choose a tag to compare

1.1.0 (2023-04-29)

Features

  • ux: 💄 increase width of api token text box (63e9387)

v1.0.0

29 Apr 14:16
bacd80f
Compare
Choose a tag to compare

1.0.0 (2023-04-29)

Features

  • 🎉 initial commit (282b440)
  • toggl: ✨ add toggl wrapper (7df7c6e)
  • ux: 🚸 add start/stop/continue icons (a0581c1)
  • ux: 🚸 enforce result scores (157aea4)
  • ux: 🚸 filter archived projects and sort by total hours (0a003bb)
  • ux: 🚸 implement refresh command (32c4ba3)
  • ux: 🚸 include client in project fuzzy search (900eb9b)
  • ux: 🚸 include project hours in selection list (5773a19)
  • ux: 🚸 modify project selection autocomplete (b126a02)
  • ux: 🛂 implement token verification (945c8f0)
  • ux: ✨ add error result if token not configured (6000c9d)
  • ux: ✨ display project and client name when stopping entry (ded4306)
  • ux: ✨ implement basic results menu (a9c7966)
  • ux: ✨ implement basic results menu (b573110)
  • ux: ✨ implement continue command (db47a3f)
  • ux: ✨ implement default hotkeys (2307291)
  • ux: ✨ implement settings panel (2b47e18)
  • ux: ✨ implement start command (65d64d0)
  • ux: ✨ implement stop command (45e5784)
  • ux: ✨ make call to stop time entry (dd19732)
  • ux: ✨ only show stop command if current timer (99b56a2)
  • ux: ✨ show coloured dot matching project colour (b65f60f)
  • ux: 💬 display dates and times in human-friendly format (aadd110)

Bug Fixes

  • 🐛 use null-safe access on project (fa6272c)
  • toggl: 🐛 fix BaseAddress bug (a55b871)
  • toggl: 🐛 fix floating point api response types (8348bef)
  • toggl: 🐛 use concrete classes for response types (d6aebf0)
  • ux: 🐛 fix elapsed duration calculation of current timer in continue panel (39a76ff)