You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pulsar [1.120.0](https://github.com/pulsar-edit/pulsar/releases/tag/v1.120.0) is available now!
12
+
13
+
<!-- more -->
14
+
15
+
## Pulsar 1.120.0: Keeping it clean!
16
+
17
+
This release is fully of housekeeping, fixes, Tree-sitter improvements and more.
18
+
19
+
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!)
20
+
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.
21
+
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.
22
+
We now handle indents/leading whitespace better for all the snippets users out there! Snippet fearlessly, now with proper indentation handling!
23
+
And, last but not least, we fixed a stray link in 'CONTRIBUTING.md'.
24
+
25
+
As always thanks a ton for all of the support for the project, and we look forward to seeing you amongst the stars.
26
+
27
+
\- The Pulsar Team
28
+
29
+
---
30
+
31
+
- Resolved some issues of using `pulsar -p` to access `ppm` in the command line on Windows.
32
+
- Added a new icon for Pulsar on Windows, increasing its visual fidelity in most locations.
33
+
-[snippets] Fixed an issue with expanding snippet variables in certain scenarios if the snippet inserted new lines into the buffer.
34
+
- Updated misconfigured links in the `CONTRIBUTING.md` file.
35
+
-[ppm] Resolved an issue that could prevent renaming an existing package.
36
+
- Various Tree-sitter improvements (folds, indents, custom queries, grammar updates...)
37
+
38
+
### Pulsar
39
+
40
+
- Fixed: Tree-sitter rolling fixes 1.120 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1062)
41
+
- Updated: ppm: Update ppm to commit d9bcff111146547e1f4dec63 [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1075)
42
+
- Fixed: [snippets] Fix incorrect range traversal when resolving variables [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1043)
|[deb](https://github.com/pulsar-edit/pulsar/releases/download/v1.119.0/ARM.Linux.pulsar_1.119.0_arm64.deb)| Debian/Ubuntu etc. |
134
-
|[rpm](https://github.com/pulsar-edit/pulsar/releases/download/v1.119.0/ARM.Linux.pulsar-1.119.0.aarch64.rpm)| Fedora/RHEL etc. |
135
-
|[AppImage](https://github.com/pulsar-edit/pulsar/releases/download/v1.119.0/ARM.Linux.Pulsar-1.119.0-arm64.AppImage)<sup>[1][2]</sup> | All distributions |
136
-
|[tar.gz](https://github.com/pulsar-edit/pulsar/releases/download/v1.119.0/ARM.Linux.pulsar-1.119.0-arm64.tar.gz)| All distributions |
133
+
|[deb](https://github.com/pulsar-edit/pulsar/releases/download/v1.120.0/ARM.Linux.pulsar_1.120.0_arm64.deb)| Debian/Ubuntu etc. |
134
+
|[rpm](https://github.com/pulsar-edit/pulsar/releases/download/v1.120.0/ARM.Linux.pulsar-1.120.0.aarch64.rpm)| Fedora/RHEL etc. |
135
+
|[AppImage](https://github.com/pulsar-edit/pulsar/releases/download/v1.120.0/ARM.Linux.Pulsar-1.120.0-arm64.AppImage)<sup>[1][2]</sup> | All distributions |
136
+
|[tar.gz](https://github.com/pulsar-edit/pulsar/releases/download/v1.120.0/ARM.Linux.pulsar-1.120.0-arm64.tar.gz)| All distributions |
137
137
138
138
[1] Appimage may require `--no-sandbox` as an argument to run correctly on some systems.
139
139
[2] Some distributions no longer ship with `libfuse2` which Appimage requires to run. You may need to install this manually, e.g on Ubuntu >=22.04 `apt install libfuse2`.
@@ -152,15 +152,15 @@ Current version is [v1.119.0](https://github.com/pulsar-edit/pulsar/releases/tag
0 commit comments