Releases: renpy/vscode-language-renpy
v2.2.0
✨Yeah! ✨
After a long road, we have been able to launch this new version that lays the foundation to develop new features and improve the existing ones.
All thanks to every contributor and user who has helped us to test, validate and improve. Especially to @duckdoom4 whose tokenizer is the centerpiece of this update.
Thank you all!
What's Changed
- Improved block capture and keywords by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/100
- Enable forced, consistent formatting by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/103
- New feature: styled strings by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/101
- Small fixes in python block and new indenting rules by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/104
- Applied formatting to most files by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/109
- Small fixes by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/117
- Eslint fixes by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/118
- Update vscode engine version and fixed two errors by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/119
- edit: Ignore use of requires, but still show a warning by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/120
- Merge master into new-syntax branch by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/121
- New feature: Document tokenizer by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/112
- Move to its own folder and fix python block end by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/127
- add: Automatic custom color rule injection by @duckdoom4 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 @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/130
- Pr by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/132
- New feature: Webpack bundler by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/131
- New feature: menu statement by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/102
- Small changes by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/134
- Port back old Ren'Py statements + pause statement by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/135
- New feature: Say statements by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/138
- Improved patterns (label, call and jump) by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/142
- New feature: ATL support by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/143
- [Add] Audio syntax support by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/146
- 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
- Fixed line with trailing spaces causing block to break by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/165
- Change
warnOnInvalidVariableNames
config to boolean by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/173 - Fix scene statement highlighting by @Booplicate in https://github.com/LuqueDaniel/vscode-language-renpy/pull/185
- Merge master into develop by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/192
- Pre-release v2.1.2 by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/193
- Allow webpack to execute when installed locally by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/232
- Update python syntax patterns by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/236
- Update the tokenizer patterns by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/235
- Fix/float syntax highlight error by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/237
- Syntax updates by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/239
- Syntax updates by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/240
- Basic screen lang by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/250
- Prepare 2.1.3-pre-release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/251
- Adds GitHub Actions to Dependabot updates by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/258
- deps: bump eslint-plugin-import from 2.26.0 to 2.27.5 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/262
- deps: bump @typescript-eslint/parser from 5.50.0 to 5.52.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/261
- deps: bump @typescript-eslint/eslint-plugin from 5.50.0 to 5.52.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/259
- deps: bump @types/node from 18.11.19 to 18.13.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/260
- Draft: First check if a key already exists by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/264
- Prepare 2.1.4-pre-release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/265
- Invert conditional by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/266
- Bump version by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/267
- Update
develop
by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/269 - Properly handle escaped slashes at the end of a string by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/277
- Bump version by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/278
- Fix over extended python line by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/279
- Update custom containers by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/280
- Fix incorrect check by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/281
- Chore: Allow 000*.rpy files in renpy/common by @a2937 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/300
- RunRenpyViaplugin by @seanj29 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/291
- Fix command titles to match convention by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/303
- Ignore dist folder by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/301
- Chore(Enhancement) - Add a command that cleans up compiled files. by @a2937 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/304
- Adds PR Check to master by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/308
- Fixed say statements messing with strings by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/316
- Tokenizer updates by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/317
- Merge master into develop by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/318
- Merge master into develop by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/320
- Merge develop into master (Public Release) by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/319
- deps: bump webpack from 5.74.0 to 5.76.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/321
- Release 2.2.0 by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/325
- deps: bump eslint from 8.34.0 to 8.42.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/322
- deps: bump @typescript-eslint/parser from 5.53.0 to 5.59.8 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/323
- deps: bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.59.8 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/324
New Contributors
- @Booplicate made their first contribution in https://github.com/LuqueDaniel/vscode-language-renpy/pull/185
- @seanj29 made their first contribution in https://github.com/LuqueDaniel/vscode-language-renpy/pull/291
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.16...v2.2.0
v2.1.7-pre-release
What's Changed
- Fix over extended python line by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/279
- Update custom containers by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/280
- Fix incorrect check by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/281
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.1.6-pre-release...v2.1.7-pre-release
v2.1.6-pre-release
What's Changed
- Improved block capture and keywords by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/100
- Enable forced, consistent formatting by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/103
- New feature: styled strings by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/101
- Small fixes in python block and new indenting rules by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/104
- Applied formatting to most files by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/109
- Small fixes by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/117
- Eslint fixes by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/118
- Update vscode engine version and fixed two errors by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/119
- edit: Ignore use of requires, but still show a warning by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/120
- Merge master into new-syntax branch by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/121
- New feature: Document tokenizer by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/112
- Move to its own folder and fix python block end by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/127
- add: Automatic custom color rule injection by @duckdoom4 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 @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/130
- Pr by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/132
- New feature: Webpack bundler by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/131
- New feature: menu statement by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/102
- Small changes by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/134
- Port back old Ren'Py statements + pause statement by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/135
- New feature: Say statements by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/138
- Improved patterns (label, call and jump) by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/142
- New feature: ATL support by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/143
- [Add] Audio syntax support by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/146
- 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
- Fixed line with trailing spaces causing block to break by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/165
- Change
warnOnInvalidVariableNames
config to boolean by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/173 - Fix scene statement highlighting by @Booplicate in https://github.com/LuqueDaniel/vscode-language-renpy/pull/185
- Merge master into develop by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/192
- Pre-release v2.1.2 by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/193
- Allow webpack to execute when installed locally by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/232
- Update python syntax patterns by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/236
- Update the tokenizer patterns by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/235
- Fix/float syntax highlight error by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/237
- Syntax updates by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/239
- Syntax updates by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/240
- Basic screen lang by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/250
- Prepare 2.1.3-pre-release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/251
- Adds GitHub Actions to Dependabot updates by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/258
- deps: bump eslint-plugin-import from 2.26.0 to 2.27.5 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/262
- deps: bump @typescript-eslint/parser from 5.50.0 to 5.52.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/261
- deps: bump @typescript-eslint/eslint-plugin from 5.50.0 to 5.52.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/259
- deps: bump @types/node from 18.11.19 to 18.13.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/260
- Draft: First check if a key already exists by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/264
- Prepare 2.1.4-pre-release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/265
- Invert conditional by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/266
- Bump version by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/267
- Update
develop
by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/269 - Properly handle escaped slashes at the end of a string by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/277
- Bump version by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/278
New Contributors
- @Booplicate made their first contribution in https://github.com/LuqueDaniel/vscode-language-renpy/pull/185
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.16...v2.1.6-pre-release
v2.1.5-pre-release
What's Changed
- Invert conditional by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/266
- Bump version by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/267
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.1.4-pre-release...v2.1.5-pre-release
v2.1.4-pre-release
What's Changed
- Draft: First check if a key already exists by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/264
- Prepare 2.1.4-pre-release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/265
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.1.3-pre-release...v2.1.4-pre-release
v2.0.16
What's Changed
- Fix missing JSON files in the extension package by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/254
- chore: prepare 2.0.16 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/256
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.15...v2.0.16
v2.1.3-pre-release
What's Changed
- Allow webpack to execute when installed locally by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/232
- Update python syntax patterns by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/236
- Update the tokenizer patterns by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/235
- Fix/float syntax highlight error by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/237
- Syntax updates by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/239
- Syntax updates by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/240
- Basic screen lang by @duckdoom4 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/250
- Prepare 2.1.3-pre-release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/251
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.1.2-pre-release...v2.1.3-pre-release
v2.0.15
What's Changed
- deps: bump json5 from 1.0.1 to 1.0.2 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/230
- deps: bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.47.1 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/229
- deps: bump eslint from 8.29.0 to 8.32.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/234
- deps: bump @typescript-eslint/parser from 5.45.0 to 5.49.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/233
- Fix excludeCompiledFilesFromWorkspace option by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/238
- deps: bump eslint from 8.32.0 to 8.33.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/241
- deps: bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.50.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/242
- deps: bump @typescript-eslint/parser from 5.49.0 to 5.50.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/244
- deps: bump @types/node from 18.11.10 to 18.11.19 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/246
- chore: prepare 2.0.15 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/248
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.14...v2.0.15
v2.0.14
What's Changed
- [Fix] enables the extension when the language is renpy by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/221
- deps: bump @typescript-eslint/parser from 5.35.1 to 5.36.1 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/200
- deps: bump @types/node from 18.7.13 to 18.7.23 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/205
- deps: bump @typescript-eslint/eslint-plugin from 5.32.0 to 5.38.1 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/207
- deps: bump typescript from 4.7.4 to 4.8.4 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/206
- deps: bump @typescript-eslint/parser from 5.36.1 to 5.45.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/219
- deps: bump eslint from 8.23.0 to 8.29.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/220
- deps: bump @typescript-eslint/eslint-plugin from 5.38.1 to 5.45.0 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/218
- deps: bump @types/node from 18.7.23 to 18.11.10 by @dependabot in https://github.com/LuqueDaniel/vscode-language-renpy/pull/217
- Prepare v2.0.14 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/222
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.13...v2.0.14
v2.1.2-pre-release
What's Changed
- Adds syntax bug report issue template by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/168
- Change
warnOnInvalidVariableNames
config to boolean by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/173 - 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
- Fix scene statement highlighting by @Booplicate in https://github.com/LuqueDaniel/vscode-language-renpy/pull/185
- 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
- Pre-release v2.1.2 by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/193
New Contributors
- @Booplicate made their first contribution in https://github.com/LuqueDaniel/vscode-language-renpy/pull/185
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.1.1-pre-release...v2.1.2-pre-release