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