From d9fd79074d0da878e53158dbb18b722b648afc6d Mon Sep 17 00:00:00 2001 From: Ilya Shoshin Date: Sat, 7 Jul 2018 14:24:02 +0300 Subject: [PATCH] Version 0.3.0. --- CHANGELOG.md | 6 ++++++ README.md | 5 ++--- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c89fe..523b263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # OpenCL for Visual Studio Code Change Log +## Version 0.3.0: July 07, 2018 + +* Added: Support for external formatters (e.g. [AStyle](http://astyle.sourceforge.net)) + +![vscode-opencl-formatting](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-formatting.gif) + ## Version 0.2.1: April 28, 2018 * `Hoek` dependency was updated due to potential security vulnerability in older version. diff --git a/README.md b/README.md index 0a7721c..1380920 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This extension adds: |*Syntax Highlighting, Auto-Completion*|*Code Snippets*| |![vscode-opencl-cmd-oclinfo](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-cmd-oclinfo.gif)|![vscode-opencl-cmd-oclinfo](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-hover.gif)| |*OpenCL platforms/devices info*|*Hover tooltip for OpenCL Runtime*| -|![vscode-opencl-cmd-oclinfo](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-formatting.gif)|| +|![vscode-opencl-formatting](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-formatting.gif)|| |*Source code formatting*|| ## Prerequisites @@ -53,8 +53,7 @@ See [INSTALL.md](https://github.com/Galarius/vscode-opencl/blob/master/INSTALL.m * `opencl.formatting.args` - An array of command line options. -[AStyle](http://astyle.sourceforge.net) formatting utility is used by default. If workspace contains AStyle configuration file `.astylerc`, add the following option to `opencl.formatting.args` in workspace configuration: `--options=${workspaceRoot}/.astylerc`. - +[AStyle](http://astyle.sourceforge.net) formatting utility is used by default. If workspace contains AStyle configuration file `.astylerc`, add `--options=${workspaceRoot}/.astylerc` option to `opencl.formatting.args` in a workspace configuration. ## Contributing diff --git a/package.json b/package.json index 0a59a2f..05770e7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-opencl", "displayName": "OpenCL", "description": "OpenCL for Visual Studio Code", - "version": "0.2.1", + "version": "0.3.0", "publisher": "galarius", "icon": "images/OpenCL_128x.png", "author": {