wakatime / visualstudio-wakatime

Visual Studio plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/visual-studio
BSD 3-Clause "New" or "Revised" License
334 stars 62 forks source link

Display "total time today" in status bar #144

Closed JasonWei512 closed 1 year ago

JasonWei512 commented 1 year ago

Solve https://github.com/wakatime/visualstudio-wakatime/issues/108.

Waiting for https://github.com/wakatime/nuget-wakatime-shared-extension-utils/pull/7 to be merged first.

image

image

alanhamlett commented 1 year ago

We'll need to bump the nuget package version and use that new version here.

JasonWei512 commented 1 year ago

https://github.com/wakatime/visualstudio-wakatime/pull/144/files#diff-b086968dd4a86b427e559c123646a991b0286dc2fbcb3c6bc39355f14015014c

Somehow I triggerred Visual Studio's code cleanup. Many var are replaced with explicit types. Sorry about that.

JasonWei512 commented 1 year ago

Fixed.

JasonWei512 commented 1 year ago

Done.

alanhamlett commented 1 year ago

Thank you!

guibranco commented 1 year ago

@alanhamlett when this PR will be released? The last release was on Dec 2022.

alanhamlett commented 1 year ago

Yes, we're working on that so hopefully this week we can do a release. We need to fix #145 too.

gandarez commented 1 year ago

Released v13.1.0 in the marketplace with this changes.