Skip to content

Commit

Permalink
Release: Making ready to release 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Sep 18, 2022
1 parent 4dab8dd commit 46c1e82
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@
# # # # # # ## # # # # # # # #
#### # # # # # # #### #### #### #### ####

________________________________________________________________________________
_7.3.1__________________________________________________________________________

Bug Fixes:
-Fixed NPE in MyIndustryJob from MyBlueprint (Issue #342)

________________________________________________________________________________
_7.3.0__________________________________________________________________________

New Feature:
New Features:
-Added filters to the Overview Tool (Issue #336)
-Added Janice as a price source (Issue #328)
-Price History (Issue #76)
Expand All @@ -39,7 +45,7 @@ New Feature:
-Added mnemonic to the main menu
-Added available label to stockpile separator row (Issue #341)

Bug Fix:
Bug Fixes:
-Ignore profiles with invalid names
-Include private structures in the contract appraisal settings reset on save
-Refining equipment option did not accept decimal values (Issue #340)
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.3.1-SNAPSHOT</version>
<version>7.3.1</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 @@ -122,7 +122,7 @@ private enum ProgramAction {
TIMER
}
//Major.Minor.Bugfix [Release Candidate n] [BETA n] [DEV BUILD #n];
public static final String PROGRAM_VERSION = "7.3.1 DEV BUILD 1";
public static final String PROGRAM_VERSION = "7.3.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 46c1e82

Please sign in to comment.