You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@
10
10
* Dependabot integration under `.github/dependabot.yml` tracking Rust cargo packages and GitHub Actions.
11
11
* Custom structured issue templates (Bug Report, Feature Request, Plugin Submission) and a Pull Request template in `.github/`.
12
12
13
-
14
13
### Fixed
15
14
* Stale cache build errors by unlinking old host binaries if `pterm_hash.txt` has changed.
16
15
* Registry trusted validation check by trimming white-spaces inside the compile-time `TRUSTED_PLUGIN_HASHES` comparison array.
@@ -33,8 +32,6 @@
33
32
34
33
## [0.1.0a] - 2026-07-04
35
34
36
-
This is the initial release of the **plug** framework, establishing a robust multitab desktop UI shell linked with a sandboxed WebAssembly execution engine.
37
-
38
35
### Added
39
36
***Native/FFI Interface**: C++ application shell linked to a Rust runtime staticlib (`tm_main`).
40
37
***WASM Plugin Runtime**: Built-in integration with the Wasmer 4.3 runtime using the Cranelift compiler.
0 commit comments