Skip to content

Commit d9b0530

Browse files
authored
Merge pull request #295 from pulsar-edit/1.127.0-blog-post-and-download-links
Add blog posts and update download links for Pulsar 1.127.0 & Hotfix 1.127.1
2 parents 417c20d + b828da2 commit d9b0530

File tree

3 files changed

+91
-15
lines changed

3 files changed

+91
-15
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
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)
40+
- Wayland pulsar script [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/1246)
41+
- Update jasmine to 2.x [@kiskoza](https://github.com/pulsar-edit/pulsar/pull/990)
42+
43+
### ppm
44+
45+
- Update to read v3 [@2colours](https://github.com/pulsar-edit/ppm/pull/150)
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "Pulsar v1.127.1 (Hotfix)"
3+
author: DeeDeeG
4+
date: 2025-03-29
5+
category:
6+
- dev
7+
tag:
8+
- release
9+
---
10+
11+
Pulsar [1.127.1](https://github.com/pulsar-edit/pulsar/releases/tag/v1.127.1) is available now!
12+
13+
<!-- more -->
14+
15+
## Pulsar v1.127.1 (Hotfix)
16+
17+
Here's a quick hotfix release, reverting a change that caused an issue for Linux users.
18+
19+
(For all other changes since v1.126.0, please see the release notes for v1.127.0.)
20+
21+
As always, a huge thank you to our community, contributors, and donations.
22+
Happy coding, and see you amongst the stars!
23+
\- The Pulsar Team
24+
25+
---
26+
27+
- Hotfix: Reverted a Wayland-related change that Linux users reported issues with on Electron 12.
28+
29+
### Pulsar
30+
31+
- Revert "Wayland pulsar script" [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/1261)

docs/download.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -113,27 +113,27 @@ feature issues that have already been resolved in our Rolling Release so if a
113113
particular fix or feature is important to you it may be worth swapping to one of
114114
those instead.
115115

116-
Current version is [v1.126.0](https://github.com/pulsar-edit/pulsar/releases/tag/v1.126.0).
116+
Current version is [v1.127.1](https://github.com/pulsar-edit/pulsar/releases/tag/v1.127.1).
117117

118118
::: details Linux
119119

120120
**x86_64** - For most desktops and laptops with Intel or AMD processors
121121

122122
| Package | Distribution |
123123
| :-------------------------------------------------------------------------------------------------------------------------: | :----------------: |
124-
| [deb](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/Linux.pulsar_1.126.0_amd64.deb) | Debian/Ubuntu etc. |
125-
| [rpm](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/Linux.pulsar-1.126.0.x86_64.rpm) | Fedora/RHEL etc. |
126-
| [AppImage](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/Linux.Pulsar-1.126.0.AppImage)<sup>[1][2]</sup> | All distributions |
127-
| [tar.gz](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/Linux.pulsar-1.126.0.tar.gz) | All distributions |
124+
| [deb](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/Linux.pulsar_1.127.1_amd64.deb) | Debian/Ubuntu etc. |
125+
| [rpm](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/Linux.pulsar-1.127.1.x86_64.rpm) | Fedora/RHEL etc. |
126+
| [AppImage](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/Linux.Pulsar-1.127.1.AppImage)<sup>[1][2]</sup> | All distributions |
127+
| [tar.gz](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/Linux.pulsar-1.127.1.tar.gz) | All distributions |
128128

129129
**ARM_64** - For ARM based devices - Raspberry Pi, Pinebook etc.
130130

131131
| Package | Distribution |
132132
| :-----------------------------------------------------------------------------------------------------------------------------------: | :----------------: |
133-
| [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 |
137137

138138
[1] Appimage may require `--no-sandbox` as an argument to run correctly on some systems.
139139
[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
152152

153153
| Package | Type |
154154
| :--------------------------------------------------------------------------------------------------------------: | :-----------: |
155-
| [dmg](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/Silicon.Mac.Pulsar-1.126.0-arm64.dmg) | DMG installer |
156-
| [zip](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/Silicon.Mac.Pulsar-1.126.0-arm64-mac.zip) | Zip archive |
155+
| [dmg](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/Silicon.Mac.Pulsar-1.127.1-arm64.dmg) | DMG installer |
156+
| [zip](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/Silicon.Mac.Pulsar-1.127.1-arm64-mac.zip) | Zip archive |
157157

158158
**Intel** - For Intel macs
159159

160160
| Package | Type |
161161
| :------------------------------------------------------------------------------------------------------: | :-----------: |
162-
| [dmg](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/Intel.Mac.Pulsar-1.126.0.dmg) | DMG installer |
163-
| [zip](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/Intel.Mac.Pulsar-1.126.0-mac.zip) | Zip archive |
162+
| [dmg](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/Intel.Mac.Pulsar-1.127.1.dmg) | DMG installer |
163+
| [zip](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/Intel.Mac.Pulsar-1.127.1-mac.zip) | Zip archive |
164164

165165
::::
166166

@@ -178,8 +178,8 @@ You can bypass this by clicking "More info" then "Run anyway".
178178

179179
| Package | Type |
180180
| :---------------------------------------------------------------------------------------------------------: | :-------------------: |
181-
| [Setup](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/Windows.Pulsar.Setup.1.126.0.exe) | Installer |
182-
| [Portable](https://github.com/pulsar-edit/pulsar/releases/download/v1.126.0/Windows.Pulsar-1.126.0-win.zip) | Portable (no install) |
181+
| [Setup](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/Windows.Pulsar.Setup.1.127.1.exe) | Installer |
182+
| [Portable](https://github.com/pulsar-edit/pulsar/releases/download/v1.127.1/Windows.Pulsar-1.127.1-win.zip) | Portable (no install) |
183183

184184
| Package Manager | Command |
185185
| :------------------------------------------------------------: | :--------------------: |

0 commit comments

Comments
 (0)