Added changelog notes for Tree-sitter changes

This commit is contained in:
confused-Techie 2024-07-15 17:45:20 -07:00
parent ceedf3e6cb
commit da285ded26
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,8 @@
## 1.119.0
- Changed `language-php` to continue syntax-highlighting even when encountering unbalanced PHP tags.
- Indentation, fold, and highlighting fixes in `language-python`, `language-javascript`, `language-typescript`, `language-shell` and `language-c`.
- Worked around API breakage (FreeBSD `libiconv` vs GNU `libiconv`) in the `iconv` library shipped in macOS 13+
- Fix `--no-sandbox` flag not being applied to the `.desktop` launcher on Linux (Fixes Dev Tools)

View File

@ -52,6 +52,12 @@ export default class ChangeLogView {
<li>
Worked around API breakage (FreeBSD <code>libiconv</code> vs GNU <code>libiconv</code>) in the <code>iconv</code> library shipped in macOS 13+
</li>
<li>
Changed `language-php` to continue syntax-highlighting even when encountering unbalanced PHP tags.
</li>
<li>
Indentation, fold, and highlighting fixes in <code>language-python</code>, <code>language-javascript</code>, <code>language-typescript</code>, <code>language-shell</code> and <code>language-c</code>.
</li>
<li>
Fix <code>--no-sandbox</code> flag not being applied to the <code>.desktop</code> launcher on Linux (Fixes Dev Tools).
</li>