blob: b273ac43d720669b6515347e360cf50d93dd48ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
# Changelog
## Version 0.5.2
* Add provider for US National Bureau of Economic Research
([#27](https://github.com/GjjvdBurg/paper2remarkable/pull/27)).
* Automatically extract the filename from a pdf url where possible
([#25](https://github.com/GjjvdBurg/paper2remarkable/issues/25)).
* Speed up centering of pdfs by removing unnecessary cropping operation.
* Improve robustness against missing metadata, remove spaces in author names,
and other minor improvements.
## Version 0.5.1
* Automatically detect when a HTML source is provided
([#24](https://github.com/GjjvdBurg/paper2remarkable/pull/24))
## Version 0.5.0
* Add support for articles from the web using the ``--html`` flag
([#23](https://github.com/GjjvdBurg/paper2remarkable/pull/23))
* Add ``--version`` command to command line interface
* Fix cropping bug that resulted in occassional rotated pages
## Version 0.4.6
* Add support for older arXiv URL scheme
## Version 0.4.5
* Add logging of long running crop/center operations
* Keep cookies during requests
* Add wait for CiteSeerX provider
* Make determining the provider more robust (issue
[#21](https://github.com/GjjvdBurg/paper2remarkable/issues/21))
## Version 0.4.4
* Bugfix for creating a directory on the reMarkable
([#20](https://github.com/GjjvdBurg/paper2remarkable/issues/20))
## Version 0.4.3
* Add provider for CiteSeerX
* Update provider for ACM (website redesign)
* Properly use exceptions when errors occur
## Version 0.4.2
* Add provider for Proceedings of Machine Learning Research
([#8](https://github.com/GjjvdBurg/paper2remarkable/issues/8))
* Add provider for NeurIPS papers
([#12](https://github.com/GjjvdBurg/paper2remarkable/issues/12))
## Version 0.4.1
* Add support for alternative arXiv URLS
* Always run all redirects on specified urls before choosing provider
## Version 0.4.0
* Refactor code to make it a real Python package
* Rename to ``paper2remarkable``
|