-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGES.txt
42 lines (27 loc) · 1.27 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Version 0.7 (2016-05-10):
* Filename field removed from database scheme.
* Duplicates in charset_table/ngram_chars fixed.
* Multi-server update.
* Automatic index merge.
* Workaround for weird problems with attribute order in mysql / xmlpipe2 sources.
* Hacked index rotation wait.
Version 0.6 (2016-04-13):
* Database schema update. Most update-critical settings moved to configuration file.
* Fixed small bugs in csv import/export.
Version 0.5 (2014-06-07):
* Fixed bug in XML parsing of ASCII control codes.
* Added Filename field to database.
Version 0.4 (2014-02-09):
* Added script for merging delta index into main index to speedup subsequent updates.
* Added filter for displaying hidden and banned books.
* Changed incremental update scheme to Sphinx xmlpipe for killlist support.
Version 0.3 (2014-01-20):
* Fixed bug in incremental update preventing updates when last updated record modified on server.
* Added configurable list of mirrors and edit/view pages.
Version 0.2 (2014-01-16):
* Added incremental update from server over JSON.
* Added all-match search with "*" for enable getting all recently added books.
* Added FLASK_PORT option.
* Fixed small bugs in JavaScript front-end.
Version 0.1 (2014-01-04):
* Initial release.