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