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