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