From 13a5a27233c650612253264a2f2818550df8b883 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 20 Oct 2020 23:26:02 +0200 Subject: Bump version and update changelog --- CHANGELOG.md | 6 ++++++ README.md | 18 +++++++++--------- 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 diff --git a/README.md b/README.md index 957efe9..20a0978 100644 --- a/README.md +++ b/README.md @@ -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)) -- cgit v1.2.3