Skip to content

Commit febc2c1

Browse files
authored
Prepare 1.1.0 release (#20)
1 parent 65dc0f3 commit febc2c1

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,44 @@
1+
# Changelog
2+
3+
## 1.1.0 (2021/08/13)
4+
5+
### Features
6+
7+
* 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))
8+
9+
### Fixes
10+
11+
* 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))
12+
13+
## 1.0.8 (2021/08/12)
14+
15+
### Fixes
16+
17+
* Fixed extension's icon [[#17](https://github.com/LuqueDaniel/vscode-language-renpy/pull/17)]
18+
19+
### Dependencies
20+
21+
* Bump `path-parse` from `1.0.6` to `1.0.7` [[#16](https://github.com/LuqueDaniel/vscode-language-renpy/pull/16)]
22+
23+
## 1.0.7 (2021/03/29)
24+
25+
* Add Python-like custom folding markers [[#12](https://github.com/LuqueDaniel/vscode-language-renpy/pull/12)]
26+
* Migrate from node to node-test
27+
* Fix npm errors and vulnerabilities
28+
* Upgrade packages.
29+
130
## 1.0.0 (2019/08/17)
31+
232
* Update Ren'Py syntax
333
* Adds new `surroundingPairs`, `autoClosingPairs` elements
434

535
## 0.0.5 (2019/03/15)
36+
637
* Update for Ren'Py 7.1.4
738

839
## 0.0.1 (2018/05/15)
40+
941
First release! :tada:
42+
1043
* Adds syntax highlight
1144
* Adds snippets

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "languague-renpy",
33
"displayName": "Ren'Py Language",
44
"description": "Adds syntax highlighting and snippets to Ren'Py files in Visual Studio Code",
5-
"version": "1.0.8",
5+
"version": "1.1.0",
66
"publisher": "LuqueDaniel",
77
"license": "MIT",
88
"homepage": "https://github.com/LuqueDaniel/vscode-language-renpy",

0 commit comments

Comments
 (0)