@@ -7,59 +7,59 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77## Unreleased
88## 0.8.0 - 2017-11-24
99
10- - (GH-180 ) Backslashes in File Path do not display in Node Graph
11- - (GH-100 ) Experimental Puppet-Debugger
12- - (PR-194) Fix logger in PDK New Task
13- - (PR-195) Do not error in validation exception handler
14- - (GH-187 ) Add stdio mode to language server
10+ - ([ GH-180 ] ( https://github.com/jpogran/puppet-vscode/issues/180 ) ) Backslashes in File Path do not display in Node Graph
11+ - ([ GH-100 ] ( https://github.com/jpogran/puppet-vscode/issues/100 ) ) Experimental Puppet-Debugger
12+ - ([ PR-194] ( https://github.com/jpogran/puppet-vscode/pull/194 ) ) Fix logger in PDK New Task
13+ - ([ PR-195] ( https://github.com/jpogran/puppet-vscode/pull/195 ) ) Do not error in validation exception handler
14+ - ([ GH-187 ] ( https://github.com/jpogran/puppet-vscode/issues/187 ) ) Add stdio mode to language server
1515- (maint) Fix rubocop violations
1616
1717## 0.7.2 - 2017-11-01
1818
19- - (GH-165 ) Broken readme link
20- - (GH-88 ) Rework Node Graph Preview to use local svg
21- - (GH-154 ) Use hosted JSON schema files
22- - (GH-169 ) Fix bug in sytanx highlighting
23- - (GH-167 ) Add PDK New Task command
24- - (GH-156 ) Document restarting Puppet extension command
25- - (GH-177 ) Remove detection of Puppet VERSION file
26- - (GH-175 ) Fix 'could not find valid version of Puppet'
19+ - ([ GH-165 ] ( https://github.com/jpogran/puppet-vscode/issues/165 ) ) Broken readme link
20+ - ([ GH-88 ] ( https://github.com/jpogran/puppet-vscode/issues/88 ) ) Rework Node Graph Preview to use local svg
21+ - ([ GH-154 ] ( https://github.com/jpogran/puppet-vscode/issues/154 ) ) Use hosted JSON schema files
22+ - ([ GH-169 ] ( https://github.com/jpogran/puppet-vscode/issues/169 ) ) Fix bug in sytanx highlighting
23+ - ([ GH-167 ] ( https://github.com/jpogran/puppet-vscode/issues/167 ) ) Add PDK New Task command
24+ - ([ GH-156 ] ( https://github.com/jpogran/puppet-vscode/issues/156 ) ) Document restarting Puppet extension command
25+ - ([ GH-177 ] ( https://github.com/jpogran/puppet-vscode/issues/177 ) ) Remove detection of Puppet VERSION file
26+ - ([ GH-175 ] ( https://github.com/jpogran/puppet-vscode/issues/175 ) ) Fix 'could not find valid version of Puppet'
2727
2828## 0.7.1 - 2017-09-29
2929
30- - (GH-157 ) Puppet Resource command hidden
30+ - ([ GH-157 ] ( https://github.com/jpogran/puppet-vscode/issues/157 ) ) Puppet Resource command hidden
3131
3232## 0.7.0 - 2017-09-22
3333
34- - (GH-115 ) Add Puppet Development Kit (PDK) integration
35- - (GH-136 ) Create a better UI experience while Puppet loads
36- - (GH-61 ) Create a better experience when language client fails
37- - (GH-135 ) Fix incorrect logger when a client error occurs
38- - (GH-129 ) Honor inline puppet lint directives
39- - (GH-133 ) Fix issue with puppet 5.1.0
40- - (GH-122 ) Show upgrade message with changelog
41- - (GH-120 ) Allow custom Puppet agent installation directory
42- - (GH-126 ) Fix completion provider with Puppet 5.2.0
43- - (GH-110 ) Add extension analytics
44- - (GH-138 ) Set extension analytics to prod
45- - (GH-109 ) Randomize languageserver port
46- - (GH-111 ) Parse puppet-lint.rc in module directory
34+ - ([ GH-115 ] ( https://github.com/jpogran/puppet-vscode/issues/115 ) ) Add Puppet Development Kit (PDK) integration
35+ - ([ GH-136 ] ( https://github.com/jpogran/puppet-vscode/issues/136 ) ) Create a better UI experience while Puppet loads
36+ - ([ GH-61 ] ( https://github.com/jpogran/puppet-vscode/issues/61 ) ) Create a better experience when language client fails
37+ - ([ GH-135 ] ( https://github.com/jpogran/puppet-vscode/issues/135 ) ) Fix incorrect logger when a client error occurs
38+ - ([ GH-129 ] ( https://github.com/jpogran/puppet-vscode/issues/129 ) ) Honor inline puppet lint directives
39+ - ([ GH-133 ] ( https://github.com/jpogran/puppet-vscode/issues/133 ) ) Fix issue with puppet 5.1.0
40+ - ([ GH-122 ] ( https://github.com/jpogran/puppet-vscode/issues/122 ) ) Show upgrade message with changelog
41+ - ([ GH-120 ] ( https://github.com/jpogran/puppet-vscode/issues/120 ) ) Allow custom Puppet agent installation directory
42+ - ([ GH-126 ] ( https://github.com/jpogran/puppet-vscode/issues/126 ) ) Fix completion provider with Puppet 5.2.0
43+ - ([ GH-110 ] ( https://github.com/jpogran/puppet-vscode/issues/110 ) ) Add extension analytics
44+ - ([ GH-138 ] ( https://github.com/jpogran/puppet-vscode/issues/138 ) ) Set extension analytics to prod
45+ - ([ GH-109 ] ( https://github.com/jpogran/puppet-vscode/issues/109 ) ) Randomize languageserver port
46+ - ([ GH-111 ] ( https://github.com/jpogran/puppet-vscode/issues/111 ) ) Parse puppet-lint.rc in module directory
4747
4848## 0.6.0 - 2017-08-08
4949
5050- Fix packaging error where language server was not included
5151
5252## 0.5.3 - 2017-08-08
5353
54- - (GH-92 ) Added context menus for Puppet Resource and Nodegraph preview
55- - (GH-98 ) Improve language server function and type loading
56- - (GH-52 ) JSON validation and schema for metadata.json
57- - (GH-47 ) Fixes pending language server tests
58- - (GH-45 ) Fix runocop violations for language tcp server
59- - (GH-89 ) Document support for linux in readme
60- - (GH-64 ) Additional language server tests
61- - (GH-103 ) Extension now supports puppet-lint rc files
62- - (GH-99 ) Improved client README and Gallery page
54+ - ([ GH-92 ] ( https://github.com/jpogran/puppet-vscode/issues/92 ) ) Added context menus for Puppet Resource and Nodegraph preview
55+ - ([ GH-98 ] ( https://github.com/jpogran/puppet-vscode/issues/98 ) ) Improve language server function and type loading
56+ - ([ GH-52 ] ( https://github.com/jpogran/puppet-vscode/issues/52 ) ) JSON validation and schema for metadata.json
57+ - ([ GH-47 ] ( https://github.com/jpogran/puppet-vscode/issues/47 ) ) Fixes pending language server tests
58+ - ([ GH-45 ] ( https://github.com/jpogran/puppet-vscode/issues/45 ) ) Fix runocop violations for language tcp server
59+ - ([ GH-89 ] ( https://github.com/jpogran/puppet-vscode/issues/89 ) ) Document support for linux in readme
60+ - ([ GH-64 ] ( https://github.com/jpogran/puppet-vscode/issues/64 ) ) Additional language server tests
61+ - ([ GH-103 ] ( https://github.com/jpogran/puppet-vscode/issues/103 ) ) Extension now supports puppet-lint rc files
62+ - ([ GH-99 ] ( https://github.com/jpogran/puppet-vscode/issues/99 ) ) Improved client README and Gallery page
6363
6464## 0.4.6 - 2017-06-29
6565
0 commit comments