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
* Headless GTK stdin loop on Linux (`main_l.cpp`) enabling CI integration and E2E testing without a display server.
9
+
* Shared WASM compilation module `tests/build_utils.py` to enforce `--allow-undefined` linker flags globally across all plugin builds.
9
10
* Automated target binary copying and caching for Linux production builds.
10
-
* Dependabot integration under `.github/dependabot.yml` tracking Rust cargo packages and GitHub Actions.
11
+
* Dependabot integration under `.github/dependabot.yml` tracking Rust cargo and GitHub Actions ecosystems.
11
12
* Custom structured issue templates (Bug Report, Feature Request, Plugin Submission) and a Pull Request template in `.github/`.
12
13
13
14
### Fixed
14
-
* Stale cache build errors by unlinking old host binaries if `pterm_hash.txt` has changed.
15
-
* Registry trusted validation check by trimming white-spaces inside the compile-time `TRUSTED_PLUGIN_HASHES` comparison array.
16
-
* Error reporting inside `verify_production_binary_clean` to distinguish missing binaries from symbol leaks.
15
+
* Linux CI cross-compilation failure (`x86_64-pc-windows-gnu` target) — removed orphaned `.cargo/config.toml` that forced incorrect target resolution on Linux runners.
16
+
* Stale host binary cache build errors: old binaries are unlinked when `pterm_hash.txt` has changed.
* Error reporting inside `verify_production_binary_clean` to distinguish missing binaries from forbidden-symbol leaks.
19
+
* Unused Windows-only `CommandExt` import in `plugin_mgr.rs` correctly scoped under `#[cfg(windows)]` to prevent cross-platform compiler warnings.
20
+
* Improved plugin sandbox security by integrating plugin installation with global integrity verification and removing unsafe `eval()` in plugin initialization.
21
+
* Fixed Linux CI build errors caused by MSVC-specific `/DELAYLOAD` pragmas in linker commands.
0 commit comments