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