Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

66 lines (41 loc) · 1.69 KB

Changelog - Toggl Extension for VSCode

All notable changes to this project will be documented here. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2021/05/20 0.5.0

Features

  • added new min. VS Code engine: ^1.27.1 -> ^1.56.2

Fixes

  • replaced toggl-api with intermittent package, because of the upcoming API change
  • disabled several travis checks for now, because of #27

2019/12/29 0.4.0

Features

  • text for new entry can be selected in editor (#15), thank you pavelsuk

2019/10/19 0.3.1

Fixed

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

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)

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

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)