Vim Wakatime Versions Save

Vim plugin for automatic time tracking and metrics generated from your programming activity.

11.1.1

5 months ago

11.1.0

6 months ago

11.0.0

7 months ago

10.0.0

1 year ago

9.0.1

2 years ago

8.0.0

4 years ago
  • Upgrade wakatime-cli to v12.0.0
  • New optional config option hide_branch_names. wakatime#183

7.2.0

5 years ago
  • Upgrade wakatime-cli to v11.0.0.
  • New command :WakaTimeToday for displaying today's coding time.
  • Rename argument --show-time-today to --today.
  • New argument --show-time-today for printing Today's coding time.

7.1.5

5 years ago
  • Upgrade wakatime-cli to v10.8.4.
  • Use wakatime fork of certifi package. sublime-wakatime#95
  • Upgrade certifi to version 2019.03.09.

7.1.4

5 years ago
  • Upgrade wakatime-cli to v10.8.2.
  • Detect go.mod files as Go language. jetbrains-wakatime#119
  • Detect C++ language from all C++ file extensions. vscode-wakatime#87
  • Add ssl_certs_file arg and config for custom ca bundles. #164
  • Fix bug causing random project names when hide project names enabled. vscode-wakatime#162
  • Add support for UNC network shares without drive letter mapped on Winows. #162

7.1.3

5 years ago
  • Upgrade wakatime-cli to v10.6.1.
  • Correctly parse include_only_with_project_file when set to false. wakatime#161
  • Support language argument for non-file entity types.
  • Send 25 heartbeats per API request.
  • New category "Writing Tests". wakatime#156
  • Fix bug caused by git config section without any submodule option defined. wakatime#152