From 470bc4f8ced0c9646e34c28aae1ec2d9c7351737 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Thu, 7 Aug 2025 17:27:55 -0400 Subject: [PATCH] Add blog post and update download links for Pulsar 1.129.0 --- docs/blog/20250807-DeeDeeG-v1.129.0.md | 45 ++++++++++++++++++++++++++ docs/download.md | 30 ++++++++--------- 2 files changed, 60 insertions(+), 15 deletions(-) create mode 100644 docs/blog/20250807-DeeDeeG-v1.129.0.md diff --git a/docs/blog/20250807-DeeDeeG-v1.129.0.md b/docs/blog/20250807-DeeDeeG-v1.129.0.md new file mode 100644 index 000000000..ff37ff79b --- /dev/null +++ b/docs/blog/20250807-DeeDeeG-v1.129.0.md @@ -0,0 +1,45 @@ +--- +title: "Pulsar v1.129.0: An August Occasion" +author: DeeDeeG +date: 2025-08-07 +category: + - dev +tag: + - release +--- + +Pulsar [1.129.0](https://github.com/pulsar-edit/pulsar/releases/tag/v1.129.0) is available now! + + + +## Pulsar v1.129.0: An _August_ Occasion + +Howdy folks, + +Another fine Pulsar release, Pulsar 1.129.0, is available for your use and enjoyment. See changelog below for details. + +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. + +As always, a huge thank you to our community, contributors, and donations. +Happy coding, and see you amongst the stars! +\- The Pulsar Team + +--- + +## 1.129.0 + +- Some minor Tree-sitter fixes, including fixing a bug in SCSS highlighting and ensuring proper highlighting support for abstract methods in TypeScript. +- 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. +- Updated various dependencies for security reasons. +- 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! + +### Pulsar + +- Cirrus: Fetch Buster packages from archive.debian.org [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1315) +- Update deps June 2025 [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1294) +- Update appimagetool link in ./scripts/fix-linux-appimage.sh [@ Drsheppard01](https://github.com/pulsar-edit/pulsar/pull/1241) +- Tree-sitter rolling fixes, 1.129 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1300) +- Fix CI build job in Ubuntu [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1309) +- [tree-view] Allow `tree-view:rename` to "import" the current file… [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1303) +- Cirrus: Update Rolling upload token [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1292) +- Refactor `StateStore` to remove dependency on the `atom` global [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1256) diff --git a/docs/download.md b/docs/download.md index c3c4f1d2c..3ccc744c2 100644 --- a/docs/download.md +++ b/docs/download.md @@ -113,7 +113,7 @@ feature issues that have already been resolved in our Rolling Release so if a particular fix or feature is important to you it may be worth swapping to one of those instead. -Current version is [v1.128.0](https://github.com/pulsar-edit/pulsar/releases/tag/v1.128.0). +Current version is [v1.129.0](https://github.com/pulsar-edit/pulsar/releases/tag/v1.129.0). ::: details Linux @@ -121,19 +121,19 @@ Current version is [v1.128.0](https://github.com/pulsar-edit/pulsar/releases/tag | Package | Distribution | | :-------------------------------------------------------------------------------------------------------------------------: | :----------------: | -| [deb](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/Linux.pulsar_1.128.0_amd64.deb) | Debian/Ubuntu etc. | -| [rpm](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/Linux.pulsar-1.128.0.x86_64.rpm) | Fedora/RHEL etc. | -| [AppImage](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/Linux.Pulsar-1.128.0.AppImage)[1][2] | All distributions | -| [tar.gz](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/Linux.pulsar-1.128.0.tar.gz) | All distributions | +| [deb](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/Linux.pulsar_1.129.0_amd64.deb) | Debian/Ubuntu etc. | +| [rpm](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/Linux.pulsar-1.129.0.x86_64.rpm) | Fedora/RHEL etc. | +| [AppImage](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/Linux.Pulsar-1.129.0.AppImage)[1][2] | All distributions | +| [tar.gz](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/Linux.pulsar-1.129.0.tar.gz) | All distributions | **ARM_64** - For ARM based devices - Raspberry Pi, Pinebook etc. | Package | Distribution | | :-----------------------------------------------------------------------------------------------------------------------------------: | :----------------: | -| [deb](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/ARM.Linux.pulsar_1.128.0_arm64.deb) | Debian/Ubuntu etc. | -| [rpm](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/ARM.Linux.pulsar-1.128.0.aarch64.rpm) | Fedora/RHEL etc. | -| [AppImage](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/ARM.Linux.Pulsar-1.128.0-arm64.AppImage)[1][2] | All distributions | -| [tar.gz](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/ARM.Linux.pulsar-1.128.0-arm64.tar.gz) | All distributions | +| [deb](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/ARM.Linux.pulsar_1.129.0_arm64.deb) | Debian/Ubuntu etc. | +| [rpm](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/ARM.Linux.pulsar-1.129.0.aarch64.rpm) | Fedora/RHEL etc. | +| [AppImage](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/ARM.Linux.Pulsar-1.129.0-arm64.AppImage)[1][2] | All distributions | +| [tar.gz](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/ARM.Linux.pulsar-1.129.0-arm64.tar.gz) | All distributions | [1] Appimage may require `--no-sandbox` as an argument to run correctly on some systems. [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 | Package | Type | | :--------------------------------------------------------------------------------------------------------------: | :-----------: | -| [dmg](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/Silicon.Mac.Pulsar-1.128.0-arm64.dmg) | DMG installer | -| [zip](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/Silicon.Mac.Pulsar-1.128.0-arm64-mac.zip) | Zip archive | +| [dmg](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/Silicon.Mac.Pulsar-1.129.0-arm64.dmg) | DMG installer | +| [zip](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/Silicon.Mac.Pulsar-1.129.0-arm64-mac.zip) | Zip archive | **Intel** - For Intel macs | Package | Type | | :------------------------------------------------------------------------------------------------------: | :-----------: | -| [dmg](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/Intel.Mac.Pulsar-1.128.0.dmg) | DMG installer | -| [zip](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/Intel.Mac.Pulsar-1.128.0-mac.zip) | Zip archive | +| [dmg](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/Intel.Mac.Pulsar-1.129.0.dmg) | DMG installer | +| [zip](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/Intel.Mac.Pulsar-1.129.0-mac.zip) | Zip archive | :::: @@ -178,8 +178,8 @@ You can bypass this by clicking "More info" then "Run anyway". | Package | Type | | :---------------------------------------------------------------------------------------------------------: | :-------------------: | -| [Setup](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/Windows.Pulsar.Setup.1.128.0.exe) | Installer | -| [Portable](https://github.com/pulsar-edit/pulsar/releases/download/v1.128.0/Windows.Pulsar-1.128.0-win.zip) | Portable (no install) | +| [Setup](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/Windows.Pulsar.Setup.1.129.0.exe) | Installer | +| [Portable](https://github.com/pulsar-edit/pulsar/releases/download/v1.129.0/Windows.Pulsar-1.129.0-win.zip) | Portable (no install) | | Package Manager | Command | | :------------------------------------------------------------: | :--------------------: |