karashiiro / Simulacrum

Video shimdeo
GNU Affero General Public License v3.0
5 stars 0 forks source link

Add concept of release streams to the plugin and API #14

Open karashiiro opened 1 week ago

karashiiro commented 1 week ago

We need to be able to test new features (and potentially support custom builds?) in a backwards-compatible manner, so server and client builds are not locked to one another. In other words, we need a versioning system flexible enough to support branching versions, and that can negotiate supported features between clients and servers.

Notes