Change log/v4.6.4.1908
From XOWA: the free, open-source, offline wiki application
v4.6.4.1908 (2019-08-11)
PC
major
- Sqlite: Fix faster wiki loading for read-only devices not working for Read-only files. {detected by Ope30}
significant
- Luaj: Fix '=Module:Bases:148 ' on many fr.w. {detected by desb42}
- Resolved by: Add deprecated foreach / foreachi.
- Issue: https://github.com/gnosygnu/xowa/issues/531
minor
- Cfg: Fix 'Show search' and 'Show toolbar' not working. {detected by desb42}
- Links: home/wiki/Special:XowaCfg?grp=xowa.gui.general
- Issue: https://github.com/gnosygnu/xowa/issues/532
- Html_dump: Add configuration to show WIKITEXT / HTML indicators in top-right. {contributed by desb42}
- Links: home/wiki/Special:XowaCfg?grp=xowa.wiki.hdumps
- Issue: https://github.com/gnosygnu/xowa/issues/525
- Search.Suggest: Fix wrong highlighting of search suggest term when removing characters from search-word. {detected by desb42}
- Resolved by: Move highlighting code out of cache pathway to js_wtr.
- Example: kyle -> kyl (kyle still highlighted).
- Issue: https://github.com/gnosygnu/xowa/issues/538
- User.Cfg: Fix page not loading if duplicate keys in user cache. {detected by Ope30}
- Resolved by: Ignore duplicate keys in user cache.
- Issue: https://github.com/gnosygnu/xowa/issues/534
trivial
- HTTP Server: Generalize file:///.*/file/.* logic. {contributed by desb42}
- HTTP Server: Fix NullPointerException when restarting HTTP_Server and going directly to search suggest. {contributed by desb42}