Skip to content

Commit

Permalink
Release: Making ready to release 6.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Jun 14, 2021
1 parent f82c268 commit 6ea9ba1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@
# # # # # # ## # # # # # # # #
#### # # # # # # #### #### #### #### ####

________________________________________________________________________________
_6.9.1__________________________________________________________________________

Changed:
-Removed zKillboard/HammerTime structure update (Both are dead)

Code:
-Simplified SettingsUpdateListener calls

Bug Fixes:
-NPE in ColumnManager (BugId: 941, 947)
-Filter logic is not updated when switching between numeric/string/date columns
-Fixed IllegalArgumentException in JFormulaDialog (BugId: 944)
-Loading filter with formula/jump column crashes jEveAssets (BugId: 943, 942)
-Restoring current filter failed for filters with formula/jump columns
-Fixed StringIndexOutOfBoundsException in JFormulaDialog (BugID: 946)

________________________________________________________________________________
_6.9.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>6.9.1-SNAPSHOT</version>
<version>6.9.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 @@ -116,7 +116,7 @@ private enum ProgramAction {
TIMER
}
//Major.Minor.Bugfix [Release Candidate n] [BETA n] [DEV BUILD #n];
public static final String PROGRAM_VERSION = "6.9.1 DEV BUILD 1";
public static final String PROGRAM_VERSION = "6.9.1";
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
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 6ea9ba1

Please sign in to comment.