Skip to content

Commit

Permalink
Update version history.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheep-y committed Dec 18, 2016
1 parent 011fb88 commit 03824b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions html/action_about.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ <h2> 3.5<sup>th</sup> Version </h2>
<h1 class='i18n'> action.about.h_version_history </h1>
<p class="i18n"> action.about.lbl_english_only </p>
<dl>
<dt> 3.5.2.1 <time>???</time> </dt>
<dd> Raw data export. Fix new Java compatibility and other download bugs. </dd>
<dt> 3.5.2.1 <time>2016-12-19</time> </dt>
<dd> Add raw data export and high contrast theme (Windows). Fix new Java compatibility and other bugs. </dd>

<dt> 3.5.2 <time>2016-11-19</time> </dt>
<dd> Multi-thread export, reduce file count from 25k to 1.8k, linkify entry names, split items into four categories, show type of items (artifact, tattoo, standard), show theme prerequisite, show background benefits, split race ability, share favicon between viewer and downloader, internal lookup, keyboard next/prev. </dd>
Expand Down
2 changes: 1 addition & 1 deletion java/db4e/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Main {

static String TITLE = "Compendium downloader";
static String VERSION = "3.5.3 (development)";
static String UPDATE_TIME = "2016-12-18"; // Any release beyond this time is an update
static String UPDATE_TIME = "2016-12-20"; // Any release beyond this time is an update

// Global log ang preference
public static final Logger log = Logger.getLogger( Main.class.getName() );
Expand Down

0 comments on commit 03824b1

Please sign in to comment.