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