diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-05-02 13:05:37 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-05-02 13:05:37 +0100 |
| commit | 9bf3cc745e9bc01cb8e9ed3e8c14407f639b233e (patch) | |
| tree | e809e98f92cf499e833eb2993cfff0066cdf016e | |
| parent | Add a comment regarding use without a remarkable (diff) | |
| download | paper2remarkable-9bf3cc745e9bc01cb8e9ed3e8c14407f639b233e.tar.gz paper2remarkable-9bf3cc745e9bc01cb8e9ed3e8c14407f639b233e.zip | |
Bump version and update changelog
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | paper2remarkable/__version__.py | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b727cb7..37ed104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Version 0.6.4 + +* Further fixes for images in HTML sources + ([#45](https://github.com/GjjvdBurg/paper2remarkable/issues/45)). Thanks to + @sirupsen. + ## Version 0.6.3 * Properly resolve image urls in HTML sources @@ -73,7 +73,7 @@ usage: p2r [-h] [-b] [-c] [-d] [-n] [-p REMARKABLE_DIR] [-r] [-k] [-v] [-V] [--pdftk PDFTK] [--qpdf QPDF] [--rmapi RMAPI] input -Paper2reMarkable version 0.6.3 +Paper2reMarkable version 0.6.4 positional arguments: input URL to a paper or the path of a local PDF file diff --git a/paper2remarkable/__version__.py b/paper2remarkable/__version__.py index e6d205f..146c34c 100644 --- a/paper2remarkable/__version__.py +++ b/paper2remarkable/__version__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (0, 6, 3) +VERSION = (0, 6, 4) __version__ = ".".join(map(str, VERSION)) |
