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