Skip to content

Commit

Permalink
Merge pull request #1143 from pulsar-edit/Changelog-1.123.0
Browse files Browse the repository at this point in the history
Changelog: Update for 1.123.0
  • Loading branch information
confused-Techie authored Nov 21, 2024
2 parents b010221 + f1fdce7 commit d5918bb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,22 @@

## [Unreleased]

## 1.123.0

- Fixed SQL State Storage not loading when starting Pulsar from a self-contained binary like appImage, tar.gz, etc.
- [symbols-view] Allow project-wide symbol search to consider results from more than one provider.
- Tree-sitter fixes and enhancements for hyperlinks, C, and shell scripts.
- Restore use of `shell.moveItemToTrash` API in tree-view, for Electron 12 compatibility.

### Pulsar

- Tree-sitter rolling fixes, 1.123 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1118)
- [symbols-view] Allow project-wide symbol searches to consider multiple providers [@savetheclocktower](github.com/pulsar-edit/pulsar/pull/1133)
- electron-builder: Fix race condition when preparing to copy binaries [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1137)
- [ci] Update GitHub Token in CirrusCI config [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/1134)
- Fixing requiring of better-sqlite3 [@mauricioszabo](github.com/pulsar-edit/pulsar/pull/1122)
- Revert removal of `shell.moveItemToTrash` [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1125)
- CI: Bump macOS runner images from macos-12 to macos-13 [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1120)

## 1.122.0

Expand Down
26 changes: 4 additions & 22 deletions packages/welcome/lib/changelog-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,34 +50,16 @@ 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>
Added a SQL State Storage alternative to IndexedDB (opt-in, off by default).
Fixed SQL State Storage not loading when starting Pulsar from a self-contained binary like appImage, tar.gz, etc.
</li>
<li>
Repackaged the AppImage so it uses our launcher script internally (supports more CLI/launch flags).
[symbols-view] Allow project-wide symbol search to consider results from more than one provider.
</li>
<li>
[language-php] Highlighted “null-safe” property access correctly.
Tree-sitter fixes and enhancements for hyperlinks, C, and shell scripts.
</li>
<li>
[language-c] Scoped template delimiters properly in C++.
</li>
<li>
[language-c] Consolidated common highlighting queries between the C and C++ grammars for more consistency in syntax highlighting.
</li>
<li>
Fixed incorrect behavior in certain scenarios for “Fold at Indent Level X” commands.
</li>
<li>
Fixed exception when resolving divided folds (e.g., <code>#ifdefs</code> in C/C++).
</li>
<li>
Avoided "length of null" error in autocomplete-plus for the PHP Tree-sitter grammar.
</li>
<li>
Preserved <code>/usr/bin/pulsar</code> and <code>/usr/bin/ppm</code> on RPM updates.
</li>
<li>
[tree-view] Moved to a more modern API for file removal in preparation for an Electron upgrade.
Restore use of <code>shell.moveItemToTrash</code> API in tree-view, for Electron 12 compatibility.
</li>
</ul>

Expand Down

0 comments on commit d5918bb

Please sign in to comment.