Getdown v1.6.1 Release Notes

Release Date: 2017-02-12 // about 7 years ago
    • 🛠 Fix issues with URL path encoding when downloading resources. (84af080b0)

    • 📜 Parsing digest.txt changed to allow = to appear in the filename. In getdown.txt we split on the first = because = never appears in a key but may appear in a value. But in digest.txt the format is filename = hash and = never appears in the hash but may appear in the filename, so there we want to split on the last = not the first.

    • 🛠 Fixed bug with progress tracking and reporting. (256e0933)

    • 🛠 Fix executable permissions on jspawnhelper. (#74)