Skip to content

Commit

Permalink
Prepare 1.1.0 release (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqueDaniel authored Aug 13, 2021
1 parent 65dc0f3 commit febc2c1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,44 @@
# Changelog

## 1.1.0 (2021/08/13)

### Features

* Update syntax to Ren'Py 7.4.6 [[#18](https://github.com/LuqueDaniel/vscode-language-renpy/pull/18)] ([01f12fa](https://github.com/LuqueDaniel/vscode-language-renpy/commit/01f12fa43913d4c5ea14d738bfa69c4f5fcb2dcf))

### Fixes

* fixed keyword highlighted when using snake case [[#19](https://github.com/LuqueDaniel/vscode-language-renpy/pull/19)] ([65dc0f3](https://github.com/LuqueDaniel/vscode-language-renpy/commit/65dc0f3cd15dd3922de8ef4fc8a59f0f40304eed))

## 1.0.8 (2021/08/12)

### Fixes

* Fixed extension's icon [[#17](https://github.com/LuqueDaniel/vscode-language-renpy/pull/17)]

### Dependencies

* Bump `path-parse` from `1.0.6` to `1.0.7` [[#16](https://github.com/LuqueDaniel/vscode-language-renpy/pull/16)]

## 1.0.7 (2021/03/29)

* Add Python-like custom folding markers [[#12](https://github.com/LuqueDaniel/vscode-language-renpy/pull/12)]
* Migrate from node to node-test
* Fix npm errors and vulnerabilities
* Upgrade packages.

## 1.0.0 (2019/08/17)

* Update Ren'Py syntax
* Adds new `surroundingPairs`, `autoClosingPairs` elements

## 0.0.5 (2019/03/15)

* Update for Ren'Py 7.1.4

## 0.0.1 (2018/05/15)

First release! :tada:

* Adds syntax highlight
* Adds snippets
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": "languague-renpy",
"displayName": "Ren'Py Language",
"description": "Adds syntax highlighting and snippets to Ren'Py files in Visual Studio Code",
"version": "1.0.8",
"version": "1.1.0",
"publisher": "LuqueDaniel",
"license": "MIT",
"homepage": "https://github.com/LuqueDaniel/vscode-language-renpy",
Expand Down

0 comments on commit febc2c1

Please sign in to comment.