Skip to content

Commit

Permalink
release 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
smack42 committed Aug 22, 2022
1 parent 4b2ea9d commit 719adf1
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ CHANGES



1.3.10 (2022-08-22)

+ added FlatLaf - Flat Look and Feel (current version 2.4)
- FlatLaf is a modern open-source cross-platform Look and Feel for
Java Swing desktop applications.
https://www.formdev.com/flatlaf
https://github.com/JFormDesigner/FlatLaf
+ added dark mode (light-on-dark color scheme)
- to activate it, please edit the file appstart.properties
and remove the "#" from the line that ends in FlatDarkLaf or FlatDarculaLaf



1.3.9 (2020-08-30)

+ Java 8 or higher is required
Expand Down
10 changes: 5 additions & 5 deletions 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.9 (2020-08-30)
Version 1.3.10 (2022-08-22)
Homepage https://github.com/smack42/DriftingDroids/wiki


Expand All @@ -27,10 +27,10 @@ mit dem echten Brettspiel.

Java SE Runtime Environment (JRE Version 8 oder neuer) wird benötigt um
das Programm zu benutzen. Du kannst Java hier herunterladen:
https://www.oracle.com/java/technologies/javase-downloads.html
https://adoptopenjdk.net/
https://adoptium.net/
https://www.oracle.com/java/technologies/downloads/

Um DriftingDroids zu starten doppelklicke auf "start.jar".
Um DriftingDroids zu starten, doppelklicke auf "start.jar".

Für mehr Informationen lies bitte die beiliegende Dokumentation.

Expand All @@ -39,7 +39,7 @@ Für mehr Informationen lies bitte die beiliegende Dokumentation.
## Lizenz

DriftingDroids - yet another Ricochet Robots solver program.
Copyright (C) 2011-2020 Michael Henke <smack42@gmail.com>
Copyright (C) 2011-2022 Michael Henke <smack42@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
10 changes: 5 additions & 5 deletions 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.9 (2020-08-30)
Version 1.3.10 (2022-08-22)
Homepage https://github.com/smack42/DriftingDroids/wiki


Expand All @@ -25,10 +25,10 @@ real board gaming sessions.

Java SE Runtime Environment (JRE version 8 or newer) is required to run
this program. You can download Java here:
https://www.oracle.com/java/technologies/javase-downloads.html
https://adoptopenjdk.net/
https://adoptium.net/
https://www.oracle.com/java/technologies/downloads/

To run DriftingDroids just doubleclick "start.jar".
To run DriftingDroids, just doubleclick "start.jar".

For more info please read the included documentation.

Expand All @@ -37,7 +37,7 @@ For more info please read the included documentation.
## license

DriftingDroids - yet another Ricochet Robots solver program.
Copyright (C) 2011-2020 Michael Henke <smack42@gmail.com>
Copyright (C) 2011-2022 Michael Henke <smack42@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
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.10.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 @@ -40,7 +40,7 @@
public class Starter {

public static void main(String[] args) throws InterruptedException, InvocationTargetException {
new SwingGUI("DriftingDroids 1.3.9 (2020-08-30)");
new SwingGUI("DriftingDroids 1.3.10 (2022-08-22)");
// runTestRandom1000();
// runTestKeyDepthMap();
// runTestKeyInt();
Expand Down

0 comments on commit 719adf1

Please sign in to comment.