Skip to content

Commit

Permalink
Merge pull request #1164 from pulsar-edit/1.124.0-changelog
Browse files Browse the repository at this point in the history
v1.124.0 Changelog
  • Loading branch information
confused-Techie authored Dec 16, 2024
2 parents b04e997 + 5e5889a commit d8c0585
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@

## [Unreleased]

## 1.124.0

- 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`.

### Pulsar

- 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
9 changes: 5 additions & 4 deletions packages/welcome/lib/changelog-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,17 @@ export default class ChangeLogView {
<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>
Fixed SQL State Storage not loading when starting Pulsar from a self-contained binary like appImage, tar.gz, etc.
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>
[symbols-view] Allow project-wide symbol search to consider results from more than one provider.
Tree-sitter fixes and enhancements for <code>language-c</code>.
</li>
<li>
Tree-sitter fixes and enhancements for hyperlinks, C, and shell scripts.
Updated error message received when deleting a file in Linux to be more accurate.
</li>
<li>
Restore use of <code>shell.moveItemToTrash</code> API in tree-view, for Electron 12 compatibility.
Fixed error that could cause some keymaps to not appear under a package in <code>settings-view</code>.
</li>
</ul>

Expand Down

0 comments on commit d8c0585

Please sign in to comment.