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