Skip to content

Releases: mide/minecraft-overviewer

Final Upstream Release

16 Jul 18:58
204aaeb
Compare
Choose a tag to compare

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

15 May 03:47
b0ac302
Compare
Choose a tag to compare

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

06 Nov 14:30
d2fad05
Compare
Choose a tag to compare

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

21 Jul 02:21
32f2234
Compare
Choose a tag to compare

Just a quick push to use Python3. No other changes, and should be transparent to users.

Add texturepath Option to Configuration

29 Apr 11:15
3397eb4
Compare
Choose a tag to compare

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

05 Sep 11:38
Compare
Choose a tag to compare

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

20 Jan 01:55
Compare
Choose a tag to compare

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

10 Jul 12:22
Compare
Choose a tag to compare

This is the initial release of the mide/minecraft-overviewer Docker container. See on Docker Hub.