Skip to content

Releases: HotaruBlaze/goTES3MP

v0.4.0

v0.4.0-pre-release-3

06 Apr 00:15
80bd56b
Compare
Choose a tag to compare
Fix multiple build issues

v0.4.0-pre-release-2

28 Feb 12:48
757642f
Compare
Choose a tag to compare

v0.4.0-pre-release

v0.4.0-discord_guildID

25 Feb 21:35
be1fae3
Compare
Choose a tag to compare
Pre-release
Add discord.guildID

v0.3.8-pre-release-2

09 Oct 12:43
d872da5
Compare
Choose a tag to compare
v0.3.8-pre-release-2 Pre-release
Pre-release

This only is for testing the aarm64 builds.

v0.3.8-pre-release

25 Sep 15:00
fdb4dd4
Compare
Choose a tag to compare
v0.3.8-pre-release Pre-release
Pre-release

This contains most of the changes from v0.3.7.1-pre-release, however pre-existing compatibility is likely to be broken and requires changes. This is largely unavoidable.

Changes specific to this release

GoTES3MP

  • Set CGO_ENABLED=0: This resolves the issue around GCC versions, as we are no longer depending on the systems GCC
    (This makes goTES3MP a fully static build).
  • Fix Global Discord nicknames: Fix for people using a discord global nickname.

TES3MP Changes

Misc

  • Updated Github actions.

Changes from the previous Pre-release are below

TES3MP Changes

  • Lua Script logic redesign, Tweaking how the code calls itself, as well as a dynamic import system.

  • Make commands not case sensitive

  • Fix crash when kicking a player

  • Added crashGrabber, A module for grabbing script error logs and printing them directly to discord.

  • Remove unused imports

  • Add EmmyLua compatable annotations

  • Fix getLuaModulesFromFolder possibly triggering a bad pipe

  • Support "unknown" error types, such as tes3mp error types

goTES3MP Changes

  • golang code cleanup, no new features

Github Changes

  • Added tests for some of the bots utility functions

  • Add dev as a test branch

Full Changelog: v0.3.6...v0.3.7.1-pre-release

v0.3.7.1-pre-release

22 Aug 16:58
b63bf59
Compare
Choose a tag to compare

Note: This Release has minimal changes from 0.3.6, it should support the old lua scripting but its recommended to update.

TES3MP Changes

  • Lua Script logic redesign, Tweaking how the code calls itself, aswell as a dynamic import system.

  • Make commands not case sensitive

  • Fix crash when kicking a player

  • Added crashGrabber, A module for grabbing script error logs and printing them directly to discord.

  • Remove unused imports

  • Add EmmyLua compatable annotations

  • Fix getLuaModulesFromFolder possibly triggering a bad pipe

  • Support "unknown" error types, such as tes3mp error types

goTES3MP Changes

  • golang code cleanup, no new features

Github Changes

  • Added tests for some of the bots utility functions

  • Add dev as a test branch

Full Changelog: v0.3.6...v0.3.7.1-pre-release

v0.3.6

v0.3.6-pr-final