Getdown v1.8.4 Release Notes

Release Date: 2019-05-14 // almost 6 years ago
    • โž• Added verify_timeout config to allow customization of the default (60 second) timeout during the resource verification process. Apparently in some pathological situations, this is needed. Woe betide the users who have to stare at an unmoving progress bar for more than 60 seconds. Via [#198](//github.com/threerings/getdown/pull/198) and [901682d](//github.com/threerings/getdown/commit/901682d).

    • Added java_local_dir config to allow custom location for Java if java_location is specified. Via [#206](//github.com/threerings/getdown/pull/206).

    • messages_XX.properties files are now all maintained in UTF-8 encoding and then converted to escaped ISO-8859-1 during the build process.

    • ๐Ÿ‘ Resources and unpacked resources now support .zip files as well as .jar files. Via [#210](//github.com/threerings/getdown/pull/210).

    • ๐Ÿ›  Fixed issue when path to JVM contained spaces. Via [#214](//github.com/threerings/getdown/pull/214).