From 0dffd9aec2eaf6da3cfcadfa980f269bd8a47d35 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Fri, 22 Mar 2024 20:00:20 -0400 Subject: [PATCH] changelog: Add changelog entries for 1.115.0 --- CHANGELOG.md | 18 ++++++++++++++++++ packages/welcome/lib/changelog-view.js | 20 +++++++------------- 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08aaa296f..4e619bc29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index 43099ef2e..059f2459f 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -50,31 +50,25 @@ export default class ChangeLogView {

Feel free to read our Full Change Log.