Change log/v3.7.3.1
From XOWA: the free, open-source, offline wiki application
Contents
v3.7.3.1 (2017-07-17)
Wiki
- Wiki: Publish 2016-07 French Wikipedia, Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews.
PC
major
- HtmlView: Support redirects.
- Links: https://fr.wikibooks.org/wiki/Portrait https://fr.wikiquote.org/wiki/ https://fr.wikiquote.org/wiki/Paul_%C3%89luard
- HtmlView: Fix Table of contents not working for entries with <br/>.
- Resolved by: Rewrite TOC generator.
- Example: ==a<br/>b==.
- Links: https://fr.wikipedia.org/wiki/Thermokarst https://fr.wikipedia.org/wiki/Conseil_régional_du_Nord-Pas-de-Calais https://fr.wikipedia.org/wiki/Tour_de_ski_2007-2008
- HtmlView: Fix Table of contents not working for entries with duplicate entries.
- Resolved by: Rewrite TOC generator.
- Example: ==a== ==a==.
- Links: https://fr.wikipedia.org/wiki/Itanium https://fr.wikipedia.org/wiki/10000 https://fr.wikipedia.org/wiki/Liste_des_microprocesseurs_Intel https://fr.wikipedia.org/wiki/Technology_and_Entertainment_Software
- HtmlView: Fix Table of contents not working for entries with references.
- Resolved by: Rewrite TOC generator.
- Example: ==a<ref name="b">c==.
- Links: https://fr.wikipedia.org/wiki/Dal
- HtmlView: Support PageBanner.
minor
- Gui: Add "cancel" button to Edit pages. {detected by WeaverStever}
- Css: Fix "indicators" showing in top-left corner.
- Resolved by: Update failover.css to use recent versions.
- Links: https://en.wikipedia.org/wiki/Earth
- PageHistory: Fix application close failing when page history has dupe.
- Resolved by: Ignore duplicate item in page history.
Dev
- Source: Make html generation code thread safe.