Skip to content

Commit

Permalink
Making ready to release 2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Nov 7, 2015
1 parent 8d8a189 commit 5f68a6d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@
# # # # # # ## # # # # # # # #
#### # # # # # # #### #### #### #### ####

________________________________________________________________________________
_2.10.5_________________________________________________________________________

Changed:
-Added User Agent to HTTP requests (Global)
-Safer backup and restore of settings files
-Don't update missing prices on startup (price 1.4.0)
-Changed jUpdate download location (To make sure we have write access)

Bug Fix:
-AIOOB EnumTableFormatAdaptor (Critical)
-FilterSave deadlock read lock (Critical)
-IllegalArgumentException in SeparatorList (Critical)
-Stockpile table colors did not working with the default value
-Buy/Sell Transaction columns are not grayed out when exclude
-Reprocessed grand total remove button not disabled
-Removed dead lookup links
-Settings -> Window: The order of JTextField are illogical
-Stockpile Dialog are not updated before shown (Empty location fields)

________________________________________________________________________________
_2.10.4_________________________________________________________________________

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>2.10.5-SNAPSHOT</version>
<version>2.10.5</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 @@ -85,7 +85,7 @@ private enum ProgramAction {
TIMER
}
//Major.Minor.Bugfix [Release Candidate n] [BETA n] [DEV BUILD #n];
public static final String PROGRAM_VERSION = "2.10.5 DEV BUILD 1";
public static final String PROGRAM_VERSION = "2.10.5";
public static final String PROGRAM_NAME = "jEveAssets";
public static final String PROGRAM_UPDATE_URL = "http://eve.nikr.net/jeveassets/update.xml";
public static final String PROGRAM_HOMEPAGE = "http://eve.nikr.net/jeveasset";
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 5f68a6d

Please sign in to comment.