|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 | <!-- Add all new changes here. They will be moved under a version at release -->
|
5 | | -* `FIX` cannot debug in Linux due to lua-debug expecting host process to have lua54 symbols available |
6 | | -* `NEW` support custom addons path for enhanced editor flexibility |
7 | | -* `FIX` support hex color codes with `#` in `textDocument/documentColor` |
| 5 | + |
| 6 | +## 3.15.0 |
| 7 | +`2025年6月25日` |
| 8 | +* `NEW` Support custom addons path for enhanced editor flexibility |
| 9 | +* `NEW` Add `Lua.type.maxUnionVariants` which can be set to limit how many union variants are checked against |
| 10 | +* `CHG` Add missing locale |
| 11 | +* `CHG` Fulfill zh-tw translations |
| 12 | +* `FIX` Cannot debug in Linux due to lua-debug expecting host process to have lua54 symbols available |
| 13 | +* `FIX` Support hex color codes with `#` in `textDocument/documentColor` |
8 | 14 | * `FIX` Prevent class methods from triggering missing-fields diagnostics
|
9 | | -* `ADD` missing locale |
10 | | -* `FIX` updates the EmmyLuaCodeStyle submodule reference to a newer commit, ensuring compatibility with GCC 15 |
11 | | -* `CHG` fulfill zh-tw translations |
12 | | -* `FIX` large unions will no longer erroneously fail to match later variants |
13 | | -* `ADD` Lua.type.maxUnionVariants which can be set to limit how many union variants are checked against |
| 15 | +* `FIX` Updates the EmmyLuaCodeStyle submodule reference to a newer commit, ensuring compatibility with GCC 15 |
| 16 | +* `FIX` Large unions will no longer erroneously fail to match later variants |
14 | 17 |
|
15 | 18 | ## 3.14.0
|
16 | 19 | `2025年4月7日`
|
|
0 commit comments