v0.2.0
Pre-release
Pre-release
Note on binary release
We have plan to provide SDK, but still working on it. We don't provide binary release up to now. To build from source, please read Ayaka Book.
What's Changed
- 支持多个 WASM 运行时 by @Berrysoft in #30
- Rewrite tauri_plugin_localhost to fix Linux resource loading issues by @Tim-Paik in #39
- fix CORS by @Tim-Paik in #40
- Use std::net::TcpListener to randomly assign ports by @Tim-Paik in #41
- fix live2d on webkitgtk by @Tim-Paik in #42
- save window state by @Tim-Paik in #43
- track ignore files by @Tim-Paik in #44
- Decouple switches and exec. by @Berrysoft in #46
- fix(.github/dependabot.yml): change cargo check to weekly by @LaoshuBaby in #54
- Decouple settings manager from runtime. by @Berrysoft in #55
- Add vfs support to runtime. by @Berrysoft in #57
- Remove WASI support by @Berrysoft in #62
- Enable multiple FRFS files overlay. by @Berrysoft in #63
- Add custom pack header and change pack extension. by @Berrysoft in #64
- Use axum instead of actix. by @Berrysoft in #67
- feat: cookbook link fix and init translation by @LaoshuBaby in #69
- Add a view model to runtime. by @Berrysoft in #70
- 合并 cookbook by @Berrysoft in #72
- Fix backgrounds finding in LaTeX frontend. by @Berrysoft in #73
- Enable WASMI backend. by @Berrysoft in #74
- Debug build when PR. by @Berrysoft in #80
- Use TarFS. by @Berrysoft in #83
- Rewrite text parsing with nom. by @Berrysoft in #85
- Add full test for
ayaka-model
by @Berrysoft in #93 - Make Ayaka script parser intrinsic by @Berrysoft in #107
- Use chunked response to avoid bugs on Linux. by @Berrysoft in #109
- Reduce unwraps and panics by @Berrysoft in #110
- Response currectly to Range by @Berrysoft in #116
- Add metadata and update to 0.2.0 by @Berrysoft in #120
New Contributors
- @Tim-Paik made their first contribution in #39
- @LaoshuBaby made their first contribution in #54
Full Changelog: v0.1.0...v0.2.0