Skip to content

Commit 1532311

Browse files
committed
updated changelog
1 parent 86c407d commit 1532311

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## Version 0.1.1
4+
* Fixed styling of file history details [#48](https://github.com/DonJayamanne/gitHistoryVSCode/issues/48), [#54](https://github.com/DonJayamanne/gitHistoryVSCode/issues/54)
5+
* Updated to TypeScript 2.0 [#68](https://github.com/DonJayamanne/gitHistoryVSCode/pull/68)
6+
* Date format was always displayed in en-US [#69](https://github.com/DonJayamanne/gitHistoryVSCode/issues/69)
7+
* Comparing large files would display incorrect information [#56](https://github.com/DonJayamanne/gitHistoryVSCode/issues/56)
8+
* Compilation issue [#60](https://github.com/DonJayamanne/gitHistoryVSCode/issues/60)
9+
310
## Version 0.1.0
411
* Viewing individual file commit details in commit list [#44](https://github.com/DonJayamanne/gitHistoryVSCode/issues/44)
512

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,20 @@ NOTE: The file for which the history is to be viewed, must already be opened.
4141
- Search git history
4242

4343
## Thanks
44-
- [Kumar Harsh](https://github.com/kumarharsh)
45-
+ Improved look and feel [#35](https://github.com/DonJayamanne/gitHistoryVSCode/pull/35)
44+
- [Mike Surcouf](https://github.com/mikes-gh)
45+
+ Updated to TypeScript 2.0 [#68](https://github.com/DonJayamanne/gitHistoryVSCode/pull/68)
46+
+ Date format was always displayed in en-US [#69](https://github.com/DonJayamanne/gitHistoryVSCode/issues/69)
47+
+ Comparing large files would display incorrect information [#56](https://github.com/DonJayamanne/gitHistoryVSCode/issues/56)
48+
+ Compilation issue [#60](https://github.com/DonJayamanne/gitHistoryVSCode/issues/60)
4649

4750
## Change Log
4851
[View](https://github.com/DonJayamanne/gitHistoryVSCode/blob/master/CHANGELOG.md)
49-
* Viewing individual file commit details in commit list [#44](https://github.com/DonJayamanne/gitHistoryVSCode/issues/44)
50-
52+
* Fixed styling of file history details [#48](https://github.com/DonJayamanne/gitHistoryVSCode/issues/48), [#54](https://github.com/DonJayamanne/gitHistoryVSCode/issues/54)
53+
* Updated to TypeScript 2.0 [#68](https://github.com/DonJayamanne/gitHistoryVSCode/pull/68)
54+
* Date format was always displayed in en-US [#69](https://github.com/DonJayamanne/gitHistoryVSCode/issues/69)
55+
* Comparing large files would display incorrect information [#56](https://github.com/DonJayamanne/gitHistoryVSCode/issues/56)
56+
* Compilation issue [#60](https://github.com/DonJayamanne/gitHistoryVSCode/issues/60)
57+
5158
## Source
5259

5360
[GitHub](https://github.com/DonJayamanne/gitHistoryVSCode)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "githistory",
33
"displayName": "Git History (git log)",
44
"description": "View git log, file or line History",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"publisher": "donjayamanne",
77
"author": {
88
"name": "Don Jayamanne",

0 commit comments

Comments
 (0)