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