You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3.9 KiB

Changelog

Current master

Full Changelog

Implemented enhancements

  • Support for downloading arXiv reference from their ID (#146 by joe-antognini)

  • Better feedback when an error is encountered while adding a reference from a DOI, ISBN or arXiv ID #155

  • Better dialog after editing paper (#142)

  • Add a command to open urls (#139 by ksunden)

  • More robust cache on version change (#138)

  • Allow utf8 citekeys (#133)

  • Adds tag list completion in pubs add -t (#130)

  • Wider Travis coverage (#107 and #108)

  • Uses bibtexparser bwriter instead of internal encoder and adds --ignore-fields option to export. (#106)

  • Configurable alias descriptions (#104 by wflynny)

  • Support year ranges in query (#102)

  • Tests can now be run with python setup.py test #155

Fixed bugs

  • [#149] More robust handling of parsing and citekey errors (#87)

  • [#148] Fix compatibility with Pyfakefs 3.7 (#151)

  • [#95] Error message when editor is missing (#141)

  • Fixes tests for printing help on --help and without argument. (#137)

  • [#126] Removes journal customization (#127)

  • Fixes Travis failure on installing python3 for OSX (#125)

  • [#119] Removes link and DOI customization. (#124)

  • [#122] Fixes common strings (#123)

  • [#28] allow utf8 in citekeys (#120)

  • Fixes field orders to use 'url' and fixes broken test. (#118)

  • [#25] Fix bibtex testcase (#117)

  • [#103] Fixes unicode comparison (#116)

  • [#95] robust handling of DOIs (#105 by wflynny)

  • [#99] Print help when no subcommand is provided (#100 by wflynny)

  • Fix defaults not used in config. (#97)

  • Fixes content not read from urls because of call to os.abspath (#96)

  • [#93] actually save the modifications on edit -m. (#94)

  • [#88] Adds proper escaping for arguments in alias plugin. (#91)

v0.7.0 (2017-08-06)

Full Changelog