Skip to content

Commit

Permalink
Version 0.1.5. Changelog and package.json were updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarius committed Jan 13, 2018
1 parent 5b0126c commit 02e7e3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# OpenCL for Visual Studio Code Change Log

## Version 0.1.5: January 13, 2018

* Fixed: Types `ushort`, `uint`, `size_t`, `intptr_t`, `uintptr_t` were not highlighted.

## Version 0.1.4: January 2, 2018

`Happy New Year!`

![logo-ny](https://www.dropbox.com/s/yp46odwnkxwxvlq/OpenCL_128x_ny.png?dl=1)

* Fixed: Unsigned types and types with `_t` at the end were not highlighted for some color themes;
* Fixed: `Toggle Line Comment` and `Toggle Block Comment` commands didn't work in `*.cl` files.
* Fixed: `Toggle Line Comment` and `Toggle Block Comment` commands did not work in `*.cl` files.

## Version 0.1.3: October 29, 2017

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-opencl",
"displayName": "OpenCL",
"description": "OpenCL for Visual Studio Code",
"version": "0.1.4",
"version": "0.1.5",
"publisher": "galarius",
"icon": "images/OpenCL_128x.jpg",
"author": {
Expand Down

0 comments on commit 02e7e3d

Please sign in to comment.