From 3062b8a16680519095ff25ac5f3003bb395d7eab Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Thu, 17 Oct 2024 23:11:40 -0400 Subject: [PATCH] Changelog: Update for 1.122.0 --- CHANGELOG.md | 23 ++++++++++++++++++++ packages/welcome/lib/changelog-view.js | 29 +++++++++----------------- 2 files changed, 33 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f76e554f..e3ebaed8c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,29 @@ ## [Unreleased] +## 1.122.0 + +- Added a SQL State Storage alternative to IndexedDB (opt-in, off by default). +- Repackaged the AppImage so it uses our launcher script internally (supports more CLI/launch flags). +- [language-php] Highlighted “null-safe” property access correctly. +- [language-c] Scoped template delimiters properly in C++. +- [language-c] Consolidated common highlighting queries between the C and C++ grammars for more consistency in syntax highlighting. +- Fixed incorrect behavior in certain scenarios for “Fold at Indent Level X” commands. +- Fixed exception when resolving divided folds (e.g., `#ifdefs` in C/C++). +- Avoided "length of null" error in autocomplete-plus for the PHP Tree-sitter grammar. +- Preserved `/usr/bin/pulsar` and `/usr/bin/ppm` on RPM updates. +- [tree-view] Moved to a more modern API for file removal in preparation for an Electron upgrade. + +### Pulsar + +- Added: Adding a SQL State Storage instead of IndexedDB [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/917) +- Fixed: Fix AppImage executable [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1069) +- Fixed: Tree-sitter rolling fixes, 1.122 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1101) +- Fixed: Fix reading error of length property on null [@Digitalone1](https://github.com/pulsar-edit/pulsar/pull/1058) +- Fixed: Preserve `/usr/bin/pulsar` and `/usr/bin/ppm` on RPM updates [@am97](https://github.com/pulsar-edit/pulsar/pull/1091) +- Updated: [tree-view] Remove deprecated usage of `shell.moveItemToTrash` [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1109) + + ## 1.121.0 - Updated `web-tree-sitter` to version 0.23.0. diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index a93ccf9f83..8f47460936 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -50,43 +50,34 @@ export default class ChangeLogView {

Feel free to read our Full Change Log.