-
released this
2025-11-29 10:25:06 -05:00 | 0 commits to master since this releaseAs part of a modernization of the user experience, the legacy event source api has been replaced by web sockets. This is a "breaking change", as in requiring updating requirements.
There is a new wizard command,
!restart_story, which I guess doesn't need any further explanation (run with--wizardto enable commands).The command prompt in the web ui will now be disabled while waiting for the server to respond.
There is now a dungeon underneath The Prancing Llama. Something I have envisioned since the start of development.
Consider the new API a bit experimental. If you encounter problems, roll back to v0.41.1 (and please report the issue).
What's Changed
- Add WebSocket support to browser IO using FastAPI by @Copilot in https://github.com/neph1/LlamaTale/pull/126
- Add !reset_story wizard command to restart story without server restart by @Copilot in https://github.com/neph1/LlamaTale/pull/128
- Remove EventSource-based WSGI API from IF mode by @Copilot in https://github.com/neph1/LlamaTale/pull/131
- update v0.42.0 by @neph1 in https://github.com/neph1/LlamaTale/pull/129
Full Changelog: https://github.com/neph1/LlamaTale/compare/v0.41.1...v0.42.0