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