Skip to content

Latest commit

 

History

History
102 lines (70 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

102 lines (70 loc) · 3.72 KB

CHANGELOG

0.6.0 (2018/03/24)

  1. Upgrade server program (report page) to 0.6.0
    • export/download report as CSV
    • merge report from different projects
    • fix some bug on report page
    • more compatible with old browsers and mobile browsers
  2. Optimize for some vscode internal documents. (Default settings, markdown preview, interactive playground)
  3. Add Español translations into extension.

0.5.0

  1. Support multi-root workspace.
  2. Add VCS(Git) repository and branch information tracking
  3. Add document line counts tracking
  4. Upgrade uploading protocol version to 4.0
  5. Optimize codes

0.4.2

  1. Add configuration showStatus to controlling visibility of status bar information

0.4.1

  1. Add Russian translations. (Include report page) (Thank [Dolgishev Viktor (@vdolgishev)][vdolgishev])
  2. Update server program to 0.4.1 (Fixed fatal bug)

0.4.0

  1. Fixed the bug "could not upload error" caused by switching VSCode windows
  2. New report page (support i18n, detailed report, share ...) (vscode-coding-tracker-server => 0.4.0)
  3. Add configuration "moreThinkingTime". Adjust it to make report more accurate for your coding habits

0.3.2

  1. more precise in VSCode 1.9.0 (I am crashing because too many things are changed since VSCode 1.9.0)

0.3.1

  1. fixed the local server severe bug. (because vscode install extension would not resolve dependencies and I forgot a dependency)
  2. fixed the wrong coding time record because some feature since VSCode 1.9.0
  3. fixed could not upload tracking data in non-project context since VSCode 1.9.0
  4. remove some redundant git merge files

0.3.0

  1. Added local server mode. So you could use this extension easily.
  2. Added i18n support(supported language: en, zh-cn, zh-tw)
  3. Modified status bar module to show more information(local server sign, tooltip and changed icon)
  4. Added Output channel module to output local server log

0.2.2

  1. Fixed npm start occurs error in Windows.

0.2.0

  1. Be sure to upgrade again, because accuracy of tracker has be improve
  2. Separated the server side codes to other repository(but add this server side module to npm package dependencies. So you can find server side codes under node_modules)
  3. Ignored tracking invalid document times
  4. Added listening onDidChangeTextEditorSelection event to improve accuracy
  5. Tidied extension.js codes

0.1.5

  1. Be sure to upgrade, reason be following
  2. Fixed two severe bugs. So you will get your right coding and watching time

0.1.4

  1. Add computer Id to tracking data(You can specify your Id by set up vscode config codingTracker.computerId )
  2. Fixed some spelling mistake in the code and change some comment from Chinese to English
  3. Change tracking data time format from datetime format string to timestamp
  4. Please upgrade your server program to at least 1.3.0 to support receive tracking data and storage data in version 3.0

0.1.3

  1. Modified the log module, removed export log object to global variable "Log" (because sometimes it lead to a vscode exception)

0.1.2

  1. Fixed a bug around node module require in Linux must care about character case.

0.1.1

  1. Change folder and project structure to adapt npm and vscode extension

0.1.0

  1. Add an icon to extension
  2. Fixed the severe bug (could not to use this extension because dependencies list is incomplete)
  3. Optimized tracking data upload.
  4. Support upload configurations take effect after change configurations in settings.json without restart VSCode
  5. Upgrade upload object structure version and storage version to 2.0,
    remove unnecessary field and change a time(date) field format to avoid time difference between server and client.
  6. Optimized the server script performance and structure.