|
6 | 6 |
|
7 | 7 | ## [Unreleased] |
8 | 8 |
|
| 9 | +## 1.115.0 |
| 10 | + |
9 | 11 | - Fixed some folds in Ruby like `unless`, some blocks, multiline comments, function calls, and different array syntaxes for strings and keywords. |
| 12 | +- Improved the accuracy of indentation hinting in modern Tree-sitter grammars, especially in multi-cursor scenarios. |
| 13 | +- Improved the ability of the user to opt into a specific kind of grammar for a specific language. |
| 14 | +- Changed the behavior of the `grammar-selector` package so that it will show the user's preferred grammar for a specific language. |
| 15 | +- Updated to version `0.20.9` of `web-tree-sitter`. |
| 16 | +- Improved syntax highlighting, indentation, and code folding in various languages, including TypeScript, shell scripts, Ruby, and C/C++. |
| 17 | + |
| 18 | +### Pulsar |
| 19 | +- Fixed: Fixed folds for Ruby [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/956) |
| 20 | +- Fixed: Tree-sitter fixes: 1.115 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/941) |
| 21 | +- Updated: cirrus: Update Rolling upload token again [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/960) |
| 22 | +- Fixed: cirrus: Various fixes for macOS Cirrus CI [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/961) |
| 23 | +- Fixed: Fix(fuzzy-finder) fs.lstatSync throws Exception if not a file or dir [@schadomi7](https://github.com/pulsar-edit/pulsar/pull/944) |
| 24 | +- Updated: CI: Update Rolling upload token for Cirrus CI [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/936) |
| 25 | +- Updated: Cirrus: Install older dotenv gem version ~> 2.8 (< 3) [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/937) |
10 | 26 |
|
11 | 27 | ## 1.114.0 |
12 | 28 |
|
|
21 | 37 | - Bumped dugite to make the github package compatible with ARM Linux. |
22 | 38 |
|
23 | 39 | ### Pulsar |
24 | | -- Fixed: fix(tree-sitter): pass node text to grammar [@claytoncarter](https://github.com/pulsar-edit/pulsar/pull/860) |
| 40 | +- Fixed: fix(tree-sitter): pass node text to grammar [@claytonrcarter](https://github.com/pulsar-edit/pulsar/pull/860) |
25 | 41 | - Fixed: Fix issue with Markdown rendering after line break in strict mode [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/889) |
26 | 42 | - Updated: Update README badges [@Daeraxa](https://github.com/pulsar-edit/pulsar/pull/891) |
27 | 43 | - Updated: Update copyright year to 2024 [@Daeraxa](https://github.com/pulsar-edit/pulsar/pull/870) |
|
42 | 58 | ### PPM |
43 | 59 | - Fixed: Fix test failure due to missing atom command [@toddy15](https://github.com/pulsar-edit/ppm/pull/124) |
44 | 60 | - Updated: Update syntax-variables.less to include language entity colors [@savetheclocktower](https://github.com/pulsar-edit/ppm/pull/123) |
45 | | -- Added: feat(link): add --force flag [@claytoncarter](https://github.com/pulsar-edit/ppm/pull/122) |
| 61 | +- Added: feat(link): add --force flag [@claytonrcarter](https://github.com/pulsar-edit/ppm/pull/122) |
46 | 62 |
|
47 | 63 | ### github |
48 | 64 | - Updated: Bump dugite to 2.5.2 [@DeeDeeG](https://github.com/pulsar-edit/github/pull/39) |
|
0 commit comments