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.
- added new min. VS Code engine:
^1.27.1
->^1.56.2
- replaced
toggl-api
with intermittent package, because of the upcoming API change - disabled several travis checks for now, because of #27
- fix "Cannot find module 'toggl-api'." issue
- Status Bar: onClick command can be customized (
toggl.statusBarCommand
)
- chore: updated (dev)Dependencies, incl. node (10.x -> 12.12.x)
- added new command
fetchToggl
which allows user to fetch data from toggl manually - added
executeCommand('toggl.startEntry')
test nock
for extended tests
- 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).
- Initial extension setup
- Toggl tracking setup with features like: start, startExisting, stop and status bar (displaying currently tracked entry)