|
6 | 6 |
|
7 | 7 | ## [Unreleased]
|
8 | 8 |
|
| 9 | +## 1.106.0 |
| 10 | + |
9 | 11 | - Fixed bug that happens on some systems when trying to launch Pulsar using the Cinnamon desktop environment
|
10 | 12 | - 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
|
11 | 13 | - Bugfix: fixed Clojure indentation on tree-sitter
|
12 | 14 | - 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) |
14 | 41 |
|
15 | 42 | ## 1.105.0
|
16 | 43 |
|
|
0 commit comments