Skip to content

Commit

Permalink
Release: Making ready to release 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Mar 24, 2019
1 parent 640e9cf commit e84bee5
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 16 deletions.
33 changes: 32 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,37 @@
# # # # # # ## # # # # # # # #
#### # # # # # # #### #### #### #### ####

________________________________________________________________________________
_5.9.0__________________________________________________________________________

New Features:
-Added meta column to the stockpile
-Update from the command line (with -backgroundupdate)
-Use Bookmark endpoints to resolve structures (require new scope)
-Planetary Assets (require new scope)
-Multibuy export in the stockpiles shopping list
-Eve multibuy export in the Copy+ menu
-Blueprint Runs in the Stockpile tool
-Evepraisal in the loopup menu
-Adam4EVE in the lookup menu
-Eve-MarketData in the lookup menu
-eve-hub in the lookup menu
-evemarkethelper in the lookup menu
-khon.space in the lookup menu

Bug Fixes:
-Fixed system names in pricing regions selector. (Contributed by AnrDaemon) o7
-Fix for Bug ID: 739 (thread safety)

Changed:
-Removed eve-markets from the lookup menu (dead)

Code:
-Better retry logic for ESI requests
-Updated EveKit library to 5.0.1
-Updated eve-esi to 3.2.0 (major improvements)
-Updated pricing to 2.1.1

________________________________________________________________________________
_5.8.2__________________________________________________________________________

Expand Down Expand Up @@ -198,7 +229,7 @@ Bug Fixes:
________________________________________________________________________________
_5.4.1__________________________________________________________________________

New Feature:
New Features:
-Get closed Market Orders from ESI (new endpoints)

Bug Fixes:
Expand Down
12 changes: 1 addition & 11 deletions credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Retired Developers:
Jan
Ima Sohmbadi*
Saulvin
AnrDaemon

Retired Testers:
Varo Jan*
Expand Down Expand Up @@ -267,17 +268,6 @@ Link:
License:
GNU Lesser General Public Licence (http://www.gnu.org/licenses/lgpl.html)

________________________________________________________________________________
_JACKSON________________________________________________________________________

jEveAssets use Jackson to parse json into java objects

Link:
https://github.com/FasterXML/jackson-databind/

License:
Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

________________________________________________________________________________
_COPYRIGHT______________________________________________________________________

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>5.9.0-SNAPSHOT</version>
<version>5.9.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 @@ -107,7 +107,7 @@ private enum ProgramAction {
TIMER
}
//Major.Minor.Bugfix [Release Candidate n] [BETA n] [DEV BUILD #n];
public static final String PROGRAM_VERSION = "5.9.0 DEV BUILD 1";
public static final String PROGRAM_VERSION = "5.9.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
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public AboutDialog(final Program program) {
+ "&nbsp;Jan<br>"
+ "&nbsp;Ima Sohmbadi<br>"
+ "&nbsp;Saulvin<br>"
+ "&nbsp;AnrDaemon<br>"
+ "<br>"
+ "<b>License</b><br>"
+ "&nbsp;<a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html\">GNU General Public License 2.0</a><br>"
Expand All @@ -85,7 +86,6 @@ public AboutDialog(final Program program) {
"<b>Content</b><br>"
+ "&nbsp;<a href=\"http://www.eveonline.com/\">EVE-Online</a> (api and toolkit)<br> "
+ "&nbsp;<a href=\"https://evekit.orbital.enterprises\">EveKit</a> (account api)<br> "
//+ "&nbsp;<a href=\"http://eve-central.com/\">EVE-Central.com</a> (price data api)<br>"
//+ "&nbsp;<a href=\"http://eve-marketdata.com/\">EVE-Marketdata.com</a> (price data api)<br>"
+ "&nbsp;<a href=\"https://market.fuzzwork.co.uk/api/\">fuzzwork.co.uk</a> (price data api)<br>"
+ "&nbsp;<a href=\"https://evemarketer.com/\">EveMarketer.com</a> (price data api)<br>"
Expand All @@ -102,7 +102,6 @@ public AboutDialog(final Program program) {
+ "&nbsp;<a href=\"http://www.slf4j.org/\">slf4J</a> (logging)<br>"
+ "&nbsp;<a href=\"https://logback.qos.ch/\">logback</a> (logging)<br>"
+ "&nbsp;<a href=\"https://github.com/xerial/sqlite-jdbc\">SQLite</a> (database)<br>"
+ "&nbsp;<a href=\"https://github.com/FasterXML/jackson-databind/\">Jackson</a> (parsing json)<br>"
+ "&nbsp;<a href=\"" + Program.PROGRAM_HOMEPAGE + "\">OSXAdapter</a> (native mac os x support)<br>"
+ "&nbsp;<a href=\"https://github.com/GoldenGnu/price\">Pricing</a> (parsing price data api)<br>"
+ "&nbsp;<a href=\"https://github.com/GoldenGnu/routing\">Routing</a> (routing tool)<br>"
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 e84bee5

Please sign in to comment.