Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pkgs/pty/portable_pty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/pty/portable_pty/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions pkgs/vte/ghostty_vte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/vte/ghostty_vte/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading