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