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