|
2 | 2 |
|
3 | 3 | List of the most important changes for each release.
|
4 | 4 |
|
| 5 | +## 0.18.2 |
| 6 | + |
| 7 | +### High level overview |
| 8 | + |
| 9 | +This release contains MVP functionality for the use of short-form survey responses as a type of exercise, which introduces the first pieces of QTI into Kolibri. The release contains foundational technical pieces for HTML5 article rendering, although not the feature. Finally, it contains bug fixes. |
| 10 | + |
| 11 | +### Added |
| 12 | +QTI and HTML5 Article Rendering |
| 13 | +* MVP Implementation of QTI Multiple Choice and Text Entry by @rtibbles in https://github.com/learningequality/kolibri/pull/8070 |
| 14 | +* Content viewer composable by @rtibbles in https://github.com/learningequality/kolibri/pull/13533 |
| 15 | +* Fix answer saving for quizzes, practice quizzes, and surveys by @rtibbles in https://github.com/learningequality/kolibri/pull/13602 |
| 16 | +* [HTML5 Article Renderer] Apply text styling by @WinnyChang in https://github.com/learningequality/kolibri/pull/13503 |
| 17 | +* [HTML5 Article Renderer] Apply image styling by @WinnyChang in https://github.com/learningequality/kolibri/pull/13567 |
| 18 | +* [HTML5 Article Renderer] Apply table styling by @WinnyChang in https://github.com/learningequality/kolibri/pull/13523 |
| 19 | + |
| 20 | + |
| 21 | +### Fixed |
| 22 | +* Remove unnecessary max-width on the Kolibri logo by @rtibbles in https://github.com/learningequality/kolibri/pull/13547 |
| 23 | +* Tweak content queue polling to prevent overloading the server by @rtibbles in https://github.com/learningequality/kolibri/pull/13500 |
| 24 | +* Fix build failures by @rtibbles in https://github.com/learningequality/kolibri/pull/13553 |
| 25 | +* Allow bloompubs with undefined distribution files to be rendered by @rtibbles in https://github.com/learningequality/kolibri/pull/13576 |
| 26 | +* Fix urls.js module regression by @rtibbles in https://github.com/learningequality/kolibri/pull/13568 |
| 27 | +* Remove unnecessary menu items displaying along with the "Sync all facility data" by @AllanOXDi in https://github.com/learningequality/kolibri/pull/13582 |
| 28 | +* Create task for initial device provisioning by @AlexVelezLl in https://github.com/learningequality/kolibri/pull/13102 |
| 29 | +* upgrade version to 0.18.2 by @marcellamaki in https://github.com/learningequality/kolibri/pull/13595 |
| 30 | +* invokes translated string variables by @akolson in https://github.com/learningequality/kolibri/pull/13545 |
| 31 | +* Fix lesson completed number to be filtered by user by @marcellamaki in https://github.com/learningequality/kolibri/pull/13601 |
| 32 | + |
| 33 | + |
5 | 34 | ## 0.18.1
|
6 | 35 |
|
7 | 36 | ### High level overview
|
|
0 commit comments