diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-05-30 21:26:39 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-05-30 21:26:39 +0100 |
| commit | fc2bb2d44cf07c817abcf84b6bb80dadbe2ab719 (patch) | |
| tree | 4239d00020a97d61245648c774d3d4e07c849ee1 | |
| parent | Add new sources to readme (diff) | |
| download | paper2remarkable-fc2bb2d44cf07c817abcf84b6bb80dadbe2ab719.tar.gz paper2remarkable-fc2bb2d44cf07c817abcf84b6bb80dadbe2ab719.zip | |
| -rw-r--r-- | CHANGELOG.md | 9 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/man.md | 2 | ||||
| -rw-r--r-- | paper2remarkable/__version__.py | 2 |
4 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d3063..e8e5484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## Version 0.9.4 + +* Bugfix for uploading multiple files + ([#110](https://github.com/GjjvdBurg/paper2remarkable/issues/110)) +* Add support for IACR ePrints + ([#113](https://github.com/GjjvdBurg/paper2remarkable/pull/113)) +* Add support for ECCC reports + ([114](https://github.com/GjjvdBurg/paper2remarkable/pull/114)) + ## Version 0.9.3 * Bugfix for Taylor & Francis provider (thanks to @gwtaylor @@ -165,7 +165,7 @@ usage: p2r [-h] [-b] [-c] [-d] [-e] [-n] [-p REMARKABLE_DIR] [-r] [-k] [-v] [--qpdf QPDF] [--rmapi RMAPI] [--css CSS] [--font-urls FONT_URLS] [-C CONFIG] input [input ...] -Paper2reMarkable version 0.9.1 +Paper2reMarkable version 0.9.4 positional arguments: input One or more URLs to a paper or paths to local PDF diff --git a/docs/man.md b/docs/man.md index 9ed00da..4a91760 100644 --- a/docs/man.md +++ b/docs/man.md @@ -129,6 +129,8 @@ to whether a URL to the PDF or to the abstract page is provided. - ACM Digital Library - CiteSeerX - CVF +- ECCC +- IACR - JMLR - Nature - NBER diff --git a/paper2remarkable/__version__.py b/paper2remarkable/__version__.py index 07fc7ba..8af39dd 100644 --- a/paper2remarkable/__version__.py +++ b/paper2remarkable/__version__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (0, 9, 3) +VERSION = (0, 9, 4) __version__ = ".".join(map(str, VERSION)) |
