Skip to content

Commit 997a2a9

Browse files
authored
Merge pull request #962 from pulsar-edit/1.115.0-changelog
1.115.0 Changelog Entries
2 parents 7811c41 + d3853ee commit 997a2a9

2 files changed

Lines changed: 24 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,23 @@
66

77
## [Unreleased]
88

9+
## 1.115.0
10+
911
- 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)
1026

1127
## 1.114.0
1228

@@ -21,7 +37,7 @@
2137
- Bumped dugite to make the github package compatible with ARM Linux.
2238

2339
### 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)
2541
- Fixed: Fix issue with Markdown rendering after line break in strict mode [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/889)
2642
- Updated: Update README badges [@Daeraxa](https://github.com/pulsar-edit/pulsar/pull/891)
2743
- Updated: Update copyright year to 2024 [@Daeraxa](https://github.com/pulsar-edit/pulsar/pull/870)
@@ -42,7 +58,7 @@
4258
### PPM
4359
- Fixed: Fix test failure due to missing atom command [@toddy15](https://github.com/pulsar-edit/ppm/pull/124)
4460
- 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)
4662

4763
### github
4864
- Updated: Bump dugite to 2.5.2 [@DeeDeeG](https://github.com/pulsar-edit/github/pull/39)

packages/welcome/lib/changelog-view.js

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,31 +50,22 @@ 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-
Prevented an exception raised in the command palette in certain unusual filtering scenarios.
53+
Fixed some folds in Ruby like <code>unless</code>, some blocks, multiline comments, function calls, and different array syntaxes for strings and keywords.
5454
</li>
5555
<li>
56-
Refrain from rendering anchor icons when showing a package's README file in `settings-view`.
56+
Improved the accuracy of indentation hinting in modern Tree-sitter grammars, especially in multi-cursor scenarios.
5757
</li>
5858
<li>
59-
Build Linux binaries on Debian 10, for older glibc and compatibility with older Linux distros.
59+
Improved the ability of the user to opt into a specific kind of grammar for a specific language.
6060
</li>
6161
<li>
62-
Fixed a rendering error in `atom.ui.markdown.render` when `disableMode` was set to `"strict"` and the input contained HTML line breaks.
62+
Changed the behavior of the <code>grammar-selector</code> package so that it will show the user's preferred grammar for a specific language.
6363
</li>
6464
<li>
65-
Added support for the semanticolor package in modern tree-sitter grammars.
65+
Updated to version <code>0.20.9</code> of <code>web-tree-sitter</code>.
6666
</li>
6767
<li>
68-
Added new `--force` flag to `ppm link` command that will uninstall any conflicting package already installed.
69-
</li>
70-
<li>
71-
Added language entity colors to `syntax-variables.less`.
72-
</li>
73-
<li>
74-
Numerous Tree-Sitter Grammar syntax highlighting fixes.
75-
</li>
76-
<li>
77-
Bumped dugite to make the github package compatible with ARM Linux.
68+
Improved syntax highlighting, indentation, and code folding in various languages, including TypeScript, shell scripts, Ruby, and C/C++.
7869
</li>
7970
</ul>
8071

0 commit comments

Comments
 (0)