Releases: modular-server-manager/server
Releases · modular-server-manager/server
V0.1.5
Full Changelog: 0.1.4...0.1.5
V0.1.4
Full Changelog: 0.1.3...0.1.4
V0.1.3
V0.1.2
What's Changed
- Potential fix for code scanning alerts no. 19-20-21: Workflow does not contain permissions by @AntoineBuirey in #8
- build(deps): Bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #12
- build(deps): Bump urllib3 from 2.4.0 to 2.5.0 by @dependabot[bot] in #13
- build(deps): Bump eventlet from 0.39.1 to 0.40.3 by @dependabot[bot] in #14
- build(deps): Bump on-headers and serve in /client by @dependabot[bot] in #16
- Potential fix for code scanning alert no. 37: Reflected server-side cross-site scripting by @AntoineBuirey in #17
- dev 0.1.2 by @AntoineBuirey in #18
- build(deps): Bump python-socketio from 5.13.0 to 5.14.0 by @dependabot[bot] in #19
Full Changelog: 0.1.1...0.1.2
V0.1.1
This Release represents a major architectural refactoring. The changes transform the application from a monolithic Flask-based server manager into a modular, event-driven system with a sophisticated inter-process communication bus.
Main changes
- Complete architectural redesign with event-driven communication using a custom bus system
- Modular structure separating user interfaces, Minecraft server management, and core functionality
- Enhanced client-side interface with improved TypeScript structure and server management capabilities
V0.1.0
fix: Rename workflow to 'On Release' and add path for downloaded arti…