X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ChangeLog;h=f2174df429f5b2fb0c63ccce69f9c7a4dca88a56;hb=9bfc1e6584e68587051408d3994c68e111af2b76;hp=0e3883e4de62f843b25654c3d5749b99da1df4a9;hpb=dd8decbb437f61d5e095dd45c5a8dd56cd67ad13;p=m_librarian.git diff --git a/ChangeLog b/ChangeLog index 0e3883e..f2174df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,46 @@ +Version 0.0.15 (2016-07-??) + + Use pytest, coverage and tox for testing. + +Version 0.0.14 (2016-07-29) + + Python 3: support for Py2 and Py3 (3.4+) with one codebase. + +Version 0.0.13 (2016-06-11) + + Add option -C|--config file. + + Change options: -D|--database, -P|--path, -F|--format. + +Version 0.0.12 (2016-06-09) + + Download many books. + + Pass format of the downloaded file name in the command line. + +Version 0.0.11 (2016-06-06) + + Download exactly one book. + +Version 0.0.10 (2016-05-31) + + Multidatabase - every script can open a database by pathname or DB URI. + + Print count after the list. + + Rename -d/--details options to -v/--verbose. + +Version 0.0.9 (2016-05-30) + + Search authors/extensions/genres/languages by database id. + Version 0.0.8 (2016-05-29) - Search by author's, book's, extension's, language's id + Search by author's, book's, extension's, language's id. - Output count of found objects + Output count of found objects. - Use option -d to output database id + Use option -d to output database id. Version 0.0.7 (2016-05-25)