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