Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release'
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed Dec 11, 2024
2 parents 62fabc1 + 5a3feae commit cf4e67d
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 12 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ instructions, because git commits are used to generate release notes:

<!-- scriv-insert-here -->

<a id='changelog-18.3.0'></a>
## v18.3.0 (2024-12-11)

- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @hinakhadim)
- 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):
* Rename **master** to **release**, as this branch runs the latest official Open edX release tag.
* Rename **nightly** to **main**, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.
- [Bugfix] Fix dropdown select rendering issue on light theme (by @dawoudsheraz)
- ".wrapper-problem-response" did not need any dark theme variables outside dark-theme class for dropdown problems. This was causing the dropdown to use dark theme variables regardless of the theme that user selected.
- [Bugfix] Add dark-theme for Course Handouts and Course Updates that appears on Learning MFE Course Outline Page (by @hinakhadim)
- [Bugfix] Update dark-theme styles for ORA (Open Response Assessment) so that it becomes readable, usable, beautiful, and appealing (by @hinakhadim)
- The readability of styles in the `scss` file is challenging and will be improved in subsequent releases.
- [Bugfix] Fix various dark theme issues with Teams tab on LMS. (by @dawoudsheraz)
- [Bugfix] Update dark-theme styles for Notes and Textbook Page (by @hinakhadim)

<a id='changelog-18.2.2'></a>
## v18.2.2 (2024-10-29)

Expand Down
1 change: 0 additions & 1 deletion changelog.d/20241113_222629_hina.khadim.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20241119_122802_dawoud.sheraz_branch_rename.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion tutorindigo/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "18.2.2"
__version__ = "18.3.0"

0 comments on commit cf4e67d

Please sign in to comment.