Skip to content

Commit cc02239

Browse files
committed
changelog for 0.5 and fix for language server gif path
1 parent b74287d commit cc02239

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

client/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## Unreleased
88

9-
- Added context menus for Puppet Resource and Nodegraph preview
9+
10+
11+
## 0.5.3 - 2017-08-08
12+
13+
- (GH-92) Added context menus for Puppet Resource and Nodegraph preview
14+
- (GH-98) Improve language server function and type loading
15+
- (GH-52) JSON validation and schema for metadata.json
16+
- (GH-47) Fixes pending language server tests
17+
- (GH-45) Fix runocop violations for language tcp server
18+
- (GH-89) Document support for linux in readme
19+
- (GH-64) Additional language server tests
20+
- (GH-103) Extension now supports puppet-lint rc files
21+
- (GH-99) Improved client README and Gallery page
1022

1123
## 0.4.6 - 2017-06-29
1224

client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You will need to have Puppet Agent installed in order to fully use this extensio
2121

2222
Open any Puppet manifest with the extension '.pp' or 'epp' and the extension will load automatically. Once loaded the extension will be available for the duration of the session.
2323

24-
![Example of features](docs/assets/language_server.gif)
24+
![Example of features](https://raw.githubusercontent.com/jpogran/puppet-vscode/master/client/docs/assets/language_server.gif)
2525

2626
## Platform support
2727

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "puppet-vscode",
33
"displayName": "Puppet",
44
"description": "Official Puppet VSCode extension. Provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more",
5-
"version": "0.5.0",
5+
"version": "0.5.3",
66
"publisher": "jpogran",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/Puppet-Logo-Amber-sm.png",

0 commit comments

Comments
 (0)