mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-04-23 11:22:12 +00:00
48 lines
1.0 KiB
Markdown
48 lines
1.0 KiB
Markdown
# Change Log
|
|
All notable changes to the "code-stats-vscode" extension will be documented in this file.
|
|
|
|
## [Unreleased]
|
|
### Added
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
## [1.0.7] - 2017-05-29
|
|
### Changed
|
|
|
|
Merged a PR from sharpred to count formatting a large JSON-file only as 1 XP.
|
|
|
|
## [1.0.6] - 2017-03-24
|
|
### Changed
|
|
Changed the plugin to default to just langId if the langId is not found in the mapped language names.
|
|
Added Elm and Elixir to mapped names.
|
|
|
|
## [1.0.5] - 2017-03-18
|
|
### Changed
|
|
Changed language names to reflect the ones already used in Code::Stats.
|
|
|
|
## [1.0.4] - 2017-03-18
|
|
### Added
|
|
Added a manual mapping to natural language language names.
|
|
|
|
## [1.0.3] - 2017-03-18
|
|
### Added
|
|
Added license for the logo from Nicd.
|
|
|
|
### Changed
|
|
Fixed an accumulation of xp bug
|
|
|
|
## [1.0.2] - 2017-03-17
|
|
### Added
|
|
Added a logo for the extension.
|
|
|
|
## [1.0.1] - 2017-03-17
|
|
### Added
|
|
Added the missing github information to package.json
|
|
Added the .vsix installation package as well.
|
|
|
|
## [1.0.0] - 2017-03-17
|
|
### Added
|
|
Initial release of code-stats-vscode
|