Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Releases: juruen/rmapi

v0.0.6

08 Sep 21:16
Compare
Choose a tag to compare
Release 0.0.6

rmapi 0.0.5 (August 11, 2019)

11 Aug 11:28
Compare
Choose a tag to compare
  • 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

rmapi 0.0.4 (October 1, 2018)

01 Oct 08:41
Compare
Choose a tag to compare
  • 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

v0.0.3

25 Feb 12:55
Compare
Choose a tag to compare

rmapi 0.0.3 (February 25, 2018)

  • Update doc

  • Fix file upload

v0.0.2

25 Feb 10:28
Compare
Choose a tag to compare

rmapi 0.0.2 (February 25, 2018)

  • Fix directory creation (fixes #6)

  • Add stat command to show entry's metadata

    Javier Uruen Val

v0.0.1

24 Feb 16:33
Compare
Choose a tag to compare

rmapi 0.0.1 (February 24, 2018)

  • Initial release with support for most of the API and autocompletion.

    Javier Uruen Val