Releases: perrette/papers
Releases · perrette/papers
v2.12
v2.10
v2.9.1
alias -e for --edit in papers list, consistently with papers add
Full Changelog: v2.9...v2.9.1
v2.9
New behaviour:
- open the folder instead of single PDF(s) when several files are present
Full Changelog: v2.8...v2.9
v2.8
One-liner list by default. Also return the same one-liner upon papers add.
Full Changelog: v2.7.1...v2.8
v2.7
Open files upon listing
Now possible to open files from papers list SEARCH TERMS --open
#68
Full Changelog: v2.5...v2.6
v2.5
What's Changed
- Improved git-based undo/redo including git-lfs
- Journal field in rename keys by @boyanpenkov
- Other fixes and typos by @gl-yziquel
New Contributors
Full Changelog: v2.4...v2.5
git tracking undo redo, tag edit/search, tests, install details
Quite a few features were added:
- git tracking now includes files and has infinite memroy git redo / undo (see README; solves issue #51)
papers list
:- fullsearch : can now search across all fields concatenated
--tag
filtering,--add-tag
editing and tag included in prettypapers list -1
printing (solves #30)- search fields can now be entered without quotes, as single words (AND or OR if
--any
is passed)
git install
is interactive and takes default from previous installs
Many tests were added (#48 ), though that is an endless quest (now about 80% coverage up from 50-60%).
Some behaviors break with 2.3:
papers list -k
now used forpapers list --key ...
instead of previouslypapers --key-only
papers list --key
now behaves like any other field (substring matching)papers list --fuzzy
threshold is lowered (might be removed altogether in future versions => does not work well)papers install
behaves differently (interactive, takes default from previous installs)
Can be installed with pip pip install -U papers-cli
.
add from DOI, duplicates check, encoding and more
- add entry w/o PDF, from DOI only
- update default similarity to PARTIAL
- bugfixes (add duplicates, file rename...)
- use bibtexparser.customization.convert_to_unicode