What's Changed
- Added 1.21.6 compatibility.
- Added
forceCopyFilesToStandardLocation
option to the server config. It's a list of files that client will be forced to load from standard directory. By default most mods are loaded from separate automodpack directory, this list specifies files which will be copied to e.g. standard mods folder. This will break seamless updates! Use only when you have really good reason for it. Configuration works exactly the same waysyncedFiles
does. disableInternalTLS
doesn't require loopback address anymore, although its still very much recommend.localAddressToSend
got removed, it was useless.portToSend
behavior was slightly changed (see wiki). Now its more similar to how it worked in beta 36. Using reverse proxies will require it to be configured but connections though e.g. playit.gg should work out-of-the-box.- Auto downgrading to versions lower than this (4.0.0-beta38) is now prevented to avoid potential security issues from older versions.
- A lot of boring internal build script changes.
Full Changelog: https://github.com/Skidamek/AutoModpack/compare/v4.0.0-beta37...v4.0.0-beta38
What's Changed
- Server config got revamped, few entries are gone replaced for new, easier to understand ones. Config should auto update to the new schema however if you changed some modpack host related settings it might require a little revision.
- Improved a little bit download and changelog screens.
- Added
amp
as a shortcut to theautomodpack
command. - Added
automodpack host fingerprint
command. mods
,config
,shaderpacks
andresourcepacks
folders should be auto created on fresh install in the/automodpack/host-modpack/main/
to reduce confusion as to how it works.- Fixed edge-cases with incorrectly generated file path entries in the modpack e.g. occurring e.g. in docker containers #387.
- Improved saving the certificate fingerprints, fixing #382.
- Few other smaller fixes/improvements mainly around modpack host.
- Update zh_cn.json by @zyf722 in https://github.com/Skidamek/AutoModpack/pull/378.
- Update fr_fr.json by @justeyanis in https://github.com/Skidamek/AutoModpack/pull/390.
New Contributors
- @zyf722 made their first contribution in https://github.com/Skidamek/AutoModpack/pull/378
- @justeyanis made their first contribution in https://github.com/Skidamek/AutoModpack/pull/390
Full Changelog: https://github.com/Skidamek/AutoModpack/compare/v4.0.0-beta36...v4.0.0-beta37