Skip to content

Tags: BuggleInc/PLM

Tags

v2.9.3

Toggle v2.9.3's commit message
Release v2.9.3

v2.9.2

Toggle v2.9.2's commit message
Release v2.9.2

v2.9

Toggle v2.9's commit message
Release v2.9

v2.8.1

Toggle v2.8.1's commit message
Release v2.8.1

v2.8

Toggle v2.8's commit message
Fix the version number for the new release

v2.7

Toggle v2.7's commit message
this file is not used anymore

2.6

Toggle 2.6's commit message
Release 2.6. The Long Awaited release.

  * Improved translations:
    - French: missions and engine at 100%
    - Brazilian: missions at 100%, engine at 65%
    - Chinese: engine at 39%
  * Engine:
    - Ask loudly before pushing anything to the remote servers
      This fixes http://bugs.debian.org/772026
    - Switch embeeded scala compiler to version 2.11.4
  * Worlds:
    - #284: Turtle, Buggle: Better message when mixing pens and brushes
    - Hanoi: Allows for problems with 3  pegs and multiple stacks
    - Buggle: Sensible names for well known colors when diffing worlds
  * Pedagogical content:
    - #410: Fix my usage of "teach" vs. "learn" in English
    - #240: SlugSnail: add false leads to avoid cheaters
    - #229: Poucet: Split the exercise in two. Both request to write
      two loops. The external loop is always a do/while ("until
      found").  The inner loop in the first one is a simpler for loop
      while the second exercise request the inner loop to also be a
      do/while (because of the corridors of differing lenghts)
    - InterleavedHanoi,SplitHanoi[123]; LinearHanoi,LinearTwinHanoi;
      TricolorHanoi[123]; CyclicHanoi; IterativeHanoi: New exercises
      to work on the decomposition of recursive problems.
    - Move the Moria exercise to the last position in welcome lesson.
      It is ways harder than the other ones.
    - #104: Instructions: hint about brushUp/brushDown
    - #428: Instructions: typo in english
    - New exercise, searching for the second biggest value in array
    - #433: New exercise: BubblePancake [Tydax]
    - #447: Make Dave and localization work together in Python
  * Internal organization:
    - Automatically check for classical errors in [!python] and such
    - New package in welcome lesson for summative exercises
  * Buggle Editor:
    - New commands: add/del line or column.

2.5

Toggle 2.5's commit message
Of course I had to mess up the Halloween release

I forgot to test the generated distribution before pushing my changes,
so of course it failed... Sorry.

2.4.11

Toggle 2.4.11's commit message
Release 2.4.11

  Git and TurtleWorld's equality should both be working now :)

  * Improved translations:
    - Brazilian Portuguese: Missions at 54% despite content changes
  * Engine:
    - #224: If the execution is interrupted, the exercise is failed
    - #380: Disable creative mode when switching the exercise
    - Lessons: Prevent users from accessing broken lessons and add tests
      to detect them.
    - GitSpy: Fix a bug which overwrote the current exercise's files
      for the current programming language by the current exercise's files
      for the last result's programming language
    - Git: Refactor Git related code to fix progression loss bugs
  * Worlds:
    - Turtle: equal() was not detecting when lines are overlapping
      with no common extremities. We now detect when one line is
      strictly included within another one, but not when they are
      intermixed (yet). Fix #381.
  * Pedagogical content:
    - #378, #393: French typo
    - #383: Fix the name of the Scala entity
    - #387: Fix a broken link when run from the jar
    - #388: The Pancake #0 is actually on top (fix mission text)

2.4.10

Toggle 2.4.10's commit message
Release 2.4.10

  * Engine:
    - Add several tests to check ExerciseTemplated's behavior.
    - #262: sensible error message when putting code out of any method
      in Scala
    - Add a test suite to gather together all tests.
    - #359: Add world-specific info to debug and feedback.
      SortingWorld uses that to tell which random instance was used.
  * Pedagogical content:
    - #372: scala code for Koch and Crab exercises were inverted.
    - #373: Fix entity name for the dutch flag