Skip to content

Commit

Permalink
Release: Making ready to release 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Oct 3, 2023
1 parent 7668f1c commit b096ff4
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,38 @@
# # # # # # ## # # # # # # # #
#### # # # # # # #### #### #### #### ####

________________________________________________________________________________
_7.8.0__________________________________________________________________________

New Features:
-Rename Stockpile Groups (Issue #379)
-Group multiple stockpiles (Issue #377)
-Delete multiple stockpiles (Issue #377)
-Added income/expenditure/total to the journal statusbar (Issue #17)
-Import systems to the routing tool (Issue #208)
-Sorting contract columns now sort the contract groups too (Issue #374)
-Added ore/ice/gas to the materials tool (Issue #391)
-Made each group optional in the materials tool (Issue #391)
-Added reprocessed/manufacturing columns to the contracts tool (Issue #412)
-Import eve fitting xml to stockpiles (Issue #382)
-Added output volume column to the industry jobs tool (Issue #418)
-Different color for orders outbid by your own orders (Issue #416)
-Added option to ignore multiplier for stockpile items (Issue #411)
-Added owned column to industry jobs/market orders/contracts

Bug Fixes:
-Update table cell on stockpile delete
-Reprocessed count/account name/stockpile multiplier require enter (Issue #410)
-Stockpile menu wasn't updating on stockpile rename
-Added expired status to contracts (Issue #415)
-PB materials added to stockpiles are rounded up (Issue #413)

Changed:
-Removed evemarketer.com API as a market price source

Code:
-Added fail-safe for endless outbid update loop on error

________________________________________________________________________________
_7.7.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.8.0-SNAPSHOT</version>
<version>7.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 @@ -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.8.0 DEV BUILD 1";
public static final String PROGRAM_VERSION = "7.8.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 b096ff4

Please sign in to comment.