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