-
Notifications
You must be signed in to change notification settings - Fork 17
/
NEWS
102 lines (71 loc) · 2.8 KB
/
NEWS
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
124
The Evince component used to supply a major version, a minor version, and a micro version. Now it only provides major
and minor, and because of that the previous version which checked all three would not start. Removed the check
for the micro version, so the Read Activity can start. (James Simmons)
123
* Use named arguments in translatable strings (Hrishi Patel),
* Add dark mode for PDFs (Swarup N),
* Port to Python 3 (Rahul Bothra, James Cameron),
* Text objects show left justify and monospaced (James Cameron),
* Remove speech language choice (James Cameron),
122
* Restore EPUB support for WebKit 3.0 API (Lubomir Rintel),
121
* Add README.md (Rudra Sadhu),
* Flake8 fixes (Rahul Bothra),
* Update metadata (Rahul Bothra),
* Add metedata, license copies and screenshot (Vipul Gupta),
* Port from GObject to GLib (James Cameron),
* Move PyGObject API version check to main program (James Cameron),
* Port to TelepathyGLib (James Cameron),
* Remove some log warnings and errors (James Cameron),
* Port to sugar3.speech (James Cameron).
120
* Fix use of Gst.Message.structure (James Cameron),
* Port from GConf (James Cameron),
* New translations (Chris Leonard et al).
119
* New translations (Chris Leonard, et al)
* Remove EPUB support to remove WebKit 3.0 API dependency (James Cameron)
* Replace BeautifulSoup dependency with ElementTree (James Cameron)
* Remove unused screenshots (James Cameron)
* Remove some unnecessary errors from log (James Cameron)
118
* Trim headers, synch to Pootle (Chris Leonard)
* Suppress Python GI API version warnings (James Cameron)
* translate.sugarlabs.org synchronisation (Chris Leonard)
* New Yoruba L10n (@iamutkarshtiwari)
78
* Add footnotes and intra-document links support in EPUB
77
* Workaround https://bugs.launchpad.net/soas/+bug/483231
76
* Fix pagination for IA Epubs
* Updated Vietnamese translations
75
* Fix search in Epub files (dslo #1319)
* Updated translations for German, Mongolian and Portuguese
74
* Set bundle id in metadata explicitly (addresses dslo#1172)
* Workaround possible Evince libview API issues. (dslo#1328)
* Use gobject.timeout_add_seconds instead of gobject.timeout_add
* Updated translations for French and Japanese
73
* Migration to the new toolbar system
* Updated translations (Arabic, Dutch, French)
* New languages
72
* More robust Epub support
* Do not print each and every key-event to log (dslo#752)
* Updated translations (French, Italian)
* Get rid of the pywebkitgtk binary blob
71
* Support for notes associated with bookmarks
* Show a information bar in fullscreen mode, with pagecount and battery information
* Do not fail to start when Epub specific code does not load
70
* Epub support
* Bookmarks support
* Default behaviour of Next/Forward is chunk-wise instead of page-wise.
* Translation updates (Italian, Japanese)
* Misc bugfixes