- Add support for v5 annotations
- Rename api.v2 to cloud
-
Migrate to go11 modules
-
Add api.v2
-
Fix issue to make document uploads work with reMarkable 1.7.x firmware upgrade
-
Increased http timeout to 5 minutes to enable upload of larger files
-
Add user-agent header to be a good reMarkable citezen
-
Ls may take a directory as an argument
-
Ignore hidden files/directories by default
-
Initial support for annotations
-
Fix panic when autocompleting the "ls" command
-
Add find command
-
Windows fixes
-
Add autocompleter for local files that is used by "put"
-
Fix mv command
-
Put may take a second argument as destination
-
Autocomplete for "put" command only shows ".pdf" files
-
Add support to upload epub files
-
rm supports multiple files
-
Return exit code for non-interactivly commands
-
Vendorize fuse dependencies
-
Use new auth endpoints
-
Update doc
-
Fix file upload
Javier Uruen Val
-
Fix directory creation (fixes #6)
-
Add stat command to show entry's metadata
Javier Uruen Val
-
Initial release with support for most of the API and autocompletion.
Javier Uruen Val