changelog: Add changelog entries for 1.115.0

This commit is contained in:
DeeDeeG 2024-03-22 20:00:20 -04:00
parent 10bafeee33
commit 0dffd9aec2
2 changed files with 25 additions and 13 deletions

View File

@ -6,8 +6,26 @@
## [Unreleased]
## 1.115.0
- Added a try/catch around an overly-optimistic `fs` check that caused Teletype code to error out
- Improved accuracy of indentation hinting in modern Tree-sitter grammars, especially in multi-cursor scenarios.
- Improved the ability of the user to opt into a specific kind of grammar for a specific language.
- Changed the behavior of the `grammar-selector` package so that it will show the user's preferred grammar for a specific language.
- Updated to version `0.20.9` of `web-tree-sitter`.
- Improved syntax highlighting, indentation, and code folding in various languages, including TypeScript, shell scripts, Ruby, and C/C++.
- Fixed some folds in Ruby like `unless`, some blocks, multiline comments, function calls, and different array syntaxes for strings and keywords.
### Pulsar
- Fixed: Cirrus: Install older dotenv gem version ~> 2.8 (< 3) [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/937)
- Fixed: CI: Update Rolling upload token for Cirrus CI [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/936)
- Fixed: Fix(fuzzy-finder) fs.lstatSync throws Exception if not a file or dir [@schadomi7](https://github.com/pulsar-edit/pulsar/pull/944)
- Fixed: cirrus: Various fixes for macOS Cirrus CI [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/961)
- Fixed: cirrus: Update Rolling upload token again [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/960)
- Fixed: Tree-sitter rolling fixes: 1.115 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/941)
- Fixed: Fixed folds for Ruby [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/956)
## 1.114.0
- Prevented an exception raised in the command palette in certain unusual filtering scenarios.

View File

@ -50,31 +50,25 @@ export default class ChangeLogView {
<p>Feel free to read our <a href="https://github.com/pulsar-edit/pulsar/blob/master/CHANGELOG.md">Full Change Log</a>.</p>
<ul>
<li>
Prevented an exception raised in the command palette in certain unusual filtering scenarios.
Added a try/catch around an overly-optimistic `fs` check that caused Teletype code to error out
</li>
<li>
Refrain from rendering anchor icons when showing a package's README file in `settings-view`.
Improved accuracy of indentation hinting in modern Tree-sitter grammars, especially in multi-cursor scenarios.
</li>
<li>
Build Linux binaries on Debian 10, for older glibc and compatibility with older Linux distros.
Improved the ability of the user to opt into a specific kind of grammar for a specific language.
</li>
<li>
Fixed a rendering error in `atom.ui.markdown.render` when `disableMode` was set to `"strict"` and the input contained HTML line breaks.
Changed the behavior of the `grammar-selector` package so that it will show the user's preferred grammar for a specific language.
</li>
<li>
Added support for the semanticolor package in modern tree-sitter grammars.
Updated to version `0.20.9` of `web-tree-sitter`.
</li>
<li>
Added new `--force` flag to `ppm link` command that will uninstall any conflicting package already installed.
Improved syntax highlighting, indentation, and code folding in various languages, including TypeScript, shell scripts, Ruby, and C/C++.
</li>
<li>
Added language entity colors to `syntax-variables.less`.
</li>
<li>
Numerous Tree-Sitter Grammar syntax highlighting fixes.
</li>
<li>
Bumped dugite to make the github package compatible with ARM Linux.
Fixed some folds in Ruby like `unless`, some blocks, multiline comments, function calls, and different array syntaxes for strings and keywords.
</li>
</ul>