Releases: GoMudEngine/GoMud
Releases · GoMudEngine/GoMud
master
Miscellaneous small bugs reported (#421) # Description PR to capture fixing small bugs reported/discovered. # Changes * Fixing a bug where splitting room descriptions that already have line breaks causes duplication of line data. * Webclient crops left side of text when in iframe (not present in /webclient-pure). This should fix it. # Links * https://github.com/GoMudEngine/GoMud/issues/418 * https://github.com/GoMudEngine/GoMud/issues/422 # Screenshots ## Description test <img width="422" height="122" alt="image" src="https://github.com/user-attachments/assets/a388174e-b605-421d-acb6-ad0e700e77e0" />
v0.9.1 release
Description
This defines a basic process for including auto-correcting/updating of datafiles etc. when users upgrade to a new binary version.
Changes
- main.go now defines VERSION - this should match release versions
- internal/migration/ code foor migration purposes.
- migration code is invoked in main.go before datafiles etc. are loaded (except for config)
- fixes a small error in training room script
- migration creates a backup of datafiles and restores on any errors
- flag
--version
can be used when running gomud to display version and quit - version set to
0.9.1
v0.9.0 release
v0.9.0 is in preparation for a 1.0 release, which should include auto-migration tools for incompatible code changes.
release-4ca8a5a
swapping around and to avoid null ptr deref (#389) # Description Addressing issue #388 by swapping around the `addRoomToMemory` and `SaveRoomTemplate` function calls in the `CreateZone` function. ## Changes - Calling `addRoomToMemory` before `SaveRoomTemplate` in `CreateZone`.
release-65f6a74
Addressing a few typos in the deafen command (#386)
v0.0.11-test
action testing:
v0.0.10-test
.10 test
v0.0.8-test
testing actions
release-6ce834d
Removing test style/include font (#385) # Description Quick PR to remove some test style code that was left in.
release-211346d
Removing test style/include font (#385) # Description Quick PR to remove some test style code that was left in.