Changelog
implementing a full TUI or rendering features.
This is my first public Bevy plugin, and I vibe-coded a large part of it. You have been warned.
See GitHub Releases and the Bevy REPL Book for details.
0.5.0 - 2026-08-01
๐งช Experimental
- Spike 0.17 changes (
65b5480)
โ๏ธ Repository
- Fix workflow deployments (
d5726dc)
0.4.1 - 2025-08-29
๐ Documentation
- Add mdbook plugins (
9b8ebd4) - Introducing the Bevy REPL Book (
b7710e0) - Update readme toc (
e4390a3) - Update readme (
43493fc) - Add docs for other design experiments (
b1b2abc)
๐งช Experimental
- Context refactor and better keybinds (
dd28099) - Custom keybinds and cleaner examples (
2209b9d) - Add placeholders for help (
4354571) - Remove scrollreadyset, always stdout (
bed7d47) - Move stdout behind feature flag (
a6460bc) - Make context mgmt better (
8b0db88) - Remove pretty stuff (
ce50975)
โ๏ธ Repository
- (docs) Build mdBook on PR, deploy only on tags using mdBook action (
2e090cd) - Use the real github action for pages (
06030f1) - Deploy the book on every push to main (
c4589a2) - Make the book on every push to main (
563574c) - Enable changelog generation (
82832ca)
[0.3.0] - 2025-08-14
๐ Documentation
- Update readme (
a958b70) - Add demo tape to readme (
ce5a626) - Readability updates (
55104ba) - Fancy demo (
a328508) - Limitations (
69b39fb) - Add known issues to readme (
3a7dbe1)
๐ Bug Fixes
- Disable the changelog for now (
ca1d368) - Clean up examples (
3f6f234) - Bad plugin setup (
a1ebbe2) - Close and quit were misconfigured (
df104b1) - Remove broken cmds that need world access (
19aca25)
๐งช Experimental
- Disable changelog on main for now (
9b02990) - Demo (
a1ff6b3) - Custom log layer (
bd50098) - Pretty renderer is working (
3cd37cd) - Repl println macro (
a7bb78f) - Lots of examples and ergonomic renderer settings (
7e3cbee) - Custom renderer (
ca17531) - Even more examples (
e70cf98) - Overhaul (
d0bbea2) - Works with windowed apps too! (
955262b) - Built-in commands, derive, and examples (
a781f21) - Add more examples (
d455679) - Command parsing works!!!! (
a7edc34) - Buffer text input and backspace (
d9df188) - Custom ratatui context (
fc6bba4) - Drop bevy_crossterm and use bevy_ratatui (
60231d1) - Bevy_crossterm and simplify (
2c8295e) - Switch from rustyline to crossterm (
3bda182) - Tweaking the derive macros (
ad8421b) - Cleanup (
b331b52) - Derive (
2ed17bc) - More advanced patterns (
4df61ee) - More designing through the readme (
0f7432b) - Add rustyline, write out design docs (
fd4ea0f)
New Contributors โค๏ธ
- @philiplinden made their first contribution