diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index e9210c253e..8f47460936 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -50,45 +50,6 @@ export default class ChangeLogView {
Feel free to read our Full Change Log.
web-tree-sitter
to version 0.23.0.
- tree-sitter-css
to the latest version
- tree-sitter-markdown
to the latest version.
- tree-sitter-html
and tree-sitter-embedded-template
to their latest versions.
- tree-sitter-javascript
to the latest version.
- tree-sitter-typescript
to the latest version.
- @match.next
capture for advanced control of how indentation should change from one line to the next.
- indent.matchesComparisonRow
and indent.matchesCurrentRow
for comparing arbitrary positions in a Tree-sitter node tree to the operative rows in an indentation suggestion query. Makes it possible to say things like “decrease the indent on line 10 if a statement ends on line 9.”
- indent.matchIndentOf
and indent.offsetIndent
to indent.match
and indent.offset
, respectively. The old names still work as aliases.
- pulsar
script’s ability to find the user’s Pulsar installation location on Linux.
- pulsar -p
now invokes ppm
without having to launch Pulsar itself.
- ppm rebuild
command on ARM (Apple Silicon) Macs
-=======
Added a SQL State Storage alternative to IndexedDB (opt-in, off by default).