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