Skip to content

Commit b533a51

Browse files
Merge pull request #591 from pulsar-edit/1.106.0-changelog
Update CHANGELOG `1.106.0`
2 parents e99b7f7 + 261f3c3 commit b533a51

File tree

2 files changed

+39
-13
lines changed

2 files changed

+39
-13
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,38 @@
66

77
## [Unreleased]
88

9+
## 1.106.0
10+
911
- Fixed bug that happens on some systems when trying to launch Pulsar using the Cinnamon desktop environment
1012
- Added a modern implementation of Tree-sitter grammars behind an experimental flag. Enable the “Use Modern Tree-Sitter Implementation” in the Core settings to try it out
1113
- Bugfix: fixed Clojure indentation on tree-sitter
1214
- Improved the Clojure language support by migrating it to tree-sitter and support block comments, quoting, and other advanced features on modern tree-sitter implementation
13-
- Added a modern implementation of Tree-sitter grammars behind an experimental flag. Enable the “Use Modern Tree-Sitter Implementation” in the Core settings to try it out.
15+
- Fixed a bug that could cause images to not appear the first time opening them
16+
- `autocomplete-css` Completions are now sorted in a way that may match what users expect
17+
- Added a "Log Out" menu item for the `github` package
18+
19+
### Pulsar
20+
- Updated: deps: Bump github to v0.36.16-pretranspiled [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/592)
21+
- Removed: Mostly remove `request` [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/474)
22+
- Fixed: Fix: Image doesn't appear at first open [@asiloisad](https://github.com/pulsar-edit/pulsar/pull/579)
23+
- Removed: Remove specific cinnamon condition [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/563)
24+
- Fixed: Fix of Clojure's indentation rules by removing query file [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/584)
25+
- Fixed: Update links in settings page [@Daeraxa](https://github.com/pulsar-edit/pulsar/pull/570)
26+
- Added: [autocomplete-css] Sort `completions.json` [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/552)
27+
- Fixed: Fixes on "comment block" for Clojure grammar [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/573)
28+
- Added: Hardcode NSIS GUID [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/566)
29+
- Fixed: Make yarn sane [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/567)
30+
- Fixed: Huge improvement on Clojure highlighting [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/553)
31+
- Removed: Removed unused_require method [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/561)
32+
- Bumped: Update dependency underscore to 1.12.1 [SECURITY] [@renovate](https://github.com/pulsar-edit/pulsar/pull/504)
33+
- Added: Add modern tree-sitter support behind an experimental flag [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/472)
34+
- Added: Make CHANGELOG easier to merge and update dompurify [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/537)
35+
- Added: js operators [@icecream17](https://github.com/pulsar-edit/pulsar/pull/79)
36+
- Bumped: Update dependency postcss to v8.2.13 [SECURITY] [@renovate](https://github.com/pulsar-edit/pulsar/pull/514)
37+
38+
### github
39+
- Added: Add logout menu option [@Daeraxa](https://github.com/pulsar-edit/github/pull/27)
40+
- Updated: ci: Bump action dependencies [@Spiker985](https://github.com/pulsar-edit/github/pull/19)
1441

1542
## 1.105.0
1643

packages/welcome/lib/changelog-view.js

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,30 +53,29 @@ export default class ChangeLogView {
5353
<p>Feel free to read our <a href="https://github.com/pulsar-edit/pulsar/blob/master/CHANGELOG.md">Full Change Log</a>.</p>
5454
<ul>
5555
<li>
56-
Rebranded notifications, using our backend to find new versions of package,
57-
and our github repository to find issues on Pulsar. Also fixed the "view issue"
58-
and "create issue" buttons that were not working
56+
Fixed bug that happens on some systems when trying to launch Pulsar
57+
using the Cinnamon desktop environment
5958
</li>
6059
<li>
61-
Bumped to latest version of `second-mate`, fixing a memory usage issue in `vscode-oniguruma`
60+
Added a modern implementation of Tree-sitter grammars behind an experimental flag.
61+
Enable the "Use Modern Tree-Sitter Implementation" in the Core settings
62+
to try it out
6263
</li>
6364
<li>
64-
Removed a cache for native modules - fix bugs where an user rebuilds a native
65-
module outside of Pulsar, but Pulsar refuses to load anyway
65+
Bugfix: fixed Clojure indentation on tree-sitter
6666
</li>
6767
<li>
68-
Removed `nslog` dependency
68+
Improved the Clojure language support by migrating it to tree-sitter and support block comments,
69+
quoting, and other advanced features on modern tree-sitter implementation
6970
</li>
7071
<li>
71-
Fixed an error where the GitHub package tried to interact with a diff view after it was closed
72+
Fixed a bug that could cause images to not appear the first time opening them
7273
</li>
7374
<li>
74-
Fixed RPM installation failure when Atom was installed on the same machine
75+
`autocomplete-css` Completions are now sorted in a way that may match what users expect
7576
</li>
7677
<li>
77-
Added a new set of Package `activationHooks`, `...:uri-opened` lets a package activate when any URI
78-
is opened within Pulsar, and `...:file-name-opened` lets a package activate when any specific filename
79-
is opened within Pulsar.
78+
Added a "Log Out" menu item for the `github` package
8079
</li>
8180

8281
</ul>

0 commit comments

Comments
 (0)