Add Changelog entries for 1.114.0

This commit is contained in:
confused-Techie 2024-02-15 17:33:10 -08:00
parent 68c88e731d
commit b1a2187fd3
2 changed files with 39 additions and 7 deletions

View File

@ -6,6 +6,38 @@
## [Unreleased]
## 1.114.0
- Prevented an exception raised in the command palette in certain unusual filtering scenarios.
- Fix the tag Linux binaries are uploaded to at the Rolling releases repo.
- Tweak Rolling release binary upload script to reject `-dev` version strings, as it should.
- Refrain from rendering anchor icons when showing a package's README file in `settings-view`.
- Build Linux binaries on Debian 10, for older glibc and compatibility with older Linux distros.
- Fixed a rendering error in `atom.ui.markdown.render` when `disableMode` was set to `"strict"` and the input contained HTML line breaks.
- Added support for the semanticolor package in modern tree-sitter grammars.
### Pulsar
- Fixed: fix(tree-sitter): pass node text to grammar [@claytoncarter](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)
- Added: CI: build Linux x86-64 binaries on older Linux [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/858)
- Fixed: Tree-sitter rolling fixes (January edition) [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/859)
- Fixed: Fix failing spec [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/902)
- Fixed: [settings-view] Don't display heading anchor icons within a README [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/905)
- Updated: ppm: Update ppm to commit 241d794f326b63b5abdb9769 [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/908)
- Fixed: script: Update version check in Rolling release binary upload script to exclude '-dev' versions [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/903)
- Fixed: CI: Fix tag Linux binaries are uploaded to for Rolling [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/901)
- Fixed: [command-palette] Guard against failure to highlight a match [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/913)
- Fixed: `symbols-view` rolling fixes [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/861)
- Fixed: Tree-sitter rolling fixes (February) [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/906)
- Updated: [meta] Update Cirrus `GITHUB_TOKEN` [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/924)
### 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)
## 1.113.0
- Enabled Modern Tree-sitter Grammars by default

View File

@ -50,25 +50,25 @@ 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>
Enabled Modern Tree-sitter Grammars by default
Prevented an exception raised in the command palette in certain unusual filtering scenarios.
</li>
<li>
Added a modern Tree-sitter grammar for PHP.
Fix the tag Linux binaries are uploaded to at the Rolling releases repo.
</li>
<li>
Fix a measurement issue that was causing visual glitches in the `github` package's diff views.
Tweak Rolling release binary upload script to reject `-dev` version strings, as it should.
</li>
<li>
Enabled the core `symbols-view` package to accept symbols from a number of sources, including Tree-sitter grammars and IDE packages.
Refrain from rendering anchor icons when showing a package's README file in `settings-view`.
</li>
<li>
Switch default to false for converting ASCII emoticons to emoji when rendering Markdown.
Build Linux binaries on Debian 10, for older glibc and compatibility with older Linux distros.
</li>
<li>
Fix certain find-and-replace scenarios when the "Preserve Case During Replace" setting is enabled.
Fixed a rendering error in `atom.ui.markdown.render` when `disableMode` was set to `"strict"` and the input contained HTML line breaks.
</li>
<li>
Fix an issue in `symbols-view` when returning from visiting a symbol declaration.
Added support for the semanticolor package in modern tree-sitter grammars.
</li>
</ul>