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