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