Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

44 lines (30 loc) · 2.3 KB

Changelog

This file includes a history of past releases. Changes that were not yet added to a release are in the changelog.d/ folder.

v18.0.0 (2024-06-20)

  • 💥[Feature] Upgrade to redwood (by @dawoudsheraz)
  • [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on pkg_resources. (by @regisb)
  • 💥[Feature] Upgrade the deprecated edx-app-android to openedx-app-android. (by @hamza-56)
  • [Feature] Update the tutor.yaml configuration to align with the new app’s default settings. See the default configuration here: default_config/prod/config.yaml (by @cmltawt0).
  • [Feature] Enhanced ANDROID_APP_VERSION logic to dynamically set the version based on OPENEDX_COMMON_VERSION: for nightly builds, ANDROID_APP_VERSION is set to main. For other builds, ANDROID_APP_VERSION is set to the value of OPENEDX_COMMON_VERSION. (by @hamza-56)

v17.0.0 (2023-12-09)

  • 💥 [Feature] Upgrade to Quince (by @muhammadali286).
    • The nightly branch will now build the master branch of the edx-app-android repository. (by @regisb)
  • [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)

v16.0.0 (2023-06-14)

  • 💥[Feature] Upgrade to Palm. (by @regisb)
  • [Improvement] Add a scriv-compliant changelog. (by @regisb)