diff --git a/blog.html b/blog.html
index a67ec2fcd..a380c5014 100644
--- a/blog.html
+++ b/blog.html
@@ -17,6 +17,80 @@
+
+ Release: v2.8.3.1 (2015-08-16 21:15 Sun)
+
+
+ v2.8.3 is a significant release, but mostly from an infrastructure point-of-view. It has several application startup and deployment changes. It also has an update for English Wikipedia 2015-08-05
+
+
+ English Wikipedia images for 2015-08-05
+
+
+ The update itself contains about 157,000 new images. I'm posting v2b tonight and will post v2a and v1 over the next few days. See [[Help:Set up English Wikipedia#File databases: v1, v2a and v2b]]
+
+
+ Application startup changes, including splash animation, fatal error window, and .exe changes
+
+
+ v2.8.3 has a number of application startup changes. The most noticeable one is a splash animation to show that XOWA is launching after you double-clicked the exe (or ran the sh).
+
+
+ In addition, I added a "fatal error" window to give more information if XOWA fails to run because of SWT or XULRunner.
+
+
+ Finally, I rebuilt xowa.exe with launch4j. Also, both exe's now support a standalone JRE. If you place a JRE in /xowa/bin/windows/java/jre , it will run on systems without java installed.
+
+
+ Unfortunately, these changes aren't uniform across all operating systems.
+
+
+ -
+ Windows: All of the above apply
+
+ -
+ Linux: Only the first 2 apply. A standalone JRE will probably not happen due to the many varieties of Linux distros as well as the general Linux philosophy of a central package manager
+
+ -
+ Mac OS X: None apply. I had problems with the splash and the error window, whereas I haven't looked at the standalone JRE. I'll work on these for a future release, though it's difficult to say when.
+
+
+
+ XOWA home wiki is now a sqlite3 database
+
+
+ When v0.0.0 was first released, XOWA used text files for all its wikis. XOWA has since moved to sqlite3 databases in v0.7.1 but the home wiki still remained in the text file format.
+
+
+ With v2.8.3, the home wiki now is in a sqlite3 format. This should be the start of a number of changes, including better namespaces (everything is in the Help namespace), a functioning Search, image support, and overall better editing. Also, the home wiki will soon be part of the Android Alpha app.
+
+
+ Cleanup of /xowa/ root directory
+
+
+ v2.8.3 now deploys much fewer files to the /xowa/ root directory. This was done primarily to avoid confusion for new users, as well as general deployment aesthetics. All other files have been moved to elsewhere in the /xowa/bin/xowa/ hierarchy. See the Change Log for more details.
+
+
+ For upgrade users, you can ignore these old files in the /xowa/ root directory or clean them up manually. You can also update your app by regenerating the XOWA root directory. See [[Help:Upgrading]] and "Upgrading by an xowa_app package and regenerating the XOWA root directory"
+
+
+ Trivial Scribunto parser fix
+
+
+ v2.8.3 has one trivial Scribunto fix that caused "Script error" on about a dozen or so pages in English Wikipedia.
+
+
+ Next release: v2.8.4
+
+
+ Now that English Wikipedia images were finally released, I'm going to resume the long overdue backlog. I'm scheduling Ukraine, Persian and Bengali for this week.
+
+
+ I did some Android development this week, and will work on Search support. I'll also work on any issues the new builds turn up, including one outstanding one for broken Math expressions on some pages: https://github.com/gnosygnu/xowa/issues/10
+
+
+
+
Release: v2.8.2.1 (2015-08-09 20:25 Sun)
diff --git a/download.html b/download.html
index f98305a08..349e890c6 100644
--- a/download.html
+++ b/download.html
@@ -21,31 +21,31 @@
Windows
Linux
Mac OS X
Source code
@@ -55,28 +55,14 @@
- v2.8.2.1 (2015-08-10)
+ v2.8.3.1 (2015-08-17)
- major
+ package
-
- Setup.SWT: Upgrade SWT to 4.6M1 for Windows (affects XOWA not working on Windows 8.1) {detected by Wellsen, others}.
-
-
-
- fix
-
-
@@ -84,10 +70,25 @@
-
- Wikibase: Show "In other languages" if page has wikidata entry but no sitelinks {detected by gnosygnu.gui}. See: https://en.wikipedia.org/wiki/Tintinan
+ Gui: Add splash.gif when XOWA starts. See: /xowa/bin/any/xowa/file/gui/splash/xowa.gif
-
- File: Change thumbnail filename format for videos (affects several dozen missing images on en.w); EX:[[File:A.ogv|220px]] -> 220px--A.ogv.png x> mid-A.ogv {detected by gnosygnu.build.process}. See: https://en.wikipedia.org/wiki/Alice_Brady
+ Gui: Show "options saved" notification after saving options.
+
+ -
+ Setup: Show better error message if fatal error during launch.
+
+ -
+ Setup: Build xowa.exe with launch4j.
+
+ -
+ Wiki: Convert home wiki to sqlite wiki and move to /xowa/bin/any/xowa/wiki/home*.
+
+ -
+ Setup: Enable bundled JRE for Windows .exe. See: /xowa/bin/windows/java/jre
+
+ -
+ Setup: Add site_meta.sqlite3. See: /xowa/bin/any/xowa/cfg/wiki/site_meta.sqlite3
@@ -95,16 +96,21 @@
+
+ minor
+
+
@@ -112,7 +118,25 @@
-
- Wikibase: Fix missing twisty icon for wikidata sections when wikidata page is not 1st tab loaded at launch {detected by gnosygnu.gui}. See: https://en.wikipedia.org/wiki/Tintinan https://www.wikidata.org/wiki/q7808513
+ Setup: Move "xowa_build" scripts from /xowa to /xowa/bin/os_name/xowa/script.
+
+ -
+ Setup: Move "setup" scripts from /xowa to /xowa/bin/os_name/xowa/script.
+
+ -
+ Setup: Move xowa.gfs to /xowa/bin/any/xowa/cfg/app/xowa.gfs. See: /xowa/bin/any/xowa/cfg/app/xowa.gfs
+
+ -
+ Setup: Move license.txt to /xowa/bin/any/xowa/license.txt. See: /xowa/bin/any/xowa/license.txt
+
+ -
+ Setup: Move failover css to /xowa/bin/any/xowa/html/css/failover. See: /xowa/bin/any/xowa/html/css/failover
+
+ -
+ Setup: Move maintenance html to /xowa/bin/any/xowa/xtns/xowa/maintenance. See: /xowa/bin/any/xowa/xtns/xowa/maintenance
+
+ -
+ Setup: Remove /xowa/bin/any/sql.
@@ -120,21 +144,7 @@
-
- dev
-
-
- -
- Make.Images: Change "wiki.page_dump.make" to always delete tables if they exist {detected by gnosygnu.build.process}.
-
- -
- Make.Images: Change transaction begin / end logic (affects slow image build times) {detected by gnosygnu.build.process}.
-
- -
- Source: Refactor XtoStrAble.
+ Doc: Reformat readme.txt to use MediaWiki syntax.