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
title: "Pulsar v1.127.0: Marching to the Beat of our own Drum"
3
+
author: DeeDeeG
4
+
date: 2025-03-26
5
+
category:
6
+
- dev
7
+
tag:
8
+
- release
9
+
---
10
+
11
+
Pulsar [1.127.0](https://github.com/pulsar-edit/pulsar/releases/tag/v1.127.0) is available now!
12
+
13
+
<!-- more -->
14
+
15
+
## Pulsar v1.127.0: Marching to the beat of our Own Drum
16
+
17
+
Another release to round out this month. Enjoy.
18
+
19
+
As always, a huge thank you to our community, contributors, and donations.
20
+
Happy coding, and see you amongst the stars!
21
+
\- The Pulsar Team
22
+
23
+
---
24
+
25
+
- Added a Jasmine 2-based test runner, migrated core editor tests to use it. Packages bundled into the core editor can migrate their tests to use this as well, over time. The Jasmine 1 test runner remains available.
26
+
- Added `--enable-features=UseOzonePlatform` and `--ozone-platform=wayland` as parameters when running under Wayland on Linux (avoids using xwayland, which causes rendering problems on some systems, especially with NVidia)
27
+
- Many Tree-sitter/parser/grammar improvements.
28
+
- Updated to `web-tree-sitter` version `0.25.3`.
29
+
- Fixed a bug preventing folds from updating after code changes in some scenarios.
30
+
- Better folding behavior in Python.
31
+
- Better folding and syntax highlighting in Ruby of `case`/`in` statements.
32
+
- Better syntax highlighting of private members in JavScript.
33
+
- Better folding of multiline comments in PHP.
34
+
- Updated the `read` dependency in ppm
35
+
36
+
### Pulsar
37
+
38
+
- ppm: Update ppm to commit a6f843f0381f64cb5865efc7 [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1252)
39
+
- Tree-sitter rolling fixes, 1.127 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1240)
|[deb](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/ARM.Linux.pulsar_1.126.0_arm64.deb)| Debian/Ubuntu etc. |
134
-
|[rpm](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/ARM.Linux.pulsar-1.126.0.aarch64.rpm)| Fedora/RHEL etc. |
135
-
|[AppImage](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/ARM.Linux.Pulsar-1.126.0-arm64.AppImage)<sup>[1][2]</sup> | All distributions |
136
-
|[tar.gz](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/ARM.Linux.pulsar-1.126.0-arm64.tar.gz)| All distributions |
133
+
|[deb](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/ARM.Linux.pulsar_1.127.1_arm64.deb)| Debian/Ubuntu etc. |
134
+
|[rpm](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/ARM.Linux.pulsar-1.127.1.aarch64.rpm)| Fedora/RHEL etc. |
135
+
|[AppImage](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/ARM.Linux.Pulsar-1.127.1-arm64.AppImage)<sup>[1][2]</sup> | All distributions |
136
+
|[tar.gz](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/ARM.Linux.pulsar-1.127.1-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.126.0](https://github.com/pulsar-edit/pulsar/releases/tag
0 commit comments