Releases: jaywonchung/reason
Releases · jaywonchung/reason
v0.3.10
What's New
exclusive_label_groups
allow you to configure sets of paper labels that are exclusive to each other. Setting one label in a exclusive label group will remove other labels in the same group. This is useful when you're using a group of labels to track the state of a paper, and the paper makes sense to only have one label from the group.
v0.3.9
CI fix release.
v0.3.8
Bug fix
- Panic on
curl
with a PDF that has unconventionalCreationDate
metadata.
v0.3.7
Fixed
- Fixed a bug where
curl
failed to download from arXiv PDF URLs (e.g. https://arxiv.org/pdf/2208.06102.pdf)
v0.3.6
Added
- You can now use
wc
to count the number of papers, either passed via pipe or identified with filters.
Fixed
- Fixed a bug that prevented the final output of
rm
from being printed.
v0.3.5
Added
- Paper metadata are now saved to disk after each command is executed.
- You can download arbitrary PDF urls with
curl
.
Fixed
- Fixed PDF download directory for
curl
. - Fixed security issues raised by Dependabot.
v0.3.4
Added
- You can now invoke single commands directly in your command line, e.g.
reason printf
.
Fixed
touch
wrongly claiming duplicate titlerm
andopen
wrong error messages
v0.3.3
- Added
--help/-h
and--version/-v
. - Small corrections in documentation.
v0.3.2
- Bug fix:
curl
not splitting "and" in author lists
v0.3.1
rm
now also removes PDFs and notes files