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