Releases: mide/minecraft-overviewer
Final Upstream Release
This release is to capture the final upstream release. If overviewer/Minecraft-Overviewer
opens for development work again, we can update this repository to support.
As of April 5, 2023, the upstream Minecraft-Overviewer project is no longer being maintained. For more information on the matter, please check the project's Official GitHub.
Git Sourced
With this release, we now install Minecraft-Overviewer from Git sources instead of Debian packages. This hopefully will mean that the resulting image has a more up-to-date copy of Overviewer.
If you encounter any problems, please file an issue on GitHub.
Differentiate Argument Environment Variables
As noted in #45, #46 and overviewer/Minecraft-Overviewer#1673, the --genpoi
launches a different code path that doesn't support the same environment variables as the main render script. Because of this, a new ADDITIONAL_ARGS_POI
environment variable is added, which is passed into the --genpoi
process only.
Because of this, ADDITIONAL_ARGS
is only passed into the main overviewer.py
process and no longer passed into the --genpoi
process.
Python3 Support
Just a quick push to use Python3. No other changes, and should be transparent to users.
Add texturepath Option to Configuration
This release adds the texturepath
option to the configuration file in order to fix Try specifying the 'texturepath' option in your config file.
errors.
See #29, #30 and #31 for more information. Thanks to @patricklucas for their contributions.
Bugfixes and Timestampped Dowloads
In this release are included a handful of bugfixes. These ensure the builds work and that we only download the Minecraft jars when they've changed.
Specific Versioning
This release removes any assumption about what Minecraft version you're running. If you fail to specify the MINECRAFT_VERSION
environment variable, the container will exit.
Initial Release
This is the initial release of the mide/minecraft-overviewer
Docker container. See on Docker Hub.