diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-10-24 01:04:29 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-10-24 01:04:29 +0200 |
| commit | bb43b8e634bab85d6fdff2fa7b47a1884041ae10 (patch) | |
| tree | 2d5b5e701819f77cf93c542c4d07087a988427a0 | |
| parent | Merge branch 'feature/cvf' (diff) | |
| download | paper2remarkable-bb43b8e634bab85d6fdff2fa7b47a1884041ae10.tar.gz paper2remarkable-bb43b8e634bab85d6fdff2fa7b47a1884041ae10.zip | |
Bump version and update changelogv0.7.4
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | paper2remarkable/__version__.py | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9afc0..6518b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 0.7.4 + +* Add provider for CVF + ## Version 0.7.3 * Increase robustness for arXiv sources @@ -165,11 +165,9 @@ optional arguments: -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 2010c24..5c0adff 100644 --- a/paper2remarkable/__version__.py +++ b/paper2remarkable/__version__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (0, 7, 3) +VERSION = (0, 7, 4) __version__ = ".".join(map(str, VERSION)) |
