-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add blog post and update download page for Pulsar 1.120.0
Blurb (blog post content) by myself and confused-Techie Co-authored-by: confused_techie <[email protected]>
- Loading branch information
1 parent
10c1602
commit 39a1479
Showing
2 changed files
with
67 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
title: "Pulsar 1.120.0: Keeping it clean!" | ||
author: DeeDeeG | ||
date: 2024-08-17 | ||
category: | ||
- dev | ||
tag: | ||
- release | ||
--- | ||
|
||
Pulsar [1.120.0](https://github.com/pulsar-edit/pulsar/releases/tag/v1.120.0) is available now! | ||
|
||
<!-- more --> | ||
|
||
## Pulsar 1.120.0: Keeping it clean! | ||
|
||
This release is fully of housekeeping, fixes, Tree-sitter improvements and more. | ||
|
||
Our icon on Windows got some TLC to look less crunchy! It should look better just about everywhere (on the taskbar, in the installer, Pulsar's window title bar, explorer context menu, you name it!) | ||
There's our regular Tree-sitter improvements, like indentation improvements in JavaScript and Typescript, improved syntax highlighting in TypeScript, with general improvements to code folding, and new hackability on query files. | ||
We've enhanced the functionality of the 'pulsar -p' switch for accessing 'ppm', and checked its correctness. No more printing the versions for Pulsar when you meant to print the version of 'ppm'! Arguments / subcommands should make it safely to 'ppm' as you intended. (On Windows -- enhancements will come to Linux and macOS soon™️!) Further with PPM stale dependencies have been removed and updated as needed. | ||
We now handle indents/leading whitespace better for all the snippets users out there! Snippet fearlessly, now with proper indentation handling! | ||
And, last but not least, we fixed a stray link in 'CONTRIBUTING.md'. | ||
|
||
As always thanks a ton for all of the support for the project, and we look forward to seeing you amongst the stars. | ||
|
||
\- The Pulsar Team | ||
|
||
--- | ||
|
||
- Resolved some issues of using `pulsar -p` to access `ppm` in the command line on Windows. | ||
- Added a new icon for Pulsar on Windows, increasing its visual fidelity in most locations. | ||
- [snippets] Fixed an issue with expanding snippet variables in certain scenarios if the snippet inserted new lines into the buffer. | ||
- Updated misconfigured links in the `CONTRIBUTING.md` file. | ||
- [ppm] Resolved an issue that could prevent renaming an existing package. | ||
- Various Tree-sitter improvements (folds, indents, custom queries, grammar updates...) | ||
|
||
### Pulsar | ||
|
||
- Fixed: Tree-sitter rolling fixes 1.120 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1062) | ||
- Updated: ppm: Update ppm to commit d9bcff111146547e1f4dec63 [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1075) | ||
- Fixed: [snippets] Fix incorrect range traversal when resolving variables [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1043) | ||
- Added: [windows] Improve Icon [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/1072) | ||
- Added: Use a different strategy for `pulsar -p` on Windows... [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1063) | ||
- Fixed: CONTRIBUTING.MD link to section fixed [@gsabatini2016](https://github.com/pulsar-edit/pulsar/pull/1067) | ||
|
||
### PPM | ||
|
||
- Updated: Begin less reliance on `async` package: Await as we go [@confused-Techie](https://github.com/pulsar-edit/ppm/pull/134) | ||
- Fixed: Fix incorrect behavior on package rename [@savetheclocktower](https://github.com/pulsar-edit/ppm/pull/135) | ||
- Updated: Update many dependencies [@DeeDeeG](https://github.com/pulsar-edit/ppm/pull/133) | ||
- Revert: Revert "CI: Work around a weird bug in Yarn v1.x" [@DeeDeeG](https://github.com/pulsar-edit/ppm/pull/131) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters