Skip to content

Releases: perrette/papers

v2.12

12 Feb 01:11
Compare
Choose a tag to compare
  • arxiv ID / DOI supported for PDF metadata
  • papers add now accepts metadata directly as command-line parmaters

Full Changelog: v2.11...v2.12

v2.10

11 Feb 15:06
8487a6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.1...v2.10

v2.9.1

11 Feb 12:33
Compare
Choose a tag to compare

alias -e for --edit in papers list, consistently with papers add

Full Changelog: v2.9...v2.9.1

v2.9

11 Feb 12:32
Compare
Choose a tag to compare

New behaviour:

  • open the folder instead of single PDF(s) when several files are present

Full Changelog: v2.8...v2.9

v2.8

11 Feb 12:07
Compare
Choose a tag to compare

One-liner list by default. Also return the same one-liner upon papers add.

Full Changelog: v2.7.1...v2.8

v2.7

11 Feb 10:58
1ff96cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.7

Open files upon listing

10 Feb 15:32
Compare
Choose a tag to compare

Now possible to open files from papers list SEARCH TERMS --open #68

Full Changelog: v2.5...v2.6

v2.5

10 Feb 13:01
Compare
Choose a tag to compare

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

28 Apr 02:02
Compare
Choose a tag to compare

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 pretty papers 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 for papers list --key ... instead of previously papers --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

21 Apr 22:39
Compare
Choose a tag to compare
  • add entry w/o PDF, from DOI only
  • update default similarity to PARTIAL
  • bugfixes (add duplicates, file rename...)
  • use bibtexparser.customization.convert_to_unicode