You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installguide/release_notes.rst
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,19 +20,35 @@ Added
20
20
Bug fixes
21
21
^^^^^^^^^
22
22
23
-
* Video download retry upon connection timeouts/errors :url-issue:`5528`
23
+
* Video download retry upon connection establishment errors :url-issue:`5528`
24
+
* Resume download if unplugged connection while downloading :url-issue:`5545`
24
25
* Blank videos produced when ``kalite.learningequality.org`` server down :url-issue:`5538`
26
+
* Video download jobs hanging indefinitely after pressing "Cancel" :url-issue:`5545`
27
+
* Also delete content database when deleting a content pack :url-issue:`5545`
25
28
* Simplified login is now working when there are 1,000 or more users registered in a facility. :url-issue:`5523`
26
29
27
30
Developers
28
31
^^^^^^^^^^
29
32
30
-
* Do not use `npm clean`, now requires npm>=5 for building on unclean systems :url-issue:`5519`
33
+
* Do not use `npm clean`, now requires npm>=5 for building on unclean systems :url-issue:`5519`
31
34
32
35
Contents
33
36
^^^^^^^^
34
37
35
-
* Resized video torrent set for English rebuilt with missing videos
38
+
* Resized video torrent set for English rebuilt with missing videos
39
+
40
+
41
+
Known issues
42
+
^^^^^^^^^^^^
43
+
44
+
* It isn't possible to cancel video downloads if a video is downloading while
45
+
the connection is switched off.
46
+
* **Chrome 55-56** has issues scrolling the menus on touch devices. Upgrading to Chrome 57 fixes this. :url-issue:`5407`
47
+
* **Windows** needs at least Python 2.7.11. The Windows installer for KA Lite will install the latest version of Python. If you installed KA Lite in another way, and your Python installation is more than a year old, you probably have to upgrade Python - you can fetch the latest 2.7.12 version `here <https://www.python.org/downloads/windows/>`__.
48
+
* **Windows** installer tray application option "Run on start" does not work, see `learningequality/installers#106 <https://github.com/learningequality/installers/issues/106>`__ (also contains `a work-around <https://github.com/learningequality/installers/issues/106#issuecomment-237729680>`__)
49
+
* **Windows + IE9** One-Click device registration is broken. Work-around: Use a different browser or use manual device registration. :url-issue:`5409`
50
+
* **Firefox 47**: Subtitles are misaligned in the video player. This is fixed by upgrading Firefox.
51
+
* A limited number of exercises with radio buttons have problems displaying :url-issue:`5172`
0 commit comments