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.129.0](https://github.com/pulsar-edit/pulsar/releases/tag/v1.129.0) is available now!
12
+
13
+
<!-- more -->
14
+
15
+
## Pulsar v1.129.0: An _August_ Occasion
16
+
17
+
Howdy folks,
18
+
19
+
Another fine Pulsar release, Pulsar 1.129.0, is available for your use and enjoyment. See changelog below for details.
20
+
21
+
A big shout-out to @Drsheppard01 for their first contribution in the form of PR [#1241](https://github.com/pulsar-edit/pulsar/pull/1241), and to @jmanuel1 for the issue report [#1302](https://github.com/pulsar-edit/pulsar/issues/1302) that led to a quick fix from @savetheclocktower in PR [#1303](https://github.com/pulsar-edit/pulsar/pull/1303). And to several members of the community who have given feedback on GitHub, Discord, etc.
22
+
23
+
As always, a huge thank you to our community, contributors, and donations.
24
+
Happy coding, and see you amongst the stars!
25
+
\- The Pulsar Team
26
+
27
+
---
28
+
29
+
## 1.129.0
30
+
31
+
- Some minor Tree-sitter fixes, including fixing a bug in SCSS highlighting and ensuring proper highlighting support for abstract methods in TypeScript.
32
+
- When viewing a file that exists on disk outside of your project root, you may now use **Tree View: Rename** to “import” it into your project folder by giving it a relative path.
33
+
- Updated various dependencies for security reasons.
34
+
- Updated AppImages to type 2 runtime -- `libfuse` is no-longer required to be installed on the end-user's system to use Pulsar's AppImages!
35
+
36
+
### Pulsar
37
+
38
+
- Cirrus: Fetch Buster packages from archive.debian.org [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1315)
39
+
- Update deps June 2025 [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1294)
40
+
- Update appimagetool link in ./scripts/fix-linux-appimage.sh [@ Drsheppard01](https://github.com/pulsar-edit/pulsar/pull/1241)
41
+
- Tree-sitter rolling fixes, 1.129 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1300)
42
+
- Fix CI build job in Ubuntu [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1309)
43
+
-[tree-view] Allow `tree-view:rename` to "import" the current file… [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1303)
44
+
- Cirrus: Update Rolling upload token [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1292)
45
+
- Refactor `StateStore` to remove dependency on the `atom` global [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1256)
|[deb](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/ARM.Linux.pulsar_1.128.0_arm64.deb)| Debian/Ubuntu etc. |
134
-
|[rpm](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/ARM.Linux.pulsar-1.128.0.aarch64.rpm)| Fedora/RHEL etc. |
135
-
|[AppImage](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/ARM.Linux.Pulsar-1.128.0-arm64.AppImage)<sup>[1][2]</sup> | All distributions |
136
-
|[tar.gz](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/ARM.Linux.pulsar-1.128.0-arm64.tar.gz)| All distributions |
133
+
|[deb](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/ARM.Linux.pulsar_1.129.0_arm64.deb)| Debian/Ubuntu etc. |
134
+
|[rpm](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/ARM.Linux.pulsar-1.129.0.aarch64.rpm)| Fedora/RHEL etc. |
135
+
|[AppImage](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/ARM.Linux.Pulsar-1.129.0-arm64.AppImage)<sup>[1][2]</sup> | All distributions |
136
+
|[tar.gz](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/ARM.Linux.pulsar-1.129.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.128.0](https://github.com/pulsar-edit/pulsar/releases/tag
0 commit comments