0.1.4 - 2026-07-28

  • Start one supervised Web development runtime from the first Rekindle.DevServer request, without a Phoenix endpoint watcher.
  • Run headless Web or native desktop development explicitly through mix rekindle.dev.
  • Separate enabled build targets from the target selected for development and default combined projects to Web.
  • Serve development Web generations through the host-independent Rekindle.DevServer Plug.
  • Allow Web release publication below a configured :public_dir.
  • Route build notifications only to their target-specific development runtime.

0.1.3 - 2026-07-28

  • Use Phoenix's standard mix phx.server command for development and remove the redundant mix rekindle.dev wrapper.
  • Integrate Web builds with mix assets.build, simplify generated target configuration, and allow the installer to add a target without replacing existing Rust UI source.
  • Add concise build timing, browser loading and failure feedback, and Web development lifecycle events.
  • Integrate target-aware Rust formatting, Clippy, and library checks with Phoenix's mix precommit alias.

0.1.2 - 2026-07-28

  • Resolve Cargo through rustup using the generated client toolchain.

0.1.1 - 2026-07-27

  • Simplified external process ownership, artifact publication, and installation.
  • Fixed Phoenix development entry resolution and runtime startup behavior.
  • Added staged desktop release replacement and stricter process option validation.
  • Added automated architecture, dead-code, and code-smell checks.
  • Fixed Web publication at priv/static/rekindle and removed the :public_dir option.
  • Restricted installation to newly generated clients instead of adopting an existing client/.
  • Replaced retained desktop generations and restart rollback with a single current executable.

0.1.0 - 2026-07-24

  • Initial release.