Releases: refmdio/rekindle
Releases · refmdio/rekindle
Release list
Rekindle 0.1.14
Rekindle 0.1.13
Adds first-class auxiliary WebAssembly worker builds. Configured worker binaries are built through Cargo and wasm-bindgen, published with the main immutable Web generation, and exposed as stable module URL strings. Failed worker builds preserve the previously selected development or release generation.
Rekindle 0.1.12
Changes
- Support Web and desktop binaries located in nested Cargo workspace packages.
- Resolve configured packages and binaries through Cargo metadata without requiring root-level entry stubs.
Rekindle v0.1.11
Changes
- Make the documented one-shot Igniter installation complete in non-interactive environments.
- Update the built-in GPUI client template to Zed revision
55007f518bc1d49e6b3291c5eaa1aabf649b36fd.
See CHANGELOG.md for release history.
v0.1.10
v0.1.9
v0.1.8
v0.1.7
Phoenix integration is now optional, with installation support for plain Mix projects. Web and desktop publication are simpler and safer, installer setup ordering and defaults are corrected, and plugin Cargo inputs and custom publication paths are validated consistently.
v0.1.6
v0.1.5
Changes
- Make generated Rust Web UI the primary Phoenix page surface for GPUI, egui, and Slint.
- Preserve each integration’s upstream starter UI across Web and desktop targets.
- Keep the Slint Web event loop and UI instance alive after startup.
- Serve WebAssembly with the standard
application/wasmmedia type. - Keep freshly installed Phoenix projects formatted and passing their default controller tests.