Skip to content

The 2020 release.

Compare
Choose a tag to compare
@mquinson mquinson released this 23 May 11:49
· 237 commits to javaUI since this release

Join the Discord server: https://discord.gg/agxNPGj

  • Update dependencies so that it works nowadays
    • Update scala to v2.11.12 (v2.11.4 did not play well with Java11)
    • Update jython to v2.7.2~rc1 (to avoid a scary warning at startup)
    • Add dependencies to the jar, so that it works on a naked machine.
  • Worlds:
    • Buggle/Python: Let the translation play nice with the exercises
      forbidding forward() with a parameter (#512, #518).
  • Pedagogical Content:
    • SlugHunting.py: align the code template with the mission text
    • #484: BDR: rephrase an obscure paragraph
    • #485: Poucet: rephrase an unclear paragraph
    • #488, #496: Poucet2 was not marked for translation
      #495: Fix pseudo-markdown in MethodReturning in French
    • #490, #493 : Make clear that writing growFlowers() is part
      of the FlowerPot assignment
    • #482, #489, #498, #500, #503: Glitches and typos in French translation
  • Java UI
    • #494: Make sure that the tooltip always appear on the speed slider
  • Internal organization:
    • #495: Strenghten the checks for errors in [!python] and such
    • Kill the broken feature of Courses. Should be redone another way.