Skip to content

Commit

Permalink
Release: Making ready to release 7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Aug 8, 2023
1 parent 379774b commit 812892a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,36 @@
# # # # # # ## # # # # # # # #
#### # # # # # # #### #### #### #### ####

________________________________________________________________________________
_7.7.0__________________________________________________________________________

New Features:
-Added corporation mining ledger (Issue #371)
-Added wallet division column to the market orders tool (Issue #375)
-Added completed by column to the industry jobs tool (Issue #389)
-Allow users to add their own mp3 files for sound alerts (Issue #378)
-Manufacturing price column to assets/tree/items/market orders (Issue #138)
-Made the stockpile dialog for adding manufacturing materials more detailed
-Retry invalid accounts from the account manager
-Added options for more visible chart colors (Issue #387 & #404)
-Added tooltips for filter buttons

Bug Fixes:
-Stockpile total for transaction and contract columns showed wrong value
-Ensure adding to the reprocessed tool is always great than zero
-Industry jobs default filters didn't include cancelled/reverted (Issue #399)
-Stockpile menu could overflow (Issue #381)
-Shopping list and subpiles didn't work with "matching all" (Issue #403)

Changed:
-Made it more obvious that reprocessed count is editable
-Made it more obvious that stockpile multiplier and target cells are editable
-Removed evepraisal from the lookup menu

Code:
-Moved reprocessed price to the item class (Issue #373)
-Changed audio format from wave to mp3 (Issue #378)

________________________________________________________________________________
_7.6.2__________________________________________________________________________

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.7.0-SNAPSHOT</version>
<version>7.7.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 @@ -126,7 +126,7 @@ private enum ProgramAction {
TIMER
}
//Major.Minor.Bugfix [Release Candidate n] [BETA n] [DEV BUILD #n];
public static final String PROGRAM_VERSION = "7.7.0 DEV BUILD 1";
public static final String PROGRAM_VERSION = "7.7.0";
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 812892a

Please sign in to comment.