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