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