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