Skip to content

Commit

Permalink
Merge pull request #5422 from benjaoming/0.17.1-releasenotes
Browse files Browse the repository at this point in the history
Bump version + add release notes for upcoming 0.17.1
  • Loading branch information
benjaoming committed Mar 19, 2017
2 parents 5845d3c + cc68b86 commit 5beebce
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/installguide/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ to read the release notes.
upgrading from ``0.16.x`` to ``0.17.x`` is fine - but upgrading from
``0.15.x`` to ``0.17.x`` is not guaranteed to work.


0.17.1 (unreleased)
-------------------

Bug fixes
^^^^^^^^^

* Touch devices: Scroll events drop through to underlying page rather than scrolling long sidebar lists :url-issue:`5407` :url-issue:`5410`


Known issues
^^^^^^^^^^^^

* **Chrome 55-56** has issues scrolling the menus on touch devices. Upgrading to Chrome 57 fixes this. :url-issue:`5407`
* **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/>`__.
* **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>__)
* **Firefox 47**: Subtitles are misaligned in the video player. This is fixed by upgrading Firefox.


0.17.0
------

Expand Down
2 changes: 1 addition & 1 deletion kalite/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Must also be of the form N.N.N for internal use, where N is a non-negative integer
MAJOR_VERSION = "0"
MINOR_VERSION = "17"
PATCH_VERSION = "0"
PATCH_VERSION = "1b1"
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)

Expand Down

0 comments on commit 5beebce

Please sign in to comment.