Releases: natterstefan/vscode-toggl-extension
Releases · natterstefan/vscode-toggl-extension
v0.3.1
v0.3.0
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
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
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)