v0.15.9
·
64 commits
to release-v0.15.x
since this release
What's Changed
High level summary
This release makes improvements to the learn interface, updates supported python versions, and ensures proper display of new metadata labeling on Learn content.
Added
- Specify pre-commit hook python version to 3.10 by @akolson in #9810
- Add Python3.11 to supported python versions. by @rtibbles in #9799
Fixed
- Fix PDF completion issues by @rtibbles in #9776
- Fix learner-facing metadata display of content duration by @marcellamaki in #9811, @marcellamaki in #9838
- Fix "Mark as complete" functionality to allow learners to mark resources as complete when allowed by the resource @nucleogenesis in #9808, #9837
- Disable forward/back buttons until locations are properly loaded. by @rtibbles in #9813
- Fix issue that causes learners to skip every other question in an exercise by @rtibbles in #9819
- Fix searchbox outline and update KDS to new release version by @thanksameeelian in #9806
- Backport changes from to fix title spacing in app bar by @marcellamaki in #9817
- Fix bookmark data loading issues that caused inaccurate bookmark display by @rtibbles in #9865
Changed
- Change init.py from 5 tuple to 3. by @AllanOXDi in #9740
- Set a max width on Library main content grid to display properly on extra large monitors by @marcellamaki in #9774
- Remove "All options" from filters in Learn search/filtering side panel by @jredrejo in #9797
- Switch display of the completion modal to require both completed progress and the resource to be finished by @rtibbles in #9814
- Add tests to assert totalattempts behaviour. by @rtibbles in #9827
- Backport fix from develop to resolve isTopicReference failures by @marcellamaki in #9841
- Display completion modals only on first completion, and allow user to reopen the modal if needed by @rtibbles in #9830
- Update KDS to 1.4.1 by @marcellamaki in #9866
- Update category search for each level to be searchable by @marcellamaki in #9839
New Contributors
- @thanksameeelian made their first contribution in #9806
Full Changelog: v0.15.8...v0.15.9