diff --git a/changelog.txt b/changelog.txt index afa320e763..d388cdb412 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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__________________________________________________________________________ diff --git a/pom.xml b/pom.xml index 12dcb0199a..6bd708ee29 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ net.nikr jeveassets jar - 5.5.2-SNAPSHOT + 5.6.0 jeveassets jEveAssets is an out-of-game asset manager for Eve-Online, written in Java http://eve.nikr.net/jeveasset diff --git a/src/main/java/net/nikr/eve/jeveasset/Program.java b/src/main/java/net/nikr/eve/jeveasset/Program.java index 79a986c6b9..9e61a2d9ab 100644 --- a/src/main/java/net/nikr/eve/jeveasset/Program.java +++ b/src/main/java/net/nikr/eve/jeveasset/Program.java @@ -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; diff --git a/src/main/resources/splash.jpg b/src/main/resources/splash.jpg index 1de66d310b..55bf40e5c3 100644 Binary files a/src/main/resources/splash.jpg and b/src/main/resources/splash.jpg differ