Skip to content

Commit

Permalink
Update changelog notes
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Dec 16, 2024
1 parent 7ab0460 commit f695ec4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

## [Unreleased]

## 1.124.0

- 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

- [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)

## 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: 3 additions & 6 deletions packages/welcome/lib/changelog-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,13 @@ 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.
Tree-sitter fixes and enhancements for <code>language-c</code>.
</li>
<li>
[symbols-view] Allow project-wide symbol search to consider results from more than one provider.
Updated error message received when deleting a file in Linux to be more accurate.
</li>
<li>
Tree-sitter fixes and enhancements for hyperlinks, C, and shell scripts.
</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 f695ec4

Please sign in to comment.