Download
From XOWA: a free, open-source, offline wiki application
All files are available at https://github.com/gnosygnu/xowa/releases/
Windows
Linux
Mac OS X
Source code
Change log
v2.8.2.1 (2015-08-10)
major
- Setup.SWT: Upgrade SWT to 4.6M1 for Windows (affects XOWA not working on Windows 8.1) {detected by Wellsen, others}.
fix
- Url: Always use long-form of url for address bar; EX:"en.wikipedia.org/wiki/Earth" not "en.wikipedia.org/Earth" {detected by gnosygnu.gui}. See: https://en.wikipedia.org/wiki/Tintinan [broken since:v2.8.1.1]
- Search: Fix popups not working for links in Search; EX:/xowa/bin/any/xowa/html/res/src/xowa/core/core.js {detected by gnosygnu.gui}. See: https://en.wikipedia.org/wiki/Special:Search?search=Earth&fulltext=y [broken since:v2.7.3.1]
- HttpServer: Accept "Content-type" header in GET requests (affects mathematica failing when run through http mode) {detected by anonymous}. [broken since:v2.7.2.1]
change
- Wikibase: Show "In other languages" if page has wikidata entry but no sitelinks {detected by gnosygnu.gui}. See: https://en.wikipedia.org/wiki/Tintinan
- 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
significant
- Wikibase: Show date-time with precision of 9 (year only) in wikidata (affects blank time when precision is 9) {detected by gnosygnu.gui}. See: https://www.wikidata.org/wiki/q7808513
- Wikibase: Show date-time with correct precision in {{#property}} calls (affects pages showing full time instead of precision); EX:{{#property:P571}} -> 1968 x> +00000001969-01-01T00:00:00Z {detected by gnosygnu.gui}. See: https://en.wikipedia.org/wiki/Tintinan
- File: Set images with invalid sizes to -1 (default thumb size) not 0 (no size) (affects 1000 images on en.w); EX:[[File:A.png|bad400px]] -> 220px x> 0px {detected by gnosygnu.build.process}. See: https://en.wikipedia.org/wiki/The_Bahamas https://en.wikipedia.org/wiki/Data_compression https://en.wikipedia.org/wiki/Double_bass
- File: Abbreviate long file names to "thumbnail.ext" (affects several dozen missing images on en.w); EX:A[160+].png -> thumbnail.png {detected by gnosygnu.build.process}. See: https://en.wikipedia.org/wiki/Grafton,_West_Virginia
trivial
- 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
doc
- Setup: Add note to readme.txt warning about using symbolic links in Linux {contributed by cd19s}. See: https://github.com/gnosygnu/xowa/issues/16
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.