Skip to content

Releases: learningequality/kolibri

v0.16.0

20 Feb 19:51
0098f7e
Compare
Choose a tag to compare

What's Changed

Features

Robust syncing of user data and resources

Support for quick learner setup and independent learners

  • Kolibri has a new onboarding experience which allows joining a facility, and streamlines getting started as an independent learner with a rapid “on my own setup” option
  • Independent learners can transfer their existing data and learning progress to a facility.

Resource discovery

  • Assigned lesson and quiz resources are now automatically transferred to learner devices, allowing coaches to dynamically manage learner content, rather than an administrator needing to import all content devices before distribution.
  • Administrators and independent learners are now able to view other Kolibri Libraries on their local network and browse their resources, without having to import content. If they are connected to the internet, they will be able to browse resources on the Kolibri Content Library (hosted on Kolibri Studio).
  • Administrators can allow learners to download resources from other Kolibri Libraries to their device to view within Kolibri, even when they are no longer on the same network.

Support for administrators

  • Administrators have a new option to add a PIN on learner-only devices, which allows an administrator easy access to the Device page while preventing learners from inadvertently making changes.
  • Administrators are now able to schedule syncing of facility data on a recurring basis at custom intervals.
  • When exporting log files, administrators are able to select the date range for the logs.
Practice quizzes
  • This release supports practice quizzes, which are resources in the format of quizzes that learners can take in preparation for an assessment. They are able to see their score, and retry as many times as they would like, independently. Practice quiz resources are available through the Library, or can be assigned as part of a lesson. The same questions can also be assigned as a coach assigned quiz as a standardized assessment.

Changes

Dev documentation/dev updates

  • Updated node version to 18
  • Getting started documentation updated
  • Updated to Webpack 5
  • Created Github actions for build pipeline
  • Created Github action to add assets to PRs
  • Task API changes have been finalized after initial work in 0.15. Documentation is now updated to describe how to interact with the API and define tasks in plugins.

