|
4 | 4 | You can know how much time you spent on each projects/files/computers/languages/branchs and total |
5 | 5 | by this extension. |
6 | 6 |
|
7 | | -And all part of this extension(included server program, documents) are open-source and hosted on Github. |
8 | | - |
9 | | -This extension supports the follwing languages: |
| 7 | +Supported languages: |
10 | 8 | English, Russian(русский), Spanish(Español), |
11 | 9 | Simplified Chinese(简体中文) and Traditional Chinese(繁體中文). |
12 | 10 |
|
| 11 | +All part of this extension(included server program, documents) are open-source and hosted on Github. |
| 12 | + |
| 13 | +> Links: |
| 14 | +> [Server program Github repo](https://github.com/hangxingliu/vscode-coding-tracker) |
| 15 | +> [VSCode extensions marketplace](https://marketplace.visualstudio.com/items?itemName=hangxingliu.vscode-coding-tracker) |
| 16 | +
|
13 | 17 | ## Screenshot |
14 | 18 |
|
15 | 19 |  |
16 | 20 |
|
17 | 21 | ## Current Version |
18 | 22 |
|
19 | | -### 0.6.0 (**Coming soon ...**) |
20 | | - |
21 | | -**Coming soon ...** |
| 23 | +### 0.6.0 (2018/03/25) |
22 | 24 |
|
23 | | -### 0.5.0 |
24 | | - |
25 | | -0. Support multi-root workspace. |
26 | | -1. Add VCS(Git) repository and branch information tracking |
27 | | -2. Add document line counts tracking |
28 | | -3. Upgrade uploading protocol version to 4.0 |
29 | | -4. Optimize codes |
| 25 | +1. Upgrade server program (report page) to 0.6.0 |
| 26 | + - export/download report as CSV |
| 27 | + - merge report from different projects |
| 28 | + - fix some bug on report page |
| 29 | + - more compatible with old browsers and mobile browsers |
| 30 | +2. Optimize for some vscode internal documents. (*Default settings, markdown preview, interactive playground*) |
| 31 | +3. Add Español translations into extension. |
30 | 32 |
|
31 | 33 | more version information: [CHANGELOG.md](CHANGELOG.md) |
32 | 34 |
|
@@ -122,22 +124,22 @@ Or, just open browser and enter `http://${YOUR_SERVER_HOST_NAME}:${PORT}/report/ |
122 | 124 |
|
123 | 125 | ## Author |
124 | 126 |
|
125 | | -[LiuYue](https://github.com/hangxingliu) |
| 127 | +[LiuYue (hangxingliu)](https://github.com/hangxingliu) |
| 128 | + |
| 129 | +## Contributors |
| 130 | + |
| 131 | +- [Ted Piotrowski (@ted-piotrowski)][ted-piotrowski] |
| 132 | +- [Dolgishev Viktor (@vdolgishev)][vdolgishev] |
126 | 133 |
|
127 | 134 | ## Third party codes and resource |
128 | 135 |
|
129 | 136 | - The icon of this extension is from [emojione](http://emojione.com/). This project help me a lot of (bkz I dont know how to use PS and dont have art sense). |
130 | 137 | - `lib/thirdPartyCodes/gitPaths.js` is modified from <https://github.com/DonJayamanne/gitHistoryVSCode/blob/master/src/helpers/gitPaths.ts> |
131 | 138 |
|
132 | | -### Contributors |
133 | | - |
134 | | -- [Ted Piotrowski (@ted-piotrowski)][ted-piotrowski] |
135 | | -- [Dolgishev Viktor (@vdolgishev)][vdolgishev] |
136 | | - |
137 | 139 | ## License |
138 | 140 |
|
139 | | -- Extension(excluded icon and third party codes) and server scripts: [GPL-3.0](LICENSE) |
140 | | -- Extension Icon[CC-BY 4.0](http://emojione.com/licensing/) |
| 141 | +- Extension(excluded icon and third party codes) and server scripts are licensed under [GPL-3.0](LICENSE) |
| 142 | +- Icon of extension is licensed under [CC-BY 4.0](http://emojione.com/licensing/) |
141 | 143 | - Third party codes license information in the front of third party code files |
142 | 144 |
|
143 | 145 | [vdolgishev]: https://github.com/vdolgishev |
|
0 commit comments