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
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,41 @@ The format is based on Keep a Changelog and the project follows Semantic Version
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.1.0-alpha.70] - 2026-04-26
10
+
11
+
### Bug Fixes
12
+
13
+
-**core/routing**: Isolated user callback failures across widget event routing so thrown app callbacks become deterministic dev warnings instead of destabilizing the render/input loop.
14
+
-**core/modals**: Fixed modal mouse hit testing so blank modal space no longer routes presses to background widgets while non-modal layers above a modal remain clickable.
15
+
-**node/backend**: Fixed unexpected worker exits so pending waiters reject with `ZRUI_BACKEND_ERROR`, including clean exits before waiter settlement and non-zero exits during shutdown.
16
+
-**node/tail**: Preserved UTF-8 characters split across internal read chunks and polling iterations by keeping decoder state across tail reads.
17
+
18
+
### CI / Tooling
19
+
20
+
-**repo**: Removed stale repository noise and restored Biome import ordering so quality gates stay green after the routing fixes.
-**create-rezi/cli**: Fixed Windows nested installs by switching `create-rezi` to the standard `cross-spawn` process launcher and by resolving npm installs through the active npm entrypoint instead of relying on Git Bash shell resolution.
12
37
-**create-rezi/minimal**: Replaced the invalid bare `+` keybinding in the minimal template with Windows-safe `=` / `shift+=` bindings while keeping `+` as an accepted command alias.
13
38
39
+
### Merged Pull Requests
40
+
41
+
-[#392](https://github.com/RtlZeroMemory/Rezi/pull/392) fix: isolate create-rezi nested installs on Windows
42
+
-[#393](https://github.com/RtlZeroMemory/Rezi/pull/393) fix create-rezi Windows install tests
0 commit comments