Skip to content

Commit

Permalink
paper2remarkable release v0.9.12
Browse files Browse the repository at this point in the history
* Bugfix for NeurIPS provider
* Bugfix for IACR provider
* Bugfix for PubMed provider
* Bugfix for `remarkable_dir` argument (#131)
* Disable SagePub, ScienceDirect, and Taylor & Francis providers due to
  CloudFlare blocking automated access
* Disable CiteSeerX due to incomplete results when fetching metadata
* Improve instructions in the readme
* Remove `cloudscraper` dependency
  • Loading branch information
GjjvdBurg committed Sep 24, 2023
1 parent 32a6688 commit 8531fb3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## Version 0.9.12

* Bugfix for NeurIPS provider
* Bugfix for IACR provider
* Bugfix for PubMed provider
* Bugfix for `remarkable_dir` argument (#131)
* Disable SagePub, ScienceDirect, and Taylor & Francis providers due to
CloudFlare blocking automated access
* Disable CiteSeerX due to incomplete results when fetching metadata
* Improve instructions in the readme
* Remove `cloudscraper` dependency

## Version 0.9.11

* Bugfix for SagePub provider
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -36,7 +36,6 @@ reMarkable from any of the following sources:
* [arXiv](https://arxiv.org/)
* [ACL Web](https://www.aclweb.org/anthology/)
* [ACM Digital Library](https://dl.acm.org/dl.cfm)
* [CiteSeerX](http://citeseerx.ist.psu.edu/index)
* [CVF](https://openaccess.thecvf.com/menu)
* [ECCC](https://eccc.weizmann.ac.il/reports/menu/)
* [IACR](https://eprint.iacr.org/)
Expand Down
1 change: 0 additions & 1 deletion docs/man.md
Expand Up @@ -127,7 +127,6 @@ to whether a URL to the PDF or to the abstract page is provided.
- arXiv
- ACL Web
- ACM Digital Library
- CiteSeerX
- CVF
- ECCC
- IACR
Expand Down
2 changes: 1 addition & 1 deletion paper2remarkable/__version__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

VERSION = (0, 9, 11)
VERSION = (0, 9, 12)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 8531fb3

Please sign in to comment.