**Full Changelog**: https://github.com/ECSDevs/MCSMT/compare/v3-0.2.13.0...v3-0.2.13.2
- [x] Join PyPI
- [x] Added a convenient version of v3 (single file EXE) (other systems are expected to be supported in the next major version v3.0.2.14.0)
- [x] Allow the server-side index generator to generate recursion (just enable traverse in the index generator's configuration)
- [ ] Downloading sdist and wheel from Releases is no longer supported, you should use PyPI
- [x] Add real-time announcement
- [ ] Currently, real-time announcements only support Chinese
Simple Q&A
Q: How to add recursive support to the configured server configuration file?
A: Just add a 1, like this: Source file:
json
[["mcsmt", ["py"], "copiedmcsmt"]]
After changes:
json
[["mcsmt", ["py"], "copiedmcsmt", 1]]
Don't ask why the latest version is shown as 0.2.13.4 on PyPI. This is because we try to release a beta version before the official release, but even if we delete it, we cannot reuse the version number.