Skip to content

Commit ad54ff5

Browse files
authored
Merge pull request #1283 from pulsar-edit/1.128.0-changelog
Changelog: Add entries for Pulsar 1.128.0
2 parents 1375f7d + ec23d08 commit ad54ff5

2 files changed

Lines changed: 22 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66

77
## [Unreleased]
88

9+
## 1.128.0
10+
11+
- Vastly improved support for right-to-left text editing — meaning languages like Arabic, Hebrew, and Farsi.
12+
- Added support for comments in JSON — both via a new grammar for `.jsonc` files and via a setting to enable comments in regular `.json` files.
13+
- Fixed performance issues that can arise when reopening a project with existing editor windows.
14+
- Updated DOMPurify. This is a security fix.
15+
16+
### Pulsar
17+
18+
- Tree-sitter rolling fixes, 1.128 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1251)
19+
- Cirrus: Pin macOS builds to using Sonoma images [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1280)
20+
- Bump Ubuntu in CI to `ubuntu-latest` [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1279)
21+
- Restore ability for packages to focus specs on both Jasmine 1 and Jasmine 2 test runners [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1265)
22+
- [markdown-preview] Update `dompurify` to 2.5.7 [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1271)
23+
- Create `SECURITY.md` [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/1253)
24+
- Improve support for RTL text input [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1249)
25+
- [find-and-replace] Fix some bugs in the spec suite [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1221)
26+
927
## 1.127.1
1028

1129
- Hotfix: Reverted a Wayland-related change that Linux users reported issues with on Electron 12.

packages/welcome/lib/changelog-view.js

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -50,39 +50,16 @@ export default class ChangeLogView {
5050
<p>Feel free to read our <a href="https://github.com/pulsar-edit/pulsar/blob/master/CHANGELOG.md">Full Change Log</a>.</p>
5151
<ul>
5252
<li>
53-
Pulsar v1.127.1 Hotfix: Reverted a Wayland-related change that Linux users reported issues with on Electron 12. (The remaining changes listed below are from Pulsar v1.127.0.)
53+
Vastly improved support for right-to-left text editing — meaning languages like Arabic, Hebrew, and Farsi.
5454
</li>
5555
<li>
56-
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.
56+
Added support for comments in JSON — both via a new grammar for <code>.jsonc</code> files and via a setting to enable comments in regular <code>.json</code> files.
5757
</li>
5858
<li>
59-
Added <code>--enable-features=UseOzonePlatform</code> and <code>--ozone-platform=wayland</code> as parameters when running under Wayland on Linux (avoids using xwayland, which causes rendering problems on some systems, especially with NVidia)
59+
Fixed performance issues that can arise when reopening a project with existing editor windows.
6060
</li>
6161
<li>
62-
Many Tree-sitter/parser/grammar improvements.
63-
<ul>
64-
<li>
65-
Updated to <code>web-tree-sitter</code> version <code>0.25.3</code>.
66-
</li>
67-
<li>
68-
Fixed a bug preventing folds from updating after code changes in some scenarios.
69-
</li>
70-
<li>
71-
Better folding behavior in Python.
72-
</li>
73-
<li>
74-
Better folding and syntax highlighting in Ruby of <code>case</code>/<code>in</code> statements.
75-
</li>
76-
<li>
77-
Better syntax highlighting of private members in JavScript.
78-
</li>
79-
<li>
80-
Better folding of multiline comments in PHP.
81-
</li>
82-
</ul>
83-
</li>
84-
<li>
85-
Updated the `read` dependency in ppm
62+
Updated DOMPurify. This is a security fix.
8663
</li>
8764
</ul>
8865

0 commit comments

Comments
 (0)