diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-10-20 23:26:02 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-10-20 23:26:02 +0200 |
| commit | 13a5a27233c650612253264a2f2818550df8b883 (patch) | |
| tree | c05f1ccd34e4f3148a800d2d1d4f3b8ca89a41e1 | |
| parent | formatting (diff) | |
| download | paper2remarkable-13a5a27233c650612253264a2f2818550df8b883.tar.gz paper2remarkable-13a5a27233c650612253264a2f2818550df8b883.zip | |
Bump version and update changelogv0.7.3
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | README.md | 18 | ||||
| -rw-r--r-- | paper2remarkable/__version__.py | 2 |
3 files changed, 16 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b3cc27b..9a9afc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Version 0.7.3 + +* Increase robustness for arXiv sources +* Fix NBER provider after site update +* Add support for multiple command line inputs + ## Version 0.7.2 * Add support to optionally use @@ -150,25 +150,25 @@ issue [on GitHub][github-url]. ``` usage: p2r [-h] [-b] [-c] [-d] [-n] [-p REMARKABLE_DIR] [-r] [-k] [-v] [-V] - [--filename FILENAME] [--gs GS] [--pdftoppm PDFTOPPM] - [--pdftk PDFTK] [--qpdf QPDF] [--rmapi RMAPI] - input + [--filename FILENAME] [--gs GS] [--pdftoppm PDFTOPPM] [--pdftk PDFTK] + [--qpdf QPDF] [--rmapi RMAPI] + input [input ...] -Paper2reMarkable version 0.7.2 +Paper2reMarkable version 0.7.3 positional arguments: - input URL to a paper or the path of a local PDF file + input One or more URLs to a paper or paths to local PDF files optional arguments: -h, --help show this help message and exit -b, --blank Add a blank page after every page of the PDF -c, --center Center the PDF on the page, instead of left align -d, --debug debug mode, doesn't upload to reMarkable - -n, --no-upload don't upload to the reMarkable, save the output in - current working dir + -n, --no-upload don't upload to the reMarkable, save the output in current working + dir -p REMARKABLE_DIR, --remarkable-path REMARKABLE_DIR - directory on reMarkable to put the file (created if - missing, default: /) + directory on reMarkable to put the file (created if missing, default: + /) -r, --right Right align so the menu doesn't cover it -k, --no-crop Don't crop the pdf file -v, --verbose be verbose diff --git a/paper2remarkable/__version__.py b/paper2remarkable/__version__.py index 79572fa..2010c24 100644 --- a/paper2remarkable/__version__.py +++ b/paper2remarkable/__version__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (0, 7, 2) +VERSION = (0, 7, 3) __version__ = ".".join(map(str, VERSION)) |
