X-Git-Url: http://git.hcoop.net/clinton/thingy_grabber.git/blobdiff_plain/e45ba96358eab3719afe42bd2e9fa7773f155e38..10f0238d9070c7f6443a5b4f3eb6da3d6eba61aa:/README.md diff --git a/README.md b/README.md index f79df1a..07520c2 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ Once you have your key, either specify it on the command line or put it in a tex ### Why can't I use yours? Because API keys can (are?) rate limited. +## Downloads +The latest version can be downloaded from here: https://github.com/cwoac/thingy_grabber/releases/. Under the 'assets' triangle there is precompiled binaries for windows (no python needed!). + ### Things `thingy_grabber.py thing thingid1 thingid2 ...` This will create a directory named after the title of the thing(s) with the given ID(s) and download the files into it. @@ -98,6 +101,10 @@ python3, requests, py7xr (>=0.8.2) - If there is an updated file, the old directory will be moved to `name_timestamp` where `timestamp` is the last upload time of the old files. The code will then copy unchanged files across and download any new ones. ## Changelog +* v0.10.2 + - Fixed regression in rest API +* v0.10.1 + - A couple of minor bug fixes on exception handling. * v0.10.0 - API access! new -a option to provide an API key for more stable access. * v0.9.0