From ee11f098d56a004c0776cd55ab5b2e8d8d9bcc25 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sat, 29 May 2021 17:29:22 +0100 Subject: [PATCH] Changelogs Former-commit-id: 2797a470b0bd8edba880edcfced166ba9fd26938 [formerly ac510a1ce7bef92f46b11b732f174434711a001b] [formerly 8f1a6fda732921d31fa1df980fbb5900d547d641] [formerly b35eeb9add281d804da3b6a2afb18e1e49dfa8bf [formerly 6617a1037ee69e849f421a5fd7a4d8562dc4111b [formerly b6323195db51ffd15eea135151df0801e64ac9c7]]] Former-commit-id: 01b296c6f610578a8b7c54b7838cba4c9adf622d [formerly 00c8f6edb272f8413c5f48c7b2b539b46e4d7659 [formerly b4e1167cfcb232496a2341483d7d77ed12a714b9]] Former-commit-id: 8f96070ed8a50b5a332e9cdb31509a10705e850d [formerly 2eca1486de5c7e8529042f41e3ec254bfb76479c] Former-commit-id: e6379d75495772c40556b8d1d4e15aa5694e67b2 --- CHANGELOG.md | 2 +- www/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 274d1ad5..d5ee1ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * UPDATE: Sample ZIM updated to `wikipedia_en_100_maxi_2021-05.zim` * ENHANCEMENT: Pre-calculate position and size of article namespace in legacy ZIMs (speeds up binary search) * FIX: Hide jump in page position during article load in Service Worker mode -* FIX: Adjusted timing of hiding and showing the article during page compositon +* FIX: Adjusted timing of hiding and showing the article during page composition * FIX: Reposition multiple displaced hatnotes ## Release 1.3.2 diff --git a/www/index.html b/www/index.html index e47bf28b..06a4b0cb 100644 --- a/www/index.html +++ b/www/index.html @@ -118,7 +118,7 @@
  • Sample ZIM updated to wikipedia_en_100_maxi_2021-05.zim
  • Speed up article search by pre-calculating position of the article namespace
  • Fix an ugly jump in page position during article load in Service Worker mode
  • -
  • Adjusted timing of hiding and showing the article during page compositon
  • +
  • Adjusted timing of hiding and showing the article during page composition
  • Reposition displaced multiple hatnotes
  • Full changelog...