|
2 | 2 |
|
3 | 3 | List of the most important changes for each release.
|
4 | 4 |
|
| 5 | +## 0.18.1 |
| 6 | + |
| 7 | +### High level overview |
| 8 | +This release includes bug fixes and improvements, including resolving a longstanding bug where quizzes were not syncing when assigned to individual learners or learner groups when those learners were using learner-only devices. It also updates quizzes so that sections now have fixed question order by default, based on feedback we heard from our community. |
| 9 | + |
| 10 | +Finally, it contains some non-breaking technical pre-work for upcoming projects. |
| 11 | + |
| 12 | +### Added |
| 13 | +* Add scopedLabelsLoading to useBaseSearch to handle loading states for non-search displaying label fetching by @LianaHarris360 in https://github.com/learningequality/kolibri/pull/13329 |
| 14 | +* Use SQLAlchemy URL.create to better handle special characters in passwords by @LianaHarris360 in https://github.com/learningequality/kolibri/pull/13374 |
| 15 | +* Add questions url prop to Bloom player by @AlexVelezLl in https://github.com/learningequality/kolibri/pull/13384 |
| 16 | +* Add a date_deleted field to FacilityUser and add Django migration file by @LianaHarris360 in https://github.com/learningequality/kolibri/pull/13420 |
| 17 | +* Add SoftDeletedFacilityUserModelManager by @LianaHarris360 in https://github.com/learningequality/kolibri/pull/13439 |
| 18 | +* Initial setup for HTML Article Renderer plugin by @rtibbles in https://github.com/learningequality/kolibri/pull/13274 |
| 19 | + |
| 20 | + |
| 21 | +### Changed |
| 22 | +* Cleans up no longer used component. by @rtibbles in https://github.com/learningequality/kolibri/pull/13349 |
| 23 | +* Merge all commits from unmerged release branches but prefer all current changes by @rtibbles in https://github.com/learningequality/kolibri/pull/13362 |
| 24 | +* cleans up learning activity imports from the learn plugin by @AllanOXDi in https://github.com/learningequality/kolibri/pull/13233 |
| 25 | +* Limit job update DB writes to significant events by @rtibbles in https://github.com/learningequality/kolibri/pull/13403 |
| 26 | +* Reference new contributing guidelines by @MisRob in https://github.com/learningequality/kolibri/pull/13389 |
| 27 | +* Quiz Creation: Sections have fixed question order by default by @nucleogenesis in https://github.com/learningequality/kolibri/pull/13427 |
| 28 | +* Remove deep KTextTruncator styles from AccessibleResourceCard by @AlexVelezLl in https://github.com/learningequality/kolibri/pull/13392 |
| 29 | +* Upgrade version to 0.18.1 by @marcellamaki in https://github.com/learningequality/kolibri/pull/13444 |
| 30 | +* Upgrade Kolibri windows installer for new signing workflow. by @rtibbles in https://github.com/learningequality/kolibri/pull/13487 |
| 31 | +* Reduce size of built whl file by stripping unused Django locale files by @rtibbles in https://github.com/learningequality/kolibri/pull/13465 |
| 32 | + |
| 33 | + |
| 34 | +### Fixed |
| 35 | +* Drag widget and lesson cleanup by @rtibbles in https://github.com/learningequality/kolibri/pull/13297 |
| 36 | +* Resolve long standing issue which prevents proper refresh of stats file data. by @rtibbles in https://github.com/learningequality/kolibri/pull/13348 |
| 37 | +* Fix LearnerSummaryPage lesson count discrepency by @nucleogenesis in https://github.com/learningequality/kolibri/pull/13338 |
| 38 | +* RTL fixes in Quiz Creation by @nucleogenesis in https://github.com/learningequality/kolibri/pull/13340 |
| 39 | +* Fix broken links in developer documentation by @vagrdev in https://github.com/learningequality/kolibri/pull/13343 |
| 40 | +* Fix design issue in Facility > Class tables on Mac app and Safari by @LianaHarris360 in https://github.com/learningequality/kolibri/pull/13369 |
| 41 | +* Fix coach filtering by @akolson in https://github.com/learningequality/kolibri/pull/13413 |
| 42 | +* Fix blank issue template by @MisRob in https://github.com/learningequality/kolibri/pull/13432 |
| 43 | +* Override get_queryset to exclude soft deleted users by @AlexVelezLl in https://github.com/learningequality/kolibri/pull/13423 |
| 44 | +* Upgrade KDS version by @AlexVelezLl in https://github.com/learningequality/kolibri/pull/13441 |
| 45 | +* Fix truncated learn filters select options by @AlexVelezLl in https://github.com/learningequality/kolibri/pull/13404 |
| 46 | +* Remove empty div in favor of cards sync metrics by @AlexVelezLl in https://github.com/learningequality/kolibri/pull/13320 |
| 47 | +* Set min-width: 0 to fix always truncated titles in Safari and Mac app by @LianaHarris360 in https://github.com/learningequality/kolibri/pull/13438 |
| 48 | +* Restore the demo banner by @rtibbles in https://github.com/learningequality/kolibri/pull/13442 |
| 49 | +* Don't override the adHoc learner assignments with the whole class by @marcellamaki in https://github.com/learningequality/kolibri/pull/13448 |
| 50 | +* fix inadvertently swapped icons by @marcellamaki in https://github.com/learningequality/kolibri/pull/13454 |
| 51 | +* Ensure "Submit quiz" button is visible in portrait mode on mobile when viewing practice quizzes by @LianaHarris360 in https://github.com/learningequality/kolibri/pull/13459 |
| 52 | +* Fix learnergroup adhocgroup exam syncing by @marcellamaki in https://github.com/learningequality/kolibri/pull/13485 |
| 53 | +* Handle all bad foreign keys by @rtibbles in https://github.com/learningequality/kolibri/pull/13486 |
| 54 | + |
| 55 | + |
5 | 56 | ## 0.18.0
|
6 | 57 |
|
7 | 58 | ### High level overview
|
|
0 commit comments