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