Skip to content

Commit

Permalink
Update CHANGELOG and VERSION for 0.12.4 (#5654)
Browse files Browse the repository at this point in the history
Update CHANGELOG and VERSION for 0.12.4
  • Loading branch information
jonboiser committed Jun 12, 2019
2 parents d4a4387 + 6a15dcd commit 8b74d94
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,24 @@

List of the most important changes for each release.

## 0.12.y
## 0.12.4

### Changed or fixed

- EPUB documents with large tables are displayed in a single-column, scrollable format to improve their readability.
- EPUB viewer now saves font and theme settings between sessions.
- Quiz creation workflow only places unique questions in a quiz, removing duplicates that may appear in a topic tree.
- Title and name headers are consistently accompanied by icons in Kolibri symbol system to help orient the user.

### Added

- Device Settings Page - The default language can now be changed under Device > Settings. This is the language that will be used on browsers that have never opened Kolibri before (but can be changed after opening Kolibri using the language selector).
- Coach Reports - Users can preview quizzes and lessons and edit their details from their associated report, without having to go to the "Plan" sub-page.
- Added a `kolibri manage deleteuser` command to remove a user from a server, as well as all other servers synchronized with it.
- Added a new theming system for customizing various colors that appear in Kolibri.


View all [0.12.4 changes on Github](https://github.com/learningequality/kolibri/issues?q=label%3Achangelog+milestone%3A0.12.4)

## 0.12.3

Expand All @@ -18,7 +31,7 @@ List of the most important changes for each release.
- Improved PostgreSQL support
- Added fixes related to coach tools

See a [full list](https://github.com/learningequality/kolibri/issues?q=label%3Achangelog+milestone%3A0.12.3) of changes on Github
View all [0.12.3 changes on Github](https://github.com/learningequality/kolibri/issues?q=label%3Achangelog+milestone%3A0.12.3)


## 0.12.2
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, 12, 4, "beta", 0)
VERSION = (0, 12, 4, "final", 0)

__author__ = "Learning Equality"
__email__ = "info@learningequality.org"
Expand Down

0 comments on commit 8b74d94

Please sign in to comment.