Add Changelog

This commit is contained in:
confused-Techie 2024-01-15 16:03:59 -08:00
parent 7dd52e57be
commit 490e826307
2 changed files with 29 additions and 1 deletions

View File

@ -6,6 +6,22 @@
## [Unreleased]
## 1.113.0
- Added a modern Tree-sitter grammar for PHP.
- Fix a measurement issue that was causing visual glitches in the `github` package's diff views.
- Enabled the core `symbols-view` package to accept symbols from a number of sources, including Tree-sitter grammars and IDE packages.
- Switch default to false for converting ASCII emoticons to emoji when rendering Markdown.
- Fix certain find-and-replace scenarios when the "Preserve Case During Replace" setting is enabled.
### Pulsar
- Fixed: Tree-sitter fixes for December (including a PHP grammar!) [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/852)
- Added: Make `useExperimentalModernTreeSitter` the default... [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/855)
- Fixed: Ensure editor is visible before measuring block decorations [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/854)
- Added: Overhaul `symbols-view` [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/829)
- Added: Default to no emoji when rendering Markdown [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/850)
- Fixed: [find-and-replace] Fix `capitalize` utility [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/849)
## 1.112.1
- Fixed a bug in PPM that prevented package publishing.

View File

@ -50,7 +50,19 @@ 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>
Fixed a bug in PPM that prevented package publishing.
Added a modern Tree-sitter grammar for PHP.
</li>
<li>
Fix a measurement issue that was causing visual glitches in the `github` package's diff views.
</li>
<li>
Enabled the core `symbols-view` package to accept symbols from a number of sources, including Tree-sitter grammars and IDE packages.
</li>
<li>
Switch default to false for converting ASCII emoticons to emoji when rendering Markdown.
</li>
<li>
Fix certain find-and-replace scenarios when the "Preserve Case During Replace" setting is enabled.
</li>
</ul>