forked from openzim/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
60 lines (49 loc) · 1.66 KB
/
ChangeLog
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
1.1.9
- Added portuguese translation
- Changed mirror used as aleph doesn't contain all files anymore
1.1.8
- Changed links to accomodate zimwriterfs 2.1.0-2 (#144)
1.1.7
- Using --zstd option with zimwriterfs
1.1.6
- removed duplicate dependencies
- Added tag _category:gutenberg which was missing
- docker-only release with updated zimwriterfs (2.1.0-1)
1.1.5
- simplified home page results on smaller screen sizes
- added bookshelves mode option
- added title search option (doesn't scale!)
- fixed setup_urls on macos
- add s3 based optimization cache
- do not allow checking other URLs if downloaded from s3
- remove book from DB if not downloaded in any format
- better handling of downloaded/optimized files
- More informative and better displayed logs
- switched to python3.6+
- docker image now based on bionic
- docker image only writes onto /output
- using zimwriterfs 1.3.10-4
- using zimscraperlib
- fixed some articles missing titles
- zimwriterfs error on all-langs now stops whole process
- safer extraction of rdf-files.tar
1.1.4
- Fixed broken setup.py (moved LICENSE file)
- Added changelog
- fixed running on macOS
- fixed running with PY3
- defaulting to PY3 on Docker
1.1.3
- Added ability to set an output folder for --one-language-one-zim
- removed unused -m parameter
- Added --tags
- Added --scraper
- Harmonized ZIM name and filename with other projects
- Removed format list in filename, title and description if all formats selected
- Changed dockerfile to use source instead of pypi
- Fixed --one-language-one-zim not completing
- Fixed IntegrityError on thread colision
- fixed python3 compatibility
- cleaned-up code (tab/space mix)
1.1.2
- initial version