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