Skip to content

Commit

Permalink
release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smack42 committed Aug 25, 2023
1 parent 5a15e85 commit 70dd38a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 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 @@ ColorFill CHANGES



1.3.3 (2023-08-25)
- updated FlatLaf - Flat Look and Feel to current version 3.2
* https://github.com/JFormDesigner/FlatLaf/releases
- improved AStarPuchertStrategy - runs even faster
- added 99problems, another set of test cases
* https://github.com/manteuffel723/flood-it-boards
* all specified optimal solutions in the files are confirmed by ColorFill
- performed another complete benchmark run of codegolf26232
* latest run took 54 minutes 16 seconds
(21 minutes faster than previous version 1.3.2)



1.3.2 (2022-02-22)
- updated FlatLaf - Flat Look and Feel to version 2.0.1
* https://github.com/JFormDesigner/FlatLaf/releases
Expand Down
5 changes: 3 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ColorFill - yet another Flood-It clone (game and solver algorithm)

Version 1.3.2 (2022-02-22)
Version 1.3.3 (2023-08-25)
Homepage https://github.com/smack42/ColorFill/wiki


Expand Down Expand Up @@ -43,7 +43,7 @@ On the command line run it like this:
license

ColorFill game and solver
Copyright (C) 2022 Michael Henke <smack42@gmail.com>
Copyright (C) 2023 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 Expand Up @@ -96,3 +96,4 @@ Programming
https://github.com/aaronpuchert/floodit
https://github.com/Flolle/terminal-flood
https://www.formdev.com/flatlaf https://github.com/JFormDesigner/FlatLaf
https://github.com/manteuffel723/flood-it-boards
Binary file added releases/ColorFill_1.3.3.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/colorfill/ui/Starter.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class Starter {

public static void main(String[] args) throws Exception {
final String progname = "ColorFill";
final String version = "1.3.3__DEV__ (2023-07-24)";
final String version = "1.3.3 (2023-08-25)";
final String author = "Copyright (C) 2023 Michael Henke <smack42@gmail.com>";
System.out.println(progname + " " + version);
System.out.println(author);
Expand Down

0 comments on commit 70dd38a

Please sign in to comment.