Skip to content

Commit

Permalink
Merge pull request #4719 from rtibbles/0.11.1final_changelog
Browse files Browse the repository at this point in the history
Bump version, add changelog for 0.11.1 final release.
  • Loading branch information
rtibbles authored Jan 11, 2019
2 parents 0a67aac + 7bb06ab commit db180a6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@ Release Notes

List of the most important changes for each release.

0.11.1
------

Added
~~~~~

- Support for RTL EPubs
- Support for Python 3.7

Changed or fixed
~~~~~~~~~~~~~~~~

- Fullscreen renderer mode now works in Chrome 71
- Account sign up now works when guest access is disabled
- Navigating in and out of exercise detail views is fixed
- Misleading exam submission modal text is now more accurate
- Browsing content tree in exam creation is now faster
- Unavailable content in coach reports is now viewable
- Content import errors are handled better
- Added command to restore availability of content after bad upgrade

Internationalization and localization
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Added Fufulde Mboroore

See a `full list <https://github.com/learningequality/kolibri/issues?q=label%3Achangelog+milestone%3A0.11.1>`__ of changes on Github

0.11.0
------

Expand Down
2 changes: 1 addition & 1 deletion kolibri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#: This may not be the exact version as it's subject to modification with
#: get_version() - use ``kolibri.__version__`` for the exact version string.
VERSION = (0, 11, 1, 'beta', 0)
VERSION = (0, 11, 1, 'final', 0)

__author__ = 'Learning Equality'
__email__ = '[email protected]'
Expand Down

0 comments on commit db180a6

Please sign in to comment.