Skip to content

Commit

Permalink
Bump version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj committed May 25, 2017
1 parent aea1fab commit d8b9c23
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
ToDo
* Bump version to 1.4.2
* Bump version to 1.4.3
* Migrate all GUI from swing to JavaFX
* Write all documentation in docbook format

2017-05-25
* Bump version to 1.4.2
* Subwindows manager
* TemporarySubwindows.java
* SavableSubwindows.java
* Class structure (final class & contructor access)
* Update translations
* SnapshotAttributes.java: refactor inner class to outer class
* GUIDefaultsFileException.java: new exception used for controling
read scope methods in GUIDefaultsFile class
* ReadScopeException.java: new exception used for controling
read scope methods in specctra dessign formats
* Other improvements

2017-05-19
* Bump version to 1.4.1
* Use Apache Commons Math:
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 @@ -48,7 +48,7 @@ public final class MainApp extends Application {
/**
* Change this string when creating a new version
*/
private static final String VERSION_NUMBER_STRING = "1.4.2-alpha";
private static final String VERSION_NUMBER_STRING = "1.4.2";
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 d8b9c23

Please sign in to comment.