Skip to content

Commit

Permalink
Merge pull request #962 from pulsar-edit/1.115.0-changelog
Browse files Browse the repository at this point in the history
1.115.0 Changelog Entries
  • Loading branch information
DeeDeeG authored Mar 23, 2024
2 parents 7811c41 + d3853ee commit 997a2a9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,23 @@

## [Unreleased]

## 1.115.0

- Fixed some folds in Ruby like `unless`, some blocks, multiline comments, function calls, and different array syntaxes for strings and keywords.
- Improved the accuracy of indentation hinting in modern Tree-sitter grammars, especially in multi-cursor scenarios.
- Improved the ability of the user to opt into a specific kind of grammar for a specific language.
- Changed the behavior of the `grammar-selector` package so that it will show the user's preferred grammar for a specific language.
- Updated to version `0.20.9` of `web-tree-sitter`.
- Improved syntax highlighting, indentation, and code folding in various languages, including TypeScript, shell scripts, Ruby, and C/C++.

### Pulsar
- Fixed: Fixed folds for Ruby [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/956)
- Fixed: Tree-sitter fixes: 1.115 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/941)
- Updated: cirrus: Update Rolling upload token again [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/960)
- Fixed: cirrus: Various fixes for macOS Cirrus CI [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/961)
- Fixed: Fix(fuzzy-finder) fs.lstatSync throws Exception if not a file or dir [@schadomi7](https://github.com/pulsar-edit/pulsar/pull/944)
- Updated: CI: Update Rolling upload token for Cirrus CI [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/936)
- Updated: Cirrus: Install older dotenv gem version ~> 2.8 (< 3) [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/937)

## 1.114.0

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

### Pulsar
- Fixed: fix(tree-sitter): pass node text to grammar [@claytoncarter](https://github.com/pulsar-edit/pulsar/pull/860)
- Fixed: fix(tree-sitter): pass node text to grammar [@claytonrcarter](https://github.com/pulsar-edit/pulsar/pull/860)
- Fixed: Fix issue with Markdown rendering after line break in strict mode [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/889)
- Updated: Update README badges [@Daeraxa](https://github.com/pulsar-edit/pulsar/pull/891)
- Updated: Update copyright year to 2024 [@Daeraxa](https://github.com/pulsar-edit/pulsar/pull/870)
Expand All @@ -42,7 +58,7 @@
### PPM
- Fixed: Fix test failure due to missing atom command [@toddy15](https://github.com/pulsar-edit/ppm/pull/124)
- Updated: Update syntax-variables.less to include language entity colors [@savetheclocktower](https://github.com/pulsar-edit/ppm/pull/123)
- Added: feat(link): add --force flag [@claytoncarter](https://github.com/pulsar-edit/ppm/pull/122)
- Added: feat(link): add --force flag [@claytonrcarter](https://github.com/pulsar-edit/ppm/pull/122)

### github
- Updated: Bump dugite to 2.5.2 [@DeeDeeG](https://github.com/pulsar-edit/github/pull/39)
Expand Down
21 changes: 6 additions & 15 deletions packages/welcome/lib/changelog-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,31 +50,22 @@ export default class ChangeLogView {
<p>Feel free to read our <a href="https://github.com/pulsar-edit/pulsar/blob/master/CHANGELOG.md">Full Change Log</a>.</p>
<ul>
<li>
Prevented an exception raised in the command palette in certain unusual filtering scenarios.
Fixed some folds in Ruby like <code>unless</code>, some blocks, multiline comments, function calls, and different array syntaxes for strings and keywords.
</li>
<li>
Refrain from rendering anchor icons when showing a package's README file in `settings-view`.
Improved the accuracy of indentation hinting in modern Tree-sitter grammars, especially in multi-cursor scenarios.
</li>
<li>
Build Linux binaries on Debian 10, for older glibc and compatibility with older Linux distros.
Improved the ability of the user to opt into a specific kind of grammar for a specific language.
</li>
<li>
Fixed a rendering error in `atom.ui.markdown.render` when `disableMode` was set to `"strict"` and the input contained HTML line breaks.
Changed the behavior of the <code>grammar-selector</code> package so that it will show the user's preferred grammar for a specific language.
</li>
<li>
Added support for the semanticolor package in modern tree-sitter grammars.
Updated to version <code>0.20.9</code> of <code>web-tree-sitter</code>.
</li>
<li>
Added new `--force` flag to `ppm link` command that will uninstall any conflicting package already installed.
</li>
<li>
Added language entity colors to `syntax-variables.less`.
</li>
<li>
Numerous Tree-Sitter Grammar syntax highlighting fixes.
</li>
<li>
Bumped dugite to make the github package compatible with ARM Linux.
Improved syntax highlighting, indentation, and code folding in various languages, including TypeScript, shell scripts, Ruby, and C/C++.
</li>
</ul>

Expand Down

0 comments on commit 997a2a9

Please sign in to comment.