Skip to content

Commit

Permalink
Release: Making ready to release 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Jun 6, 2018
1 parent e884727 commit 09c9b3a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@
# # # # # # ## # # # # # # # #
#### # # # # # # #### #### #### #### ####

________________________________________________________________________________
_5.6.0__________________________________________________________________________

New Features:
-Added Fuzzwork Blueprint Calculator to the Lookup menu
-Added Fuzzwork Market to the Lookup menu
-Added Eve Info item database to the Lookup menu
-Delete known invalid tracker asset locations
-Major Memory Optimizations
-CPU Optimization of Tracker, Routing, Ship Fittings, Stockpile

Bug Fixes:
-Industry Jobs Assets was missing ME/TE/RUNS and had wrong BPO/BPC
-Workaround for deleted PI structures

Changed:
-Removed Eve-Central from the lookup menu
-Removed Conquerable Stations
-Ignore Wormhole and Abyssal locations in the routing tool

________________________________________________________________________________
_5.5.1__________________________________________________________________________

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>net.nikr</groupId>
<artifactId>jeveassets</artifactId>
<packaging>jar</packaging>
<version>5.5.2-SNAPSHOT</version>
<version>5.6.0</version>
<name>jeveassets</name>
<description>jEveAssets is an out-of-game asset manager for Eve-Online, written in Java</description>
<url>http://eve.nikr.net/jeveasset</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/nikr/eve/jeveasset/Program.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private enum ProgramAction {
TIMER
}
//Major.Minor.Bugfix [Release Candidate n] [BETA n] [DEV BUILD #n];
public static final String PROGRAM_VERSION = "5.5.2 DEV BUILD 1";
public static final String PROGRAM_VERSION = "5.6.0";
public static final String PROGRAM_NAME = "jEveAssets";
public static final String PROGRAM_HOMEPAGE = "https://eve.nikr.net/jeveasset";
public static final boolean PROGRAM_DEV_BUILD = false;
Expand Down
Binary file modified src/main/resources/splash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09c9b3a

Please sign in to comment.