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