Skip to content

Commit

Permalink
The Halloween Release
Browse files Browse the repository at this point in the history
  * Improved translations:
    - French: mission and engine back at 100%
    - Brazilian: missions at 58%
  * Engine:
    - #292: Check the user's input before submitting a feedback
    - #304: Stop user's program's or demo's execution if the user
      switches to another exercise or lesson.
    - #395: Correctly remove the files that should be when reverting
      or failing an exercise (both in local and remote repositories)
    - #389: Allow fullscreen on Mac OSX
    - #394: Display a waiting dialog when exiting
    - #263: Also interpret language tags in hints, not only missions
    - #401: Remove non-needed HumanLangListeners
    - Greatly improve the coverage of our unit tests.
  * Worlds:
    - #286: Turtle, Buggle: document where (0,0) is
    - #220: Buggle: Improve doc of isOverBaggle(), isCarryingBaggle()
  * Pedagogical content:
    - #323: turtleart.Kerr40: new exercise
    - #397: GnomeSort: align mission text with code
    - #296: TraversalByColumn: document where (0,0) is
    - #239: CourseForest: get stick in water, not moving anymore
    - #405: LoopStairs: Make French python bindings fit the templating
    - #406: Lander101: unclear mission text wrt stepping the simulation
    - #409: LoopWhile: additional reference to "About this world" menu
  • Loading branch information
mquinson committed Oct 31, 2014
1 parent c2b3f56 commit 7fdcaa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
20141015: wannabe Release 2.5
20141031: Release 2.5

The Halloween Release.

* Improved translations:
- French: mission and engine back at 100%
- Brazilian: missions at 58%
Expand All @@ -26,7 +28,6 @@
- #406: Lander101: unclear mission text wrt stepping the simulation
- #409: LoopWhile: additional reference to "About this world" menu


20141009: Release 2.4.11

Git and TurtleWorld's equality should both be working now :)
Expand Down
4 changes: 2 additions & 2 deletions lib/resources/plm.configuration.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Sun, 28 Sep 2014 22:06:00 +0200
# PLM default configuration
plm.major.version=2.5-pre
plm.minor.version=20141015
plm.major.version=2.5
plm.minor.version=20141031

# This should be self explanatory, actually
# Its value is automatically updated and saved in the personal property file
Expand Down

0 comments on commit 7fdcaa0

Please sign in to comment.