-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Changelog
65 lines (55 loc) · 2.12 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
61
62
63
64
2.5.0
* FIX: Broken 2.4.0 version in Zimfarm (@pavel-karatsiuba #197 198)
* FIX: Better handling of language variants(@pavel-karatsiuba #206 #211)
* FIX: Non-conform ZIM metadata (@pavel-karatsiuba #201 #208 210)
* FIX: Use ESLint instead of TSLint (@pavel-karatsiuba #202)
* NEW: Update of UI in many languages
2.4.0:
* NEW Full localization system (still no translations) (@pavel-karatsiuba #178)
* NEW Harmonisation of the logo (@pavel-karatsiuba #177)
* FIX Many CSS odities (@pavel-karatsiuba #178)
* FIX Broken favicon links (@pavel-karatsiuba #175)
* FIX Limited support of favicons (@pavel-karatsiuba #175)
* FIX Empty entries in language selecbox (@pavel-karatsiuba #176)
* FIX Proper suggestion/fulltext indexes (@Kelson42 #181)
2.3.0:
* NEW Fix Docker image build + upload to ghcr.io (@kelson42 #170)
* NEW CD autopublish to npm.js (@kelson42 #172)
* UPDATE Source code refactored to work as ES modules (@pavel-karatsiuba #168)
* UPDATE Dependences when possible (@pavel-karatsiuba #154)
* UPDATE Continuous integration workflow (@kelson42 #158)
* UPDATE Docker image using Node.js 18 (@kelson42 #169)* FIX Remove many inline Javascript (@pavel-karatsiuba #152)
* FIX Remove google-analytics & others external resources (@pavel-karatsiuba #153)
* FIX Adapt scraper to new Phets Web site (@pavel-karatsiuba #150)
2.2.2
* NEW: Use libzim 2.4.4
2.2.1:
* Fix bad ZIM Metadata date
* Use latest nodejs-libzim 2.4.3
* Update all dependences to latest version
* Compress using zstd in ZIM (instead of xz)
* Remove support to Node.js v10
* Slightly improve error handling
2.2.0:
* Use latest nodejs-libzim 2.4.0
* Update many dependences
* Adapt to new upstream layout
* Fix wrong month number in filenames
2.1.1:
* Use latest nodejs-libzim 2.2.4
2.1.0:
* Use latest nodejs-libzim
* Few small bug fixes
2.0.0:
* Lot of visual improvements
* Migrated to node-libzim
* Internal logic reworked
* Removed languages hardcoding
* Improved image compression algorythms
* Better async flow, speeding up the scraping process
* Better logging and error handling
* Added code linting
* Moved to Typescript partially
* Fixed bugs
1.0.0:
* First version of the Phets scraper