This repository was archived by the owner on Jul 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ ## rmapi 0.0.11 (April 28, 2020)
2+
3+ * Add env variables to override cloud API hosts (@ddvk )
4+
5+ * Upload downloaded zip files (@ddvk )
6+
7+ * Bug fix: use UTC time when setting document's upload time (@ddvk )
8+
9+ * Add support to optinally create thumbnails for uploaded documents (@ddvk )
10+
11+ * Update CI scripts to use Go 1.13 (@ddvk )
12+
113## rmapi 0.0.10 (April 17, 2020)
214
315* Multiple annotation fixes (@ddvk )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Use `terminal` or `iterm` to get a terminal to run commands from it.
1919Download ` rmapi ` with the following command:
2020
2121``` bash
22- curl -L https://github.com/juruen/rmapi/releases/download/v0.0.10 /rmapi-macosx.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip
22+ curl -L https://github.com/juruen/rmapi/releases/download/v0.0.11 /rmapi-macosx.zip -o rmapi .zip -o rmapi.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip
2323```
2424
2525Alternatively, you can build it from sources.
Original file line number Diff line number Diff line change 11package version
22
3- const Version = "0.0.10 "
3+ const Version = "0.0.11 "
You can’t perform that action at this time.
0 commit comments