Changelog
Features, enhancements
- Support for Expeditionary Forces CDLC (#149)
- Support for private mods (kudos to @vincepandolfo)
Bugfixes
- Only persist mods after they are fully initialised (kudos to @TheTimidShade)
- Fix LazyInitializationException upon automatic mod update
Update instructions (Docker):
# downloads new image version
docker compose pull
# stop and remove current containers
docker compose down
# start new containers
docker compose up
Full Changelog: v1.3.0...v1.4.0