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