Skip to content

v0.2.0

Compare
Choose a tag to compare
@natterstefan natterstefan released this 06 Apr 11:28
· 19 commits to master since this release
717a756

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).