• 3.0.0-alpha.11 bdacd5a965

    Griefed released this 2021-11-30 18:15:27 +01:00 | 4030 commits to main since this release

    3.0.0-alpha.11 (2021-11-30)

    ✂️ Refactor

    • Improve error handling and reporting (77985b6)
    • Print server-icon and server.properties paths. Re-organize method in CreateServerPackTab to ensure GUI becomes responsible again if the generation of a server pack fails. (e42b3b1)
    • Rename fields still referencing old serverPackCreatorProperties to applicationProperties (e1b7c62)
    • Rework error redirect. (85543ac)
    • Set rate at which tailers tail to 100ms, instead of 2000ms. (ba4624f)
    • Sort by downloads, descending (2f6f6d4)
    • When a requested server pack already exists, offer a download to the user. (39dc626)

    🚀 Features

    • Write errors encountered during config check to logs/console. When using GUI, show a message with the encountered Errors. Helps with figuring out whats wrong with a given configuration. (e1b0c62)

    🛠 Fixes

    • Allow selection of bmp, jpg and jpeg as server-icons. Java correctly converts them to png for use as server-icons. If the image could not be loaded, print an error message. (d2c1ac7)
    • Set downloads and votes to zero upon generation of server pack (be84232)

    Other

    Downloads