Skip to content

Commit

Permalink
Bump version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj committed Jun 10, 2017
1 parent 47788e4 commit 991f6d7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
ToDo
* Bump version to 1.4.3
* Bump version to 1.4.4
* Migrate all GUI from swing to JavaFX
* Write all documentation in docbook format

xxxx-xx-xx
2017-06-10 Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>

* Bump version to 1.4.3
* Create jar with dependencies:
* target/freeroute-[version]-jar-with-dependencies.jar
* Create jar without dependencies (external libs: target/libext):
* target/freeroute-[version].jar
* Class structure (constant & constructor access)
* Remove unused/unreferenced/unreachable code
* Remove custom exception:
* DesignFileException.java
* Apache Commons -> Google Guava
* Copy external libs into target/libext folder
* Enable OpenGL pipeline and use system look & feel
* Dispose BoardFrame if can not load design file
* Other improvements

2017-05-25 Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>

2017-05-25
* Bump version to 1.4.2
* Subwindows manager
* TemporarySubwindows.java
Expand All @@ -27,7 +34,8 @@ xxxx-xx-xx
read scope methods in specctra design formats
* Other improvements

2017-05-19
2017-05-19 Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>

* Bump version to 1.4.1
* Use Apache Commons Math:
* ArithmeticUtils.gcd(int p, int q)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.freerouting</groupId>
<artifactId>freeroute</artifactId>
<version>1.4.3-alpha</version>
<version>1.4.3</version>
<packaging>jar</packaging>

<name>freeroute</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/freerouting/freeroute/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public final class MainApp extends Application {
/**
* Change this string when creating a new version
*/
private static final String VERSION_NUMBER_STRING = "1.4.3-alpha";
private static final String VERSION_NUMBER_STRING = "1.4.3";
private static final Logger LOGGER = Logger.getLogger(MainAppController.class.getName());
private static final TestLevel DEBUG_LEVEL = TestLevel.CRITICAL_DEBUGGING_OUTPUT;
private boolean single_design_option = false;
Expand Down

0 comments on commit 991f6d7

Please sign in to comment.