Releases: virtual-labs/ph3-lab-mgmt
Releases · virtual-labs/ph3-lab-mgmt
Bug fixes and enhancements
What's Changed
- color coding for answers by @shraddha in #500
- The previous version quiz is fixed as per current display logic by @shraddha in #540
- Error toast will be shown while bug reporting by @shraddha in #548
- The issue of incorrect experiment ratings on the list-of-experiments page has been fixed
New Contributors
Full Changelog: v2.0.0...v2.1.0
First major release after refactoring and enhancements
What's Changed
- ajv fix by @pavanchow in #110
- Render json with latex by @shreyash-x in #107
- Fix typo in event handler by @vjspranav in #113
- Labgen by @shreyash-x in #112
- Update frontmatter of content-validation.md by @raj-vlabs in #119
- Help commands by @shreyash-x in #120
- Move Bug Report to Prod by @vjspranav in #215
- fixed bug lab-display-name not necessary by @Vanshika-Dhingra in #231
- Modified lab-descriptor schema by @raj-vlabs in #276
- Integration service worker by @shreyash-x in #298
- Added Score keyword besides the score shown for each quiz by @bhavberi in #311
- Rating tool integration btp by @gautamxyz in #268
- Staging fix by @raj-vlabs in #343
- Removed caching for local deployments by @raj-vlabs in #383
- Rhythm test by @RhythmAgg in #334
- Backward compatibility fix by @RhythmAgg in #403
- Docs, code-assessment gh-pages integration by @RhythmAgg in #402
- Changes to the schema to include difficulty and hint features by @joeypark743 in #469
New Contributors
- @pavanchow made their first contribution in #110
- @Vanshika-Dhingra made their first contribution in #231
- @bhavberi made their first contribution in #311
- @gautamxyz made their first contribution in #268
- @RhythmAgg made their first contribution in #334
- @joeypark743 made their first contribution in #469
Full Changelog: v1.2.37...v2.0.0
test_release_delete_me
This is a test release and is not meant to be used by the larger audience. This would be removed in a few days.
CLI Update
- release type included as an optional parameter to the labgen script
- experiment build processes are integrated now
- fixed: https://gitlab.com/vlead/task-allocation/-/issues/93
Stable
Fix
Fixing edge cases for adding analytics to random html files in experiments. One error still exists. Files with spaces will not work.
Updating the Exp Build Version
- Updating the exp build version from 1.1.0 to 1.1.1.
- Relaxing the schema validation: Additional fields are allowed.
Bug Fix on Older Version
Fix the following:
- git clone --> git clone --depth 1
This is done in order to avoid downloading the entire history of a repo.