Architectural changes

  • There is a new page architecture that is used across all Kolibri plugins, and the component has been removed. (Selected relevant high level issues and PRs: #9102, #9128, 9134.)
  • The Kolibri Process Bus has been updated to support easier composability for custom deployment architectures.
  • Conditional promises have been removed.
  • To support the new onboarding process for Kolibri, Kolibri apps can now access a capability to provide access controls based on the currently active operating system user.

API Breaking Changes

  • Tasks API has now been finalized, previous methods for interacting with tasks that do not use the pluggable Tasks API have been removed.
  • The drive info endpoint has been moved the into the device app but functionality remains the same
  • The API for coordinating learner only device synchronization within a local area network has been updated to ensure robust and reliable syncing. Any users wishing to use learner only device synchronization must update all Kolibri devices to this newer version

API Additions (non-breaking changes)

  • REST API for enabling and disabling plugins
  • Add API endpoint and hook driven capability for UI initiated device restart
  • Public signup viewset
  • Public content metadata endpoints to support granular resource import

Accessibility improvements

  • Landmarks have been added and refined across the Library page and its related subpages, for better accessibility. This is a first step in support of more robust accessibility support, particularly in terms of page navigation for screen reader users.

Deprecations

  • Support for Python 2.7 will be dropped in the upcoming version, 0.17. Upgrade your Python version to Python 3.6+ to continue working with Kolibri. More recent versions of Python 3 are recommended.
  • Support for this Internet Explorer 11 will be dropped in the upcoming version, 0.17. We recommend installing other browsers, such as Mozilla Firefox or Google Chrome, in order to continue working with Kolibri.

Kolibry Design System upgrades

  • Kolibri is now using kolibri-design-system v2.0.0 (a major version upgrade!). Please see the KDS release's Github page for documentation and full details about breaking changes and new features.

v0.16.0-rc3

20 Feb 15:41
0098f7e
Compare
Choose a tag to compare
v0.16.0-rc3 Pre-release
Pre-release

What's Changed

  • Prevent unique constraint saving errors. by @rtibbles in #11904
  • Ensure noarch dir is added to path when abi3 c extensions are used. by @rtibbles in #11905

Full Changelog: v0.16.0-rc2...v0.16.0-rc3

v0.16.0-rc2

19 Feb 21:08
96c528b
Compare
Choose a tag to compare
v0.16.0-rc2 Pre-release
Pre-release

What's Changed

What's Changed

  • Set markdown to None in module cache to prevent it being imported by DRF. by @rtibbles in #11897

Full Changelog: v0.16.0-rc1...v0.16.0-rc2

v0.16.0-rc1

15 Feb 22:47
142dcfb
Compare
Choose a tag to compare
v0.16.0-rc1 Pre-release
Pre-release

What's Changed

  • Fix version parsing for release candidates. by @rtibbles in #11872
  • Reduce the chance of database locks interrupting soud syncing. by @rtibbles in #11886
  • Update debian installer to include critical fix for raspberry Pi os. by @rtibbles in #11885

Full Changelog: v0.16.0-rc0...v0.16.0-rc1

v0.16.0-rc0

13 Feb 23:11
96755ec
Compare
Choose a tag to compare
v0.16.0-rc0 Pre-release
Pre-release

What's Changed

Features

Robust syncing of user data and resources

Support for quick learner setup and independent learners
  • Kolibri has a new onboarding experience which allows joining a facility, and streamlines getting started as an independent learner with a rapid “on my own setup” option
  • Independent learners can transfer their existing data and learning progress to a facility.
Resource discovery
  • Assigned lesson and quiz resources are now automatically transferred to learner devices, allowing coaches to dynamically manage learner content, rather than an administrator needing to import all content devices before distribution.
  • Administrators and independent learners are now able to view other Kolibri Libraries on their local network and browse their resources, without having to import content. If they are connected to the internet, they will be able to browse resources on the Kolibri Content Library (hosted on Kolibri Studio).
  • Administrators can allow learners to download resources from other Kolibri Libraries to their device to view within Kolibri, even when they are no longer on the same network.
Support for administrators
  • Administrators have a new option to add a PIN on learner-only devices, which allows an administrator easy access to the Device page while preventing learners from inadvertently making changes.
  • Administrators are now able to schedule syncing of facility data on a recurring basis at custom intervals.
  • When exporting log files, administrators are able to select the date range for the logs.
Practice quizzes
  • This release supports practice quizzes, which are resources in the format of quizzes that learners can take in preparation for an assessment. They are able to see their score, and retry as many times as they would like, independently. Practice quiz resources are available through the Library, or can be assigned as part of a lesson. The same questions can also be assigned as a coach assigned quiz as a standardized assessment.

Changes

Dev documentation/dev updates

  • Updated node version to 18
  • Getting started documentation updated
  • Updated to Webpack 5
  • Created Github actions for build pipeline
  • Created Github action to add assets to PRs
  • Task API changes have been finalized after initial work in 0.15. Documentation is now updated to describe how to interact with the API and define tasks in plugins.

Architectural changes

  • There is a new page architecture that is used across all Kolibri plugins, and the component has been removed. (Selected relevant high level issues and PRs: #9102, #9128, 9134.)
  • The Kolibri Process Bus has been updated to support easier composability for custom deployment architectures.
  • Conditional promises have been removed.
  • To support the new onboarding process for Kolibri, Kolibri apps can now access a capability to provide access controls based on the currently active operating system user.

API Breaking Changes

  • Tasks API has now been finalized, previous methods for interacting with tasks that do not use the pluggable Tasks API have been removed.
  • The drive info endpoint has been moved the into the device app but functionality remains the same
  • The API for coordinating learner only device synchronization within a local area network has been updated to ensure robust and reliable syncing. Any users wishing to use learner only device synchronization must update all Kolibri devices to this newer version

API Additions (non-breaking changes)

  • REST API for enabling and disabling plugins
  • Add API endpoint and hook driven capability for UI initiated device restart
  • Public signup viewset
  • Public content metadata endpoints to support granular resource import

Accessibility improvements

  • Landmarks have been added and refined across the Library page and its related subpages, for better accessibility. This is a first step in support of more robust accessibility support, particularly in terms of page navigation for screen reader users.

Deprecations

  • Support for Python 2.7 will be dropped in the upcoming version, 0.17. Upgrade your Python version to Python 3.6+ to continue working with Kolibri. More recent versions of Python 3 are recommended.
  • Support for this Internet Explorer 11 will be dropped in the upcoming version, 0.17. We recommend installing other browsers, such as Mozilla Firefox or Google Chrome, in order to continue working with Kolibri.

Kolibry Design System upgrades

  • Kolibri is now using kolibri-design-system v2.0.0 (a major version upgrade!). Please see the KDS release's Github page for documentation and full details about breaking changes and new features.

RC Diff

  • Use responsive composable instead of mixin to fix errors from the mixin. by @rtibbles in #11791
  • Capture more errors from the backend and show error messages for them by @jredrejo in #11807
  • Prevent user sign up on LOD imports by @rtibbles in #11827
  • Remove redundant mastery label masking exercise card thumbnail by @LianaHarris360 in #11840
  • Ensure facility id is properly sent to public signup viewset. by @rtibbles in #11846
  • Fix 500 errors when using django redis cache for response caching by @rtibbles in #11849
  • Add conditional check to ensure resource exists before rendering report page by @marcellamaki in #11843
  • Pass the correct kwargs to the cleanupsyncs management command. by @rtibbles in #11854
  • LOD Syncing: create canonical set of assignments when learner is assigned multiple ways by @bjester in #11860
  • Update translations with latest from Crowdin by @radinamatic in #11858
  • Pin all installer actions to specific versions. by @rtibbles in #11863
  • Ensure that Kolibri can start regardless of whether redis and redis cache is installed. by @rtibbles in #11868
  • Update changelog for 0.16.0 release by @marcellamaki in #11870

Full Changelog: v0.16.0-beta13...v0.16.0-rc0

v0.16.0-beta13

23 Jan 23:25
6b8acac
Compare
Choose a tag to compare
v0.16.0-beta13 Pre-release
Pre-release

What's Changed

Full Changelog: v0.16.0-beta12...v0.16.0-beta13

v0.16.0-beta12

23 Jan 23:02
a9fbc6b
Compare
Choose a tag to compare
v0.16.0-beta12 Pre-release
Pre-release

What's Changed

Full Changelog: v0.16.0-beta11...v0.16.0-beta12

v0.16.0-beta11

20 Jan 00:06
e80feb9
Compare
Choose a tag to compare
v0.16.0-beta11 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.16.0-beta10...v0.16.0-beta11

v0.16.0-beta10

14 Dec 00:37
dd51643
Compare
Choose a tag to compare
v0.16.0-beta10 Pre-release
Pre-release

What's Changed

Full Changelog: v0.16.0-beta9...v0.16.0-beta10

v0.16.0-beta9

21 Nov 22:17
8048572
Compare
Choose a tag to compare
v0.16.0-beta9 Pre-release
Pre-release

What's Changed

Full Changelog: v0.16.0-beta8...v0.16.0-beta9