From 657026a11ec6d4160a825a7e804576713eabfbe9 Mon Sep 17 00:00:00 2001 From: confused_techie Date: Fri, 22 Mar 2024 07:22:08 -0700 Subject: [PATCH] 1.115.0 Changelog Entries --- CHANGELOG.md | 15 +++++++++++++++ packages/welcome/lib/changelog-view.js | 22 +++++----------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0657be76f..2515f8eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ ## [Unreleased] - Fixed some folds in Ruby like `unless`, some blocks, multiline comments, function calls, and different array syntaxes for strings and keywords. +## 1.115.0 +- Improved the 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++. + +### Pulsar +- Fixed: Fixed folds for Ruby [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/956) +- Fixed: Tree-sitter fixes: 1.115 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/941) +- Updated: cirrus: Update Rolling upload token again [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/960) +- Fixed: cirrus: Various fixes for macOS Cirrus CI [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/961) +- Fixed: Fix(fuzzy-finder) fs.lstatSync throws Exception if not a file or dir [@schadomi7](https://github.com/pulsar-edit/pulsar/pull/944) +- Updated: CI: Update Rolling upload token for Cirrus CI [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/936) +- Updated: Cirrus: Install older dotenv gem version ~> 2.8 (< 3) [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/937) ## 1.114.0 diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index 43099ef2e..34481a946 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -50,31 +50,19 @@ export default class ChangeLogView {

Feel free to read our Full Change Log.