X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Fnews.rst;h=ce0b046429f5cd6d985cfb500ff6d806c448abcd;hb=a788f3699c2fb8d9fad06d99e631a771c81e600e;hp=3e73f9a7137b70f8f9bf403cd734d4ed97f34c3b;hpb=935a32f3ad46cc24169afc635ffcd30ad00d5a98;p=m_librarian.git diff --git a/docs/news.rst b/docs/news.rst index 3e73f9a..ce0b046 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,119 @@ News ==== +Version 0.3.2 (2024-03-??) +-------------------------- + +* Fix a bug with adding the same genre to a book. + +Version 0.3.1 (2024-02-25) +-------------------------- + +* wx.grid: Wrap long lines. + +Version 0.3.0 (2024-02-19) +-------------------------- + +* GUI with ``wxPython``. + +Version 0.2.0.post3 +------------------- + +* GHActions: Test with Python 3.12. + +Version 0.2.0.post2 (2023-09-17) +-------------------------------- + +* GHActions: Ensure ``pip`` only if needed + + This is to work around a problem in conda with Python 3.7 - + it brings in wrong version of ``setuptools`` incompatible with Python 3.7. + +Version 0.2.0.post1 (2023-07-13) +-------------------------------- + +* GHActions: Install everything from ``conda``. + All required Python and PyPy versions are now available from ``conda-forge``. + +Version 0.2.0 (2022-12-24) +-------------------------- + +* Toggle checkboxes for books in series, for an author or all. + +* Python 3.11. + +Version 0.1.6 (2021-09-24) +-------------------------- + +* Store lock file in a shared directory; use ``$UID`` as a suffix + to separate lock files for different users. + +* Enhancement in web-ui: added a link to the root. + +* GitHub Actions. + +* Stop testing at Travis CI. + +* Stop testing at AppVeyor. + +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. + +Version 0.1.1 (2018-05-17) +-------------------------- + +* Import all \*.glst files (Flibusta fb2, LibRusEc fb2, non-fb2). + +* Convert README.txt to README.rst. + +* Import new (17 fields) INP. + +Version 0.1.0 (2018-04-25) +-------------------------- + +* Web-interface: Search for authors, list books by an author, + download a book. + +* Do not allow to run two instances of `ml-web.py` web-interfaces. + The second instance redirects browser to the first one and exits. + +* Option `--download-to` provides the path to the download directory + in script `ml-search.py`. + +Version 0.0.17 (2018-03-24) +--------------------------- + +* Display progress bar on updating counters. + +* Inhibit progress bar if stdout is not terminal. + Version 0.0.16 (2018-03-22) ---------------------------