From 5e5889a6c66b227f759c857618719e1c3212872a Mon Sep 17 00:00:00 2001 From: confused-Techie Date: Sun, 15 Dec 2024 17:44:29 -0800 Subject: [PATCH] Add new PR to changelog --- CHANGELOG.md | 14 +++++++++++--- packages/welcome/lib/changelog-view.js | 4 ++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0dee3355..f6c28a2377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,18 +8,26 @@ ## 1.124.0 -- Tree-sitter fixes and enhancements for `language-c` +- Enhanced spellcheck to allow spellchecking on sections of a buffer. Making it possible to spellcheck comments within code, which has been enabled by default. +- Tree-sitter fixes and enhancements for `language-c`. - Updated error message received when deleting a file in Linux to be more accurate. -- Fixed error that could cause some keymaps to not appear under a package in `settings-view` +- Fixed error that could cause some keymaps to not appear under a package in `settings-view`. ### Pulsar -- [settings-view] Fix Package keymap compatibility check [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/1161) - Tree-sitter rolling fixes, 1.124 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1148) - Fix Linux trash error message [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/1151) - electron-builder: Don't create differential update blockmaps [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1139) - CI: Update Cirrus Rolling release upload token [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1141) +#### spell-check + +- [spell-check] Allow the user to whitelist sections of a buffer for spellchecking on a per-language basis. [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1147) + +#### settings-view + +- [settings-view] Fix Package keymap compatibility check [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/1161) + ## 1.123.0 - Fixed SQL State Storage not loading when starting Pulsar from a self-contained binary like appImage, tar.gz, etc. diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index 1305449da7..bfba6364ff 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -49,6 +49,10 @@ export default class ChangeLogView {

Take a look at some of the awesome things {atom.branding.name} has changed:

Feel free to read our Full Change Log.