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
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,19 @@ to read the release notes.
12
12
0.17.4 (unreleased)
13
13
-------------------
14
14
15
+
Added
16
+
^^^^^
17
+
18
+
* Progress displayed while downloading content packs :url-issue:`5356`
19
+
15
20
Bug fixes
16
21
^^^^^^^^^
17
22
18
-
* 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`
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`
19
28
* Simplified login is now working when there are 1,000 or more users registered in a facility. :url-issue:`5523`
20
29
21
30
New Features
@@ -26,12 +35,25 @@ New Features
26
35
Developers
27
36
^^^^^^^^^^
28
37
29
-
* Do not use `npm clean`, now requires npm>=5 for building on unclean systems :url-issue:`5519`
38
+
* Do not use `npm clean`, now requires npm>=5 for building on unclean systems :url-issue:`5519`
30
39
31
40
Contents
32
41
^^^^^^^^
33
42
34
-
* Resized video torrent set for English rebuilt with missing videos
43
+
* Resized video torrent set for English rebuilt with missing videos
44
+
45
+
46
+
Known issues
47
+
^^^^^^^^^^^^
48
+
49
+
* It isn't possible to cancel video downloads if a video is downloading while
50
+
the connection is switched off.
51
+
* **Chrome 55-56** has issues scrolling the menus on touch devices. Upgrading to Chrome 57 fixes this. :url-issue:`5407`
52
+
* **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/>`__.
53
+
* **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>`__)
54
+
* **Windows + IE9** One-Click device registration is broken. Work-around: Use a different browser or use manual device registration. :url-issue:`5409`
55
+
* **Firefox 47**: Subtitles are misaligned in the video player. This is fixed by upgrading Firefox.
56
+
* A limited number of exercises with radio buttons have problems displaying :url-issue:`5172`
logging.debug("setting request language to %s (session language %s), from %s"% (lang_code, request.session.get("default_language"), request.session.get(settings.LANGUAGE_COOKIE_NAME)))
380
+
logger.debug("setting request language to %s (session language %s), from %s"% (lang_code, request.session.get("default_language"), request.session.get(settings.LANGUAGE_COOKIE_NAME)))
365
381
# Just in case we have a db-backed session, don't write unless we have to.
0 commit comments