]> git.phdru.name Git - m_librarian.git/blob - docs/news.rst
Feat(web): Do not allow to run two instances of `ml-web.py`
[m_librarian.git] / docs / news.rst
1 News
2 ====
3
4 Version 0.1.0 (2018-04-08)
5 --------------------------
6
7 * Web-interface: Search for authors, list books by an author,
8   download a book.
9
10 * Do not allow to run two instances of `ml-web.py` web-interfaces.
11   The second instance redirects browser to the first one and exits.
12
13 * Option `--download-to` provides the path to the download directory
14   in script `ml-search.py`.
15
16 Version 0.0.17 (2018-03-24)
17 ---------------------------
18
19 * Display progress bar on updating counters.
20
21 * Inhibit progress bar if stdout is not terminal.
22
23 Version 0.0.16 (2018-03-22)
24 ---------------------------
25
26 * Script ``ml-import.py`` displays progress bar.
27   Option ``-P`` prevents it.
28
29 Version 0.0.15 (2017-04-26)
30 ---------------------------
31
32 * Use m_lib.defenc instead of m_lib; install it from PyPI.
33
34 * Use pytest, coverage and tox for testing.
35
36 Version 0.0.14 (2016-07-29)
37 ---------------------------
38
39 * Python 3: support for Py2 and Py3 (3.4+) with one codebase.
40
41 Version 0.0.13 (2016-06-11)
42 ---------------------------
43
44 * Add option -C|--config file.
45
46 * Change options: -D|--database, -P|--path, -F|--format.
47
48 Version 0.0.12 (2016-06-09)
49 ---------------------------
50
51 * Download many books.
52
53 * Pass format of the downloaded file name in the command line.
54
55 Version 0.0.11 (2016-06-06)
56 ---------------------------
57
58 * Download exactly one book.
59
60 Version 0.0.10 (2016-05-31)
61 ---------------------------
62
63 * Multidatabase - every script can open a database by pathname or DB URI.
64
65 * Print count after the list.
66
67 * Rename -d/--details options to -v/--verbose.
68
69 Version 0.0.9 (2016-05-30)
70 ---------------------------
71
72 * Search authors/extensions/genres/languages by database id.
73
74 Version 0.0.8 (2016-05-29)
75 ---------------------------
76
77 * Search by author's, book's, extension's, language's id.
78
79 * Output count of found objects.
80
81 * Use option -d to output database id.
82
83 Version 0.0.7 (2016-05-25)
84 ---------------------------
85
86 * Extend ml-search.py to search books by authors, extensions, genres,
87 * languages.
88
89 Version 0.0.6 (2016-05-21)
90 ---------------------------
91
92 * Extend ml-search.py to search books by title, series, archive, file.
93
94 Version 0.0.5 (2016-05-14)
95 ---------------------------
96
97 * Extend script ml-search.py to search extensions/genres/languages.
98
99 Version 0.0.4 (2016-05-11)
100 ---------------------------
101
102 * Command-line script to search authors by surname/name/full name.
103
104 Version 0.0.3 (2015-12-24)
105 ---------------------------
106
107 * Convert \*.inp(x) to SQL.
108
109 Version 0.0.2 (2015-12-21)
110 ---------------------------
111
112 * Import genres from glst files.
113
114 Version 0.0.1 (2015-12-15)
115 ---------------------------
116
117 * The project started. Created DB schema.