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