Skip to content

Releases: natterstefan/vscode-toggl-extension

v0.3.1

19 Oct 12:09
c49803d
Compare
Choose a tag to compare

2019/10/19 0.3.1

Fixed

  • fix "Cannot find module 'toggl-api'." issue

v0.3.0

18 Oct 16:27
7262380
Compare
Choose a tag to compare

2019/10/18 0.3.0

Added

  • Status Bar: onClick command can be customized (toggl.statusBarCommand)

Updated

  • chore: updated (dev)Dependencies, incl. node (10.x -> 12.12.x)

v0.2.0

06 Apr 11:28
717a756
Compare
Choose a tag to compare

2019/04/06 0.2.0

Added

  • added new command fetchToggl which allows user to fetch data from toggl
    manually
  • added executeCommand('toggl.startEntry') test
  • nock for extended tests

Changed

  • reduce statusbar width by changing the output text when tracking and when not
  • move from custom method to change statusbar to "internal" (not exposed in
    package.json) vs code command
  • improve polling with better retry-handling
  • new setting toggl.maxChars: Max. number of chars of the entry title shown in
    the status bar (default: 50).

v0.1.0

14 Mar 06:53
bf86e98
Compare
Choose a tag to compare

2019/03/06 0.1.0

Added

  • Initial extension setup
  • Toggl tracking setup with features like: start, startExisting, stop and status
    bar (displaying currently tracked entry)