Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@codeofdusk codeofdusk released this 20 Oct 03:27
· 1 commit to master since this release

Welcome to the 19 October 2022 release of Marys! This is a patch release in response to the replacement of Sharples Dining Hall by the new Dining Center.

Highlights

  • Marys no longer returns a "closed" Submenu under sharples indicating its 24/7 closure.
    • Marys now returns an empty SubmenuContainer for Sharples to maintain backwards compatibility and avoid cluttering generation of the root Menu's output. In other words, the result of something like marys.Menu().ssml() will no longer indicate that Sharples is closed.
    • To access the Dining Center's menu, use dining_center in place of sharples (for instance, marys.Menu()["dining_center"]).
  • To make speech output easier to listen to, The following frequently occurring allergen codes are excluded from SSML output. These codes are still present in textual output (such as card and __str__):
    • ::egg::
    • ::milk::
    • ::shellfish::
    • ::soy::
    • ::tree nut::
    • ::wheat::