Skip to content

Releases: BuggleInc/webPLM

Release v2.1.1 : Enable lessons about recursivity and Blockly

05 Oct 14:07
Compare
Choose a tag to compare
  • Enable the lessons
    • Recursive Lists
    • Bases of recursion
    • Hanoi towers
  • Enable Blockly
  • Fix many small issues

Release v2.0.3 : Portuguese and bug fixing

12 Sep 16:33
Compare
Choose a tag to compare
  • Fix many small issues.
  • Enable portuguese language.
  • Also add some additional informations in bug reports.
  • And now update automatically the exercises' serializations if they are outdated.

Release v2.0.2 : Fix LocalExecutionActor

07 Sep 07:27
Compare
Choose a tag to compare
  • Don't flush the operations spies then user stopped the execution
  • Reduce waiting time before reporting a timeout of the execution
  • Update the Scala version used

Release v2.0.1 : Fix execution issues

06 Sep 18:53
Compare
Choose a tag to compare
  • Update PLM version to not crash when a PLMEntityNotFound exception is throwned.
  • Close channels when TribunalActor is stopping.
  • Stop children actors when PLMActor is stopping.

Release v2.0.0 : Exercise as JSON

05 Sep 16:30
Compare
Choose a tag to compare
  • Remove Game
  • Move exercises and lessons to webPLM
  • Serialize whole exercises as JSON when communicating with the judges

Release v1.3.0: Fix issues

15 Mar 12:36
Compare
Choose a tag to compare

Now comes also as a JAR.

Fix several issues:

  • #2 : Objectives tab should not show the demo by default
  • #24 : When you pass an exercise, the congratulation picture comes before the end
  • #58 : Hints do not seem to be implemented
  • #69 : Reporting a bug does not work
  • #71 : An infinite loop loops infinitely (stop button is useless)
  • #75 : Progression graphs should be implemented or not mentionned
  • #77 : The local server should be a single jarfile
  • #79 : Demo empty in the last exercise of Tri-color Hanoi Towers

Release v1.2.2: Fix tricolor Hanoï towers

06 Nov 15:12
Compare
Choose a tag to compare
  • Display correctly the disks' color

Release v1.2.1: Fix setHeading

24 Sep 09:09
Compare
Choose a tag to compare
  • Fix setHeading to correctly update the world's view
  • Adapt TurtleWorld's API to the UI

Release v1.2.0: Revenge of the Turtle

22 Sep 15:26
Compare
Choose a tag to compare
  • New lessons availables:
    • TurtleArt
    • Recursion.Logo
  • Fix an UI issue where a buggle can't be seen since its color is the same as the background

Release v1.1.2: Fix SetIndication

10 Sep 15:40
Compare
Choose a tag to compare
  • Display correctly the indications written in Maze / ShortestPathMaze