Skip to content

perry

v0.4.32 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 3mo Build & Package
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

android compile harmonyos ios llvm macos
+5 more
native smc typescript watchos windows

Summary

AI summary

Fixed macOS ImageFile size mismatch, Android asset loading, and Windows widget transparency issues.

Full changelog

Bug Fixes

  • macOS: ImageFile setSize now resizes the underlying NSImage to match desired dimensions — previously only the view frame changed, leaving the intrinsic content size mismatched; also sets NSImageScaleProportionallyUpOrDown
  • macOS: ImageFile resolves relative paths via NSBundle.mainBundle.resourcePath first, then executable dir — fixes images not loading inside .app bundles
  • Android: APK now bundles assets/, logo/, resources/, images/ directories — ImageFile('assets/foo.png') works at runtime
  • Windows: Text widgets now transparent over gradient backgrounds — WM_CTLCOLORSTATIC returns NULL_BRUSH instead of ancestor's solid brush
  • Windows: Image bitmap transparency uses ancestor background color — reload_bitmap_scaled fills transparent areas with the nearest ancestor's bg color instead of white

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track perry

Get notified when new releases ship.

Sign up free

About perry

A native TypeScript compiler written in Rust. Compiles TypeScript directly to executables using SWC and LLVM.

All releases →

Related context

Earlier breaking changes

  • v0.5.1158 `cluster` workers share a listening port using SO_REUSEPORT and IPC round‑trip.
  • v0.5.1158 Streams now support BYOB readers and real `ByteLengthQueuingStrategy` accounting.
  • v0.5.1158 `Atomics.wait`, `notify`, and `waitAsync` now block and wake across agents using a shared `SharedArrayBuffer`.
  • v0.5.1158 `node:dns` and `node:dgram` perform real network I/O instead of stub behavior.
  • v0.5.1158 `AsyncLocalStorage` and `async_hooks` now propagate context across await, microtasks, timers, and `process.nextTick`.

Beta — feedback welcome: [email protected]