v3.3.0
Files included in this release are:
-
BeamMP-Server.$DISTRO.$DISTROVERSION.$ARCH
for linux builds, for exampleBeamMP-Server.debian.11.x86_64
for the Debian 11 build for x86_64. All requireliblua5.3
to be installed. -
BeamMP-Server.exe
for the Windows build (x86_64). You need to install the Visual C++ Redistributables to run this. -
debuginfo*
files - IGNORE THESE, DO NOT DOWNLOAD THEM.
What's Changed
- Disable server config generation via ENV by @lionkor in #240
- Allow provider to define server port ENV by @lionkor in #244
- Move to AGPL-3.0 by @lionkor in #260
- add FreeBSD support by @jimkoen in #263
- Add
version
command by @sla-ppy in #274 - Fix assigment of ID's so two unique users dont get the same ID. by @sla-ppy in #277
- Fix unicycle counting as car by @sla-ppy in #288
- Fix stdin/stdout redirect on Windows by @lionkor in #265
- Add lua
Util.LogInfo()
,Util.LogError()
, etc. functions by @lionkor in #309 - Fix timeout for synced players by @sla-ppy in #289
- Link to the docs instead of the wiki in ServerConfig.toml by @AlexITA1100 in #291
- Remove backup1, backup2 backend endpoints by @lionkor in #313
New Contributors
- @sla-ppy made their first contribution in #274
- @AlexITA1100 made their first contribution in #291
Full Changelog: v3.2.2...v3.3.0