v2023.09.27
bjester
released this
27 Sep 18:37
·
1054 commits
to hotfixes
since this release
Summary
This is a major release including some enhancements as well as bug fixes for issues raised since last release, and updates for Kolibri 0.16 support.
Enhancements
- Uploading H5P resources extracts metadata from the file
- Users are able to retry copy operations after a failure, including some visibility into the failure
- Restricts editing some metadata fields for imported resources
- Import search is now faster
Bug fixes
- Users now have insight into copy failures
- Auto scroll removed when adding a new exercise question
- Navigation drawer closes when choosing option to change language
- Preview of practice quiz details correctly denotes itself as a practice quiz
What's Changed
- Merge down latest hotfixes to unstable by @bjester in #4124
- Fixes error that appears in the console on drag nested resource to root by @akolson in #4150
- Prevent source edits for copied/imported resources by @akolson in #4189
- Remove public API export from 'deploy-migrate' by @bjester in #4210
- Misc smaller patch release fixes for v2023.07.05 by @bjester in #4199
- Close nav drawer when clicking to change language by @bjester in #4207
- Bump stylus-loader from 7.1.2 to 7.1.3 by @dependabot in #4129
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #4213
- Bump grpcio from 1.51.1 to 1.53.0 by @dependabot in #4192
- Bump fonttools from 4.27.1 to 4.40.0 by @dependabot in #4132
- Bump workbox-precaching from 6.5.4 to 7.0.0 by @dependabot in #4217
- Fix to ignore language settings for kolibri public APIs by @vkWeb in #4198
- Bump jest-serializer-vue from 2.0.2 to 3.1.0 by @dependabot in #4218
- Bump google-cloud-kms from 1.4.0 to 2.10.0 by @dependabot in #3887
- Bump workbox-webpack-plugin from 6.5.4 to 7.0.0 by @dependabot in #4225
- Bump locust from 2.8.6 to 2.15.1 by @dependabot in #4224
- Bump django-s3-storage from 0.13.11 to 0.14.0 by @dependabot in #4223
- Bump workbox-window from 6.5.4 to 7.0.0 by @dependabot in #4227
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #4228
- Bump attrs from 19.3.0 to 23.1.0 by @dependabot in #4230
- Empty channels publish handling by @rtibbles in #4231
- Fix bitmask filtering by multiple labels for AND rather than OR by @rtibbles in #4233
- Prevent errors when creating already existing tag through model entries. by @rtibbles in #4232
- Bump dexie from 3.2.2 to 3.2.4 by @dependabot in #4234
- Bump less-loader from 11.0.0 to 11.1.3 by @dependabot in #4235
- added text truncate in import channel dropdown by @Jaspreet-singh-1032 in #4186
- Fixes undo of copying by @vkWeb in #4244
- Merge down hotfixes into unstable by @bjester in #4245
- removed scroll on adding new question by @Jaspreet-singh-1032 in #4181
- fix ordering issue by @Jaspreet-singh-1032 in #4250
- Enhance tests and add special handling for mptt fields. by @rtibbles in #4251
- Implementation to extract metadata from H5P Content Package by @manavagr1108 in #4131
- Bump le-utils from 0.1.42 to 0.2.1 by @dependabot in #4252
- H5p finalization by @rtibbles in #4255
- New django app 'automation' for future AI features by @akash5100 in #4262
- Fixes incorrect value for Practice quiz by @akolson in #4260
- Bump actions/checkout from 3 to 4 by @dependabot in #4271
- Allow users to retry copy failures by @vkWeb in #4176
- Fix missing attributes from change objects by @vkWeb in #4278
- Super Duper Fast Import Search 🚀 by @vkWeb in #4279
- Merge unstable to hotfixes by @marcellamaki in #4270
- Fixes incorrectly truncated channel titles in 'Channel/source' and 'Language' dropdowns by @akolson in #4288
- Add instance ID to public API response by @bjester in #4298
New Contributors
- @Jaspreet-singh-1032 made their first contribution in #4186
Full Changelog: v2023.07.05...v2023.09.27