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.4 KiB
3.4 KiB
Changelog
Current master
Implemented enhancements
-
Better dialog after editing paper (#142)
-
More robust cache on version change (#138)
-
Allow utf8 citekeys (#133)
-
Adds tag list completion in
pubs add -t
(#130) -
Uses bibtexparser bwriter instead of internal encoder and adds
--ignore-fields
option to export. (#106) -
Support year ranges in query (#102)
Fixed bugs
-
Fixes tests for printing help on
--help
and without argument. (#137) -
Fixes Travis failure on installing python3 for OSX (#125)
-
Fixes field orders to use 'url' and fixes broken test. (#118)
-
[#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) -
[#88] Adds proper escaping for arguments in alias plugin. (#91)