Skip to content

Releases: JamesNZL/flow-toggl-plugin

v2.1.5

16 May 10:07
46c909d
Compare
Choose a tag to compare

2.1.5 (2023-05-16)

Bug Fixes

  • ux: 🚑 do not display fractional hours (4547aee)

v2.1.4

16 May 09:58
2cc6564
Compare
Choose a tag to compare
v2.1.4 Pre-release
Pre-release

2.1.4 (2023-05-16)

Bug Fixes

  • ux: 🐛 fix incorrect time strings when longer than 1 day (#6) (58ed0e3)

v2.1.3

15 May 06:56
fbba79e
Compare
Choose a tag to compare

2.1.3 (2023-05-15)

Bug Fixes

  • ux: 💬 fix casing of "No Project" to match toggl (65ebf8d)

v2.1.2

14 May 08:38
4d52b30
Compare
Choose a tag to compare

2.1.2 (2023-05-14)

Bug Fixes

  • ux: 🐛 ensure stop time is not before start (b969773)
  • ux: 🐛 fix wrong elapsed time calculation when using -t (#3) (7fcfa85)

v2.1.1

12 May 11:53
8beb919
Compare
Choose a tag to compare

2.1.1 (2023-05-12)

Bug Fixes

  • ⚡ do not verify api token on tgl refresh command (2489a7b)

v2.1.0

12 May 11:37
189543f
Compare
Choose a tag to compare

2.1.0 (2023-05-12)

Features

  • ux: 🚸 refresh cache on plugin initialisation (b6b38a2)

v2.0.1

12 May 10:26
f260016
Compare
Choose a tag to compare

2.0.1 (2023-05-12)

Bug Fixes

  • ux: 🐛 fully fix ignored sanitisation of -t from other results (4789d71)

v2.0.0

12 May 10:14
45b5474
Compare
Choose a tag to compare

2.0.0 (2023-05-12)

⚠ BREAKING CHANGES

  • ux: this changes behaviour from same user input

use -t -5 to move the start/stop time backwards in time

use -t 5 to move the start/stop time forwards in time

previously, tgl start and tgl stop would treat -t 5 as moving backwards, and vice-versa

Features

  • ux: 🚸 use consistent positive/negative time span parsing (1d489c4)
  • ux: ✨ allow editing start time in tgl edit (e4dc303)

Bug Fixes

  • ux: 🐛 do not sanitise -t flag from description of standard tgl start (1d6720a)
  • ux: 🐛 fix broken autocomplete of time span flag usage example (a8e3c7d)

v1.8.0

11 May 07:55
867fb68
Compare
Choose a tag to compare

1.8.0 (2023-05-11)

Features

  • ux: 💬 add "now" to standard start/stop actions (150e35c)

v1.7.0

11 May 07:33
5ce3b97
Compare
Choose a tag to compare

1.7.0 (2023-05-11)

Features

  • ux: 🚸 increase score of usage examples (42c9c99)
  • ux: ✨ allow starting time entries in the past (5f3886e)
  • ux: ✨ allow stopping time entries in the past (1688230)
  • ux: ✨ use continue to autofill start command (6602bf8)

Bug Fixes

  • ux: 🐛 remove trailing space from final autocomplete (e454a2f)
  • ux: 💬 fix started time entry message box titles (a7f7757)