From b15e189f5e34e7c63bab60e5e29fdd3a2f6d43f2 Mon Sep 17 00:00:00 2001 From: gnosygnu Date: Mon, 1 Feb 2016 00:13:42 -0500 Subject: [PATCH] v3.1.5.1 --- blog.html | 114 +++++++++++++++++++++++++++++++++++++++++++++++++- download.html | 91 ++++++++++++---------------------------- 2 files changed, 140 insertions(+), 65 deletions(-) diff --git a/blog.html b/blog.html index 682dabb46..668902c18 100644 --- a/blog.html +++ b/blog.html @@ -17,6 +17,118 @@
+

+ Release: v3.1.5.1 (2016-01-31 22:00 Sun) +

+

+ The desktop app is a major release. It resolves reference errors in 2016-01 English Wikipedia, fixes wide images on German Wikipedia, and adds a new PageBanner extension +

+

+ The Android app is also a major release. It shows more tables, heiroglyphics, and images with a ? in title. +

+

+ Luaj fixes for references in 2016-01-13 English Wikipedia +

+

+ The 2016-01-13 dump had many erros in the reference section due to bugs in Luaj. One of the following would be displayed: +

+ +

+ These were bugs in Luaj with the frontier pattern and multi-byte chars. They were both resolved in this release. +

+

+ Fix for German Wikipedia and extremely wide pie charts +

+

+ I'm extremely thankful for this report at https://github.com/gnosygnu/xowa/issues/38 There were HTML issues in German Wikipedia because all the wikis rely implicitly on American formatting rules for decimals. For example: +

+ +

+ XOWA was doing this multiplication using the user's locale. +

+ +

+ v3.1.5 fixes this issue by asserting that all decimal-parsing is done in the US locale. +

+

+ New PageBanner extension for Wikivoyage +

+

+ This was an extension introduced by Wikimedia late last year to standardize the display of the image, icons and table of contents at the top of the page. This involved some considerable work on my side (including a Mustache parser), but XOWA now reproduces the same look. +

+

+ (Android) Show navboxes and other tables +

+

+ The Wikipedia Mobile app deliberately hides navboxes as well as other tables. I think this is done for the following reasons: +

+ +

+ In contrast, I really do like showing as much content as possible, so I decided to show these tables. I'll probably put an option to disable this later, but I'm going to wait first for some feedback from others +

+

+ (Android) Always center table content +

+

+ This is another deviation from the Wikipedia Mobile app style. Basically most tables are left-aligned and would end before reaching the right-hand side of the page. I changed the CSS to have these tables fill up the entire page and center the content. +

+

+ This has one unfortunate sideback in that it breaks the "Collapse" buttons. I'll try to fix this in a future release, but if I can't, I may remove them entirely. +

+

+ (Android) Show hieroglyphics +

+

+ The early versions of the XOWA Android app did not show hieroglyphics. This is now supported in this build +

+

+ (Android) Show images with ? in file title +

+

+ This was a bug wherein images that had a ? were not being displayed within the Android WebView. I fixed this by replacing ? with %3F. +

+

+ Next release: v3.2.1 +

+

+ I ran into several issues with the 2016-01 English Wikipedia dump that set me back a few days. I'm planning to upload English Wikipedia images and HTML this week, and then continue on with the other English wikis +

+

+ For code, I'm going to tackle performance on the Android search again as well as a few minor UI issues on Android (collapse-table, pinch-zoom) +

Release: v3.1.4.2 (2016-01-28 11:00 Thu)

@@ -143,7 +255,7 @@ The Android app is a major release. It has a Random feature, shows more images, and adds CSS-tweaks.

- Documentation for html-dump script. See Help:Import/Command-line/Dumps + Documentation for html-dump script. See [[Help:Import/Command-line/Dumps]]

This item is self-explanatory. The XOWA Android app is getting more stable, so I felt it would be time to document the generation of the HTML databases. diff --git a/download.html b/download.html index ec0cfb961..d54af9392 100644 --- a/download.html +++ b/download.html @@ -21,37 +21,37 @@

Windows

Linux

Mac OS X

Android

Source code

@@ -65,7 +65,7 @@ Change log

- v3.1.4.2 (2016-01-28) + v3.1.5.1 (2016-01-31)

Windows / Linux / Mac OS X @@ -75,42 +75,16 @@

-

- trivial -

-
    -
  • - Log: Do not log warnings when building category version1 (resolves numerous non-meaningful error messages in the log file). -
  • -
- -

- v3.1.4.1 (2016-01-24) -

-

- Windows / Linux / Mac OS X -

-

- major -

-

@@ -118,19 +92,10 @@

@@ -138,18 +103,10 @@

-

- doc -

-

@@ -160,16 +117,22 @@