Skip to content

Releases: modular-server-manager/server

V0.1.5

01 Nov 14:13

Choose a tag to compare

V0.1.5 Pre-release
Pre-release

Full Changelog: 0.1.4...0.1.5

V0.1.4

22 Oct 19:59

Choose a tag to compare

V0.1.4 Pre-release
Pre-release

Full Changelog: 0.1.3...0.1.4

V0.1.3

22 Oct 17:28
4cf586f

Choose a tag to compare

V0.1.3 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.2...0.1.3

V0.1.2

07 Oct 17:38
c5004e0

Choose a tag to compare

V0.1.2 Pre-release
Pre-release

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

11 Sep 07:50
d8417c9

Choose a tag to compare

V0.1.1 Pre-release
Pre-release

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

20 May 19:59

Choose a tag to compare

V0.1.0 Pre-release
Pre-release
fix: Rename workflow to 'On Release' and add path for downloaded arti…