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