X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Fnews.rst;h=ec811f0943313da39706782f5b85dbea8f514c07;hb=ced17ee7dd16622f1e5cf55f838301993f7ac3f7;hp=b69ef56bb4a1ff531e338130c71ed16caaeaa2c4;hpb=35ed1dae004da9bc8b17c867735eb0b275d30d81;p=m_librarian.git diff --git a/docs/news.rst b/docs/news.rst index b69ef56..ec811f0 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,38 @@ News ==== -Version 0.1.2 (2018-05-??) +Version 0.1.6 (2019-05-??) +-------------------------- + +* Store lock file in a shared directory; use ``$UID`` as a suffix + to separate lock files for different users. + +Version 0.1.5 (2019-02-01) +-------------------------- + +* Python 3.7. + +Version 0.1.4 (2018-06-11) +-------------------------- + +* Search by book's title. + +* Use filters from config. + +* Configure columns for author and book tables. + +* Config file, all sections and all key are now completely optional. + +* Environment variables are expanded in paths in config file. + +Version 0.1.3 (2018-05-25) +-------------------------- + +* Allow to select many books at once. + +* Allow to download many books at once. + +Version 0.1.2 (2018-05-22) -------------------------- * Fix inpx import: decode filenames to unicode.