From 8a47aa31622c429617b46b9c946ebab4b05bc6ce Mon Sep 17 00:00:00 2001 From: kingwill101 Date: Fri, 28 Aug 2026 07:45:20 -0500 Subject: [PATCH] chore(release): prepare beta.2 Dart packages --- pkgs/pty/portable_pty/CHANGELOG.md | 7 +++++++ pkgs/pty/portable_pty/pubspec.yaml | 2 +- pkgs/vte/ghostty_vte/CHANGELOG.md | 12 ++++++++++++ pkgs/vte/ghostty_vte/pubspec.yaml | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/pkgs/pty/portable_pty/CHANGELOG.md b/pkgs/pty/portable_pty/CHANGELOG.md index 45ced52..fc569f1 100644 --- a/pkgs/pty/portable_pty/CHANGELOG.md +++ b/pkgs/pty/portable_pty/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.0.7-beta.2 + +- Enforced 16 KB ELF `LOAD` alignment for Android native libraries. +- Added Android page-size verification to native source recipes and CI. +- Updated the verified prebuilt release metadata and checksums to the beta.2 + artifacts for every supported target. + ## 0.0.7-beta.1 - Updated to `native_prebuilt` 0.5.0, Code Assets 2.0, and Hooks 2.2. diff --git a/pkgs/pty/portable_pty/pubspec.yaml b/pkgs/pty/portable_pty/pubspec.yaml index 1e5e169..768b111 100644 --- a/pkgs/pty/portable_pty/pubspec.yaml +++ b/pkgs/pty/portable_pty/pubspec.yaml @@ -4,7 +4,7 @@ description: >- Spawns shell subprocesses on Linux, macOS, Windows, and Android, links native assets into supported iOS builds, and connects through WebSocket or WebTransport to a remote PTY server on web. -version: 0.0.7-beta.1 +version: 0.0.7-beta.2 repository: https://github.com/kingwill101/dart_terminal/tree/master/pkgs/pty/portable_pty homepage: https://github.com/kingwill101/dart_terminal diff --git a/pkgs/vte/ghostty_vte/CHANGELOG.md b/pkgs/vte/ghostty_vte/CHANGELOG.md index 5484ee9..cc34a26 100644 --- a/pkgs/vte/ghostty_vte/CHANGELOG.md +++ b/pkgs/vte/ghostty_vte/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.2.0-beta.2 + +- Added incremental snapshot decoding with history restoration and safe + terminal ownership across native and web runtimes. +- Added APIs for continuation state, unknown APC capture, secure randomness, + clipboard access, and richer render and mouse state. +- Hardened web API parity, terminal option validation, and native memory + lifetime handling. +- Enforced and verified 16 KB ELF `LOAD` alignment for Android prebuilts. +- Updated the verified prebuilt release metadata and checksums to the beta.2 + artifacts for every supported target. + ## 0.2.0-beta.1 - Updated to `native_prebuilt` 0.5.0, Code Assets 2.0, and Hooks 2.2, and diff --git a/pkgs/vte/ghostty_vte/pubspec.yaml b/pkgs/vte/ghostty_vte/pubspec.yaml index 2deffb0..650452c 100644 --- a/pkgs/vte/ghostty_vte/pubspec.yaml +++ b/pkgs/vte/ghostty_vte/pubspec.yaml @@ -3,7 +3,7 @@ description: >- Dart FFI bindings for Ghostty's virtual-terminal engine (libghostty-vt). Paste-safety checks, OSC parsing, SGR attribute parsing, and keyboard event encoding — on native platforms and on the web via WebAssembly. -version: 0.2.0-beta.1 +version: 0.2.0-beta.2 repository: https://github.com/kingwill101/dart_terminal/tree/master/pkgs/vte/ghostty_vte homepage: https://github.com/kingwill101/dart_terminal