Releases: renpy/vscode-language-renpy
Releases · renpy/vscode-language-renpy
v2.0.13
What's Changed
- Adds syntax bug report issue template by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/168
- Possible fix for the color provider by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/179
- Removes unused imports from ./color by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/181
- fix: don't overwrite existing 'files.exclude' by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/184
- deps: bump @typescript-eslint/eslint-plugin from 5.30.5 to 5.32.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/174
- deps: bump eslint from 8.19.0 to 8.23.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/187
- deps: bump @types/node from 18.0.3 to 18.7.13 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/186
- deps: bump @typescript-eslint/parser from 5.30.5 to 5.35.1 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/188
- chore: prepare v2.0.13 releae by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/190
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.12...v2.0.13
v2.1.1-pre-release
What's Changed
- Fixed line with trailing spaces causing block to break by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/165
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.1.0-pre-release...v2.1.1-pre-release
v2.0.12
What's Changed
- Updated README.md by @KiloOscarSix in https://github.com/LuqueDaniel/vscode-language-renpy/pull/156
- deps: bump typescript from 4.6.4 to 4.7.4 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/152
- deps: bump @types/node from 17.0.31 to 18.0.3 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/157
- added "Exclude Compiled Files From Workspace" by @KiloOscarSix in https://github.com/LuqueDaniel/vscode-language-renpy/pull/155
- Updates publish workflow to support pre-releases by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/159
- Prepare v2.0.12 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/166
New Contributors
- @KiloOscarSix made their first contribution in https://github.com/LuqueDaniel/vscode-language-renpy/pull/156
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.11...v2.0.12
v2.1.0-pre-release
What's Changed
- Improved block capture and keywords by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/100
- Enable forced, consistent formatting by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/103
- New feature: styled strings by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/101
- Small fixes in python block and new indenting rules by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/104
- Applied formatting to most files by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/109
- Small fixes by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/117
- Eslint fixes by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/118
- Update vscode engine version and fixed two errors by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/119
- edit: Ignore use of requires, but still show a warning by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/120
- Merge master into new-syntax branch by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/121
- New feature: Document tokenizer by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/112
- Move to its own folder and fix python block end by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/127
- add: Automatic custom color rule injection by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/128
- reg: version 2.0.10 changes by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/129
- fix: Ignore comments in line continuation by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/130
- Pr by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/132
- New feature: Webpack bundler by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/131
- New feature: menu statement by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/102
- Small changes by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/134
- Port back old Ren'Py statements + pause statement by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/135
- New feature: Say statements by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/138
- Improved patterns (label, call and jump) by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/142
- New feature: ATL support by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/143
- [Add] Audio syntax support by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/146
- Updated README.md by @KiloOscarSix in https://github.com/LuqueDaniel/vscode-language-renpy/pull/156
- deps: bump typescript from 4.6.4 to 4.7.4 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/152
- deps: bump @types/node from 17.0.31 to 18.0.3 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/157
- added "Exclude Compiled Files From Workspace" by @KiloOscarSix in https://github.com/LuqueDaniel/vscode-language-renpy/pull/155
- Updates publish workflow to support pre-releases by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/159
- Adds basic PR validation by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/160
- Prepare v2.1.0 pre-release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/162
New Contributors
- @KiloOscarSix made their first contribution in https://github.com/LuqueDaniel/vscode-language-renpy/pull/156
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.11...v2.1.0-pre-release
v2.0.11
What's Changed
- Added default language icon by @pjpollina in https://github.com/LuqueDaniel/vscode-language-renpy/pull/140
- Listen to config changes and update value accordingly by @JelleInfinity (#147 and #149)
- Prepares 2.0.11 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/150
New Contributors
- @pjpollina made their first contribution in https://github.com/LuqueDaniel/vscode-language-renpy/pull/140
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.10...v2.0.11
v2.0.10
What's Changed
- fix: Allow double underscore in variable names by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/123
- chore: prepare 2.0.10 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/125
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.9...v2.0.10
v2.0.9
Fixes
- fix: Properly remove the leading slash by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/98
- fix: Don't overwrite the config file by @JelleInfinity in https://github.com/LuqueDaniel/vscode-language-renpy/pull/105
Other changes
- deps: bump typescript from 4.6.3 to 4.6.4 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/108
- deps: bump @types/mocha from 9.1.0 to 9.1.1 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/107
- deps: bump @types/node from 17.0.23 to 17.0.31 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/106
- chore: prepare 2.0.9 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/110
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.8...v2.0.9
2.0.8
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.6...v2.0.8
ℹ️ Due to an error with the publishing workflow, we've had to release two versions: 2.0.7 and 2.0.8.
Changes
- Improves detection of
label
,transform
,screen
,def
andclass
by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/94 - fix: Visual Studio Code.edit.py open files with spaces in the path by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/80
- Replace deprecated
substr
method withsubstring
by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/78
Development changes
- Adds Dependabot updates by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/81
- Update publishing workflow by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/90
- Update README.md and prepare v2.0.7 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/95
- Fix vscode engine version by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/96
- Bump vscode-test from 1.5.2 to 1.6.1 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/85
- Bump @types/mocha from 5.2.7 to 9.1.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/84
- Bump @types/node from 12.20.7 to 17.0.23 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/83
- Bump typescript from 3.9.9 to 4.6.2 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/82
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/87
- Bump typescript from 4.6.2 to 4.6.3 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/89
2.0.6
What's Changed
- Allow language-renpy to run in an untrusted workspace. by @renpytom in https://github.com/LuqueDaniel/vscode-language-renpy/pull/70
- Removes folding provider in favor of indentation-based folding by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/72
Fixes
- Fix folding class at the end of init python block #68.
- Other issues related to folding: #66 and #65.
New Contributors
- @renpytom made their first contribution in https://github.com/LuqueDaniel/vscode-language-renpy/pull/70
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.5...v2.0.6