Skip to content

Commit

Permalink
release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smack42 committed Mar 23, 2014
1 parent 99a5414 commit 841c9e9
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ CHANGES



1.3.2 (2014-03-23)

+ Esperanto translation contributed by Doro
+ small GUI improvements:
- use Unicode arrow symbols for some button labels
- changed format of solution moves list



1.3.1 (2014-03-02)

+ fixed some GUI layout issues
Expand Down
2 changes: 1 addition & 1 deletion LIESMICH.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DriftingDroids - noch ein weiteres Ricochet Robots Lösungsprogramm.

Version 1.3.1 (2014-03-02)
Version 1.3.2 (2014-03-23)
Homepage https://github.com/smack42/DriftingDroids/wiki


Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DriftingDroids - yet another Ricochet Robots solver program.

Version 1.3.1 (2014-03-02)
Version 1.3.2 (2014-03-23)
Homepage https://github.com/smack42/DriftingDroids/wiki


Expand Down
3 changes: 2 additions & 1 deletion appstart.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ app.main.class = driftingdroids.ui.Starter
#user.language=en
#user.language=de
#user.language=ru
#swing.defaultlaf=com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel
#user.language=eo

#swing.defaultlaf=com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel
Binary file modified doc/DriftingDroids_Nutzerdokumentation.odt
Binary file not shown.
Binary file modified doc/DriftingDroids_Nutzerdokumentation.pdf
Binary file not shown.
Binary file modified doc/DriftingDroids_user_documentation.odt
Binary file not shown.
Binary file modified doc/DriftingDroids_user_documentation.pdf
Binary file not shown.
Binary file added releases/DriftingDroids_1.3.2.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/driftingdroids/ui/Starter.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
public class Starter {

public static void main(String[] args) throws InterruptedException, InvocationTargetException {
new SwingGUI("DriftingDroids 1.3.1 (2014-03-02)");
new SwingGUI("DriftingDroids 1.3.2 (2014-03-23)");
//runTestRandom1000();
// runTestKeyDepthMap();
}
Expand Down

0 comments on commit 841c9e9

Please sign in to comment.