Skip to content

v1.4.1

Latest
Compare
Choose a tag to compare
@fugasjunior fugasjunior released this 05 Dec 20:20
· 1 commit to master since this release
31b79c9

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