From 9afc0948c1f6d603cf231fefc8794bc470ac7c63 Mon Sep 17 00:00:00 2001 From: confused-Techie Date: Wed, 15 May 2024 19:18:38 -0700 Subject: [PATCH] Add new changelog --- CHANGELOG.md | 25 ++++++++++++++++++++++++- packages/welcome/lib/changelog-view.js | 14 +++++++------- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69dfb1f6a..723748e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,29 @@ ## [Unreleased] +## 1.117.0 + +* [markdown-preview] Improve rendering performance in preview panes, especially in documents with lots of fenced code blocks. +* [markdown-preview] GitHub-style Markdown preview now uses up-to-date styles and supports dark mode. +* Pulsar's OS level theme will now change according to the selected editor theme if `core.syncWindowThemeWithPulsarTheme` is enabled. +* [language-sass] Add SCSS Tree-sitter grammar. +* [language-ruby] Update to latest Tree-sitter Ruby parser. +* [language-gfm] Make each block-level HTML tag its own injection. +* [language-typescript] More highlighting fixes, especially for operators. + +### Pulsar +- Fixed: CI: Fix workaround for Homebrew node in Cirrus on macOS [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1002) +- Added: [markdown-preview] Optimize re-rendering of content in a preview pane especially syntax highlighting [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/984) +- Fixed: Tree-sitter rolling fixes, 1.117 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/974) +- Updated: Update Renovate preset name [@HonkingGoose](https://github.com/pulsar-edit/pulsar/pull/1000) +- Added: Debugging when a package service is incorrect [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/995) +- Added: Bundle snippets [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/993) +- Fixed: CI: Pin to macOS 12 runner images instead of macos-latest (GitHub Actions) [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/997) +- Added: [markdown-preview] Add dark mode for GitHub-style preview [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/973) +- Added: Change Window Theme with Pulsar Theme [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/545) +- Updated: CI: Upgrade or replace all deprecated GH Actions [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/983) +- Fixed: [language-clojure] Stop detecting `.org` files as `.language-clojure` [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/980) + ## 1.116.0 * Added `TextEditor::getCommentDelimitersForBufferPosition` for retrieving comment delimiter strings appropriate for a given buffer position. This allows us to support three new snippet variables: `LINE_COMMENT`, `BLOCK_COMMENT_START`, and `BLOCK_COMMENT_END`. @@ -14,7 +37,7 @@ * Replaced our underlying Tree-sitter parser for Markdown files with one that’s more stable. * Fixed issues in Python with unwanted indentation after type annotations and applying scope names to constructor functions. * Removed Machine PATH handling for Pulsar on Windows, ensuring to only ever attempt PATH manipulation per user. Added additional safety mechanisms when handling a user's PATH variable. -* Update (Linux) metainfo from downstream Pulsar Flatpak +* Update (Linux) metainfo from downstream Pulsar Flatpak ### Pulsar - Updated: Update Pulsar's Linux desktop & metainfo mostly from Flatpak [@cat-master21](https://github.com/pulsar-edit/pulsar/pull/935) diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index 27cc64672..d3e9d73e2 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -50,25 +50,25 @@ export default class ChangeLogView {

Feel free to read our Full Change Log.