fix file get
[clinton/thingy_grabber.git] / README.md
index 04227c6..07520c2 100644 (file)
--- 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,7 +101,9 @@ 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.1
+* 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.