Skip to content

Commit

Permalink
Add new PR to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Dec 16, 2024
1 parent f695ec4 commit 5e5889a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions packages/welcome/lib/changelog-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ export default class ChangeLogView {
<p>Take a look at some of the awesome things {atom.branding.name} has changed:</p>
<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>
Enhanced spellcheck to allow spellchecking on sections of a buffer.
Making it possible to spellcheck comments within code, which has been enabled by default.
</li>
<li>
Tree-sitter fixes and enhancements for <code>language-c</code>.
</li>
Expand Down

0 comments on commit 5e5889a

Please sign in to comment.