v0.16.1
marcellamaki
released this
08 Apr 15:32
·
152 commits
to release-v0.16.x
since this release
What's Changed
Added
- Add customizable demographic field entry to facility admin interface by @rtibbles in #12032
- Add check to call render on the response if it has a render method by @KshitijThareja in #11762
- Add
devserver-with-kds
to watch core for changes if KDS option is provided by @thesujai in #11785 - Add IsAuthenticated permission class in api/content/contentrequest by @thesujai in #11995
- Add pre-commit hook and documentation to prevent swappable model dependencies by @rtibbles in #11989
Fixed
- Fixes bug with case insensitive username matches during facility user bulk import by @nick2432 in #11779
- Fix screen flickering in Library page by @iskipu in #11853
- Fix issues with Logging module ('kolibri.lib.logging') that blocks Library page access with a non-closable modal by @iskipu in #11820
- Fix responsive onboarding setup wizard by @FidalMathew in #11847
- Prevent errors for exact duplicate usernames by @rtibbles in #11755
- Fix import duplicate usernames by @nick2432 in #11899
- fix: os_user unnecessary password field by @ThEditor in #11814
- Fix NO_FILE_BASED_LOGGING environment variable behavior by @KshitijThareja in
- Fix Loader Misallignment and Flickering by @iskipu in #11921
- Fix side navigation scrolling by @poju3185 in #11992
- Fix 'missing resource' alert not showing on Home page for missing quiz resources by @LianaHarris360 in #12008
- Fix inputs on devices that use both touchscreen and keyboard inputs by @poju3185 in #11998
- Fix inaccurate duplicate username reporting in bulk import by @rtibbles in #12040
- Fix URL handling regression by @rtibbles in #12049
- Fix release upload bug by @rtibbles in #12050
- Fix asset naming in windows installer by updating windows installer version. by @rtibbles in #12055
- Fix signed asset naming in windows installer by updating windows installer version. by @rtibbles in #12058
Changed
- Delete coreAPI PageRoot component in favour of a default component in kolibri_app by @rtibbles in #11730
- Use FacilityUser instead of AUTH_USER_MODEL in migrations by @jredrejo in #11984
- Upgrade KDS from v2.0.0 to v3.0.1 on the release branch by @MisRob in #11929
- bump version number by @marcellamaki in #11912
- feat: update to vue-virtual-scroller 1.1.2 by @ThEditor in #11671
- Refactor error handling in CustomDjangoCache by @thesujai in #11808
- Update packages versions for latest release. by @rtibbles in #11919
- Pin vue and vue-template-compiler to ensure correct version is used in kolibri-tools. by @rtibbles in #11930
- Update version of all Android actions. by @rtibbles in #12007
- Use a different glob lib for now by @bjester in #11913
- Update README.md by @poju3185 in #12009
- Update Mac tests to run on Python 3.10 by @rtibbles in #11753
- Reuse URL validator for remote URL access. by @rtibbles in #12028
- Remove any order_by to ensure values_list is properly unique. by @rtibbles in #12044
- Removes inconsistently applied and mostly no-op double click blocking. by @rtibbles in #11719
New Contributors
- @ThEditor made their first contribution in #11671
- @FidalMathew made their first contribution in #11847
- @poju3185 made their first contribution in #11992
Full Changelog: v0.16.0...v0.16.1