Skip to content

Commit

Permalink
Release: Making ready to release 7.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Oct 27, 2024
1 parent d322745 commit 33a71d0
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,46 @@
# # # # # # ## # # # # # # # #
#### # # # # # # #### #### #### #### ####

________________________________________________________________________________
_7.9.1__________________________________________________________________________

Bug Fixes:
-Added contract locations to my stockpile locations
-Stockpile my locations contained delivered industry jobs locations
-Corporation contract assets owner is now an option: char/corp/both (Issue #476)
-Changed http to https in multiple places (contributed by Salartarium)
-Reprocessed grand total should never have a color
-Reprocessed value and color box was wrong
-Mining graph/tracker owners list is not sorted (Issue #491)
-Tracker assets location filter others node didn't work (Issue #485)
-Tracker add new locations selected is never saved (Issue#488)
-Remember what screen to open on (Issue #462)
-noformula and nojumps cli arguments not working (Issue #492)
-Fixed everef lookup to point to the correct url
-Stockpile groups behave incorrectly with filters (Issue #484)
-Ensure stockpile cell is visible after being expanded
-Industry jobs assets use the wrong location
-Ensure reprocess settings are valid
-Flagstring attribute was never saved/loaded for assets and blueprints
-Expired contracts are not included in tracker/assets (Issue #473)
-Stockpile industry copy jobs now output both BPCs and Runs (Issue #482)
-Fixed a typo (Issue #479)
-Delivered industry jobs was included in assets and stockpiles (Issue #480)
-Stockpile target column truncation (Issue #467)
-Price history use tick scale of selected items (Issue #466)
-Contract/Industry jobs assets was not updated on status change by users

Changed:
-Reduced throughput for public market orders to 100
-Removed contract status expired and added archived

Code:
-Minor optimization of the stockpile tool
-Updated sqlite to 3.41.2.2
-Updated logback to 1.2.13
-Updated prices library to 3.1.1 (Issue #469)
-Updated eve-esi library to 4.9.0

________________________________________________________________________________
_7.9.0__________________________________________________________________________

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>7.9.1-SNAPSHOT</version>
<version>7.9.1</version>
<name>jeveassets</name>
<description>jEveAssets is an out-of-game asset manager for Eve-Online, written in Java</description>
<url>https://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 @@ -128,7 +128,7 @@ private enum ProgramAction {
TIMER
}
//Major.Minor.Bugfix [Release Candidate n] [BETA n] [DEV BUILD #n];
public static final String PROGRAM_VERSION = "7.9.1 DEV BUILD 1";
public static final String PROGRAM_VERSION = "7.9.1";
public static final String PROGRAM_NAME = "jEveAssets";
public static final String PROGRAM_HOMEPAGE = "https://eve.nikr.net/jeveasset";
private 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 33a71d0

Please sign in to comment.