Skip to content

Commit

Permalink
Release: Making ready to release 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Mar 25, 2021
1 parent 5fbe6c0 commit 219ccbe
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,28 @@
# # # # # # ## # # # # # # # #
#### # # # # # # #### #### #### #### ####

________________________________________________________________________________
_6.8.0_BETA_1___________________________________________________________________

New Features:
-Added current location and ship columns to Industry Slot and Isk (by crmason2)
-Added system and constellation columns to all tools with a location column
-Added constellation view to Overview
-Added constellations to zKillboard and Dotlan location lookup
-Added constellations to Stockpile locations

Bug Fixes:
-Fix spelling error in Tracker delete-item warning (by jhmartin)
-NPE in AssetAddedData.getAdd() (BugID: 893)
-Outbid did not handle equal prices
-Market order outbid was never being cleared of old entries (Issue #239)
-Fixed Transactions Profit % column giving the wrong value
-Better handle when price APIs return zero prices
-Industry Slots won't load filters (Issue #242)
-New columns at the end of the TableFormat was added at the wrong index
-Ensured Copy, Paste, Cut, and Select All shortcuts works on a Mac (Issue #243)
-Fixed corporation transactions wallet division incorrectly showing division 1

________________________________________________________________________________
_6.7.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>6.8.0-SNAPSHOT</version>
<version>6.8.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 @@ -116,7 +116,7 @@ private enum ProgramAction {
TIMER
}
//Major.Minor.Bugfix [Release Candidate n] [BETA n] [DEV BUILD #n];
public static final String PROGRAM_VERSION = "6.8.0 DEV BUILD 1";
public static final String PROGRAM_VERSION = "6.8.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 219ccbe

Please sign in to comment.