Interim changelogs

Former-commit-id: dc4b3c0de93db646c7adaf7363486bceaabb24f8 [formerly 53c9fb35e28a0ea8701763877cd255167d5728f6] [formerly 97b93218b991b2a60e1efa5662ccb667210b8b5d] [formerly 657d033a9d7648ce660a26aee4d981b74ff8c267 [formerly bccca52ed2738f0cf588c508ab78909b9bddbbbd [formerly 3efb3e5d93987a6026eb7d7e4d16cac9ef2ad875]]]
Former-commit-id: 0c5d9b9f66a42c3eab3c24b8b1054cc40d6f5e2b [formerly bc33781c5c2a3a0acc4633d3c0fb1c0f3c3198f7 [formerly 7a4fd997f6ec4a50cb1bce817be454a42ede46bd]]
Former-commit-id: 1c782e0ceb01321e3db9421399c8b0e5b1e552d8 [formerly 2e3de69121e1b660087a00fd426ac41da157ed4d]
Former-commit-id: 22c00650933a76747cc86753eea9c377490d9c01
This commit is contained in:
Jaifroid 2021-05-28 07:19:51 +01:00
parent 9bfff201b4
commit 01c5f13da6
3 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## In-progress log 1.3.3-RC2
* 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
## Release 1.3.2
* FEATURE: Open a new browsable tab or window with right-click, long-press, ctrl-click, middle-click

View File

@ -4,7 +4,7 @@
// App version number - ENSURE IT MATCHES VALUE IN init.js
// DEV: Changing this will cause the browser to recognize that the Service Worker has changed, and it will download and
// install a new copy
const appVersion = '1.3.3-RC1';
const appVersion = '1.3.3-RC2';
// Kiwix ZIM Archive Download Server in regex form
// DEV: The server URL is defined in init.js, but is not available to us in SW

View File

@ -114,18 +114,11 @@
</p>
<div id="update" class="update">
<h3 style="margin-top:0;">Changes in version <span class="version">1.0</span></h3>
<ul style="padding-left: 15px;">
<li><b>New feature:</b> Open new browsable tab or window with right-click, long-press or ctrl-click (not on mobile)</li>
<li>Sample archive updated to wikipedia_en_100_maxi_2021-04</li>
<li>Release Linux AppImage packages for Electron-based build</li>
<li>Alt-left or Ctrl-left (and same for right key) can now be used for navigation</li>
<li>Prevent flash between page loads by adapting empty screen to the selected theme color</li>
<li>Fix crash on upgrade of ZIM archive in some contexts</li>
<li>Fix subtitle display on videos</li>
<li>Fix download of media and subtitles</li>
<li>Fixed failure to apply dark theme to articles with no CSS</li>
<li>Fixed bug affecting middle-click when opening a new window or tab</li>
<li>Fixed bug where file selectors got hidden if the app could not handle a file</li>
<ul style="padding-left: 15px;">
<li>Sample ZIM updated to wikipedia_en_100_maxi_2021-05.zim</li>
<li>Speed up article search by pre-calculating position of the article namespace</li>
<li>Fix an ugly jump in page position during article load in Service Worker mode</li>
<li>Adjusted timing of hiding and showing the article during page compositon</li>
</ul>
<p><a href="https://github.com/kiwix/kiwix-js-windows/blob/master/CHANGELOG.md" target="_blank">Full changelog...<img src="I/s/Icon_External_Link.png"></a></p>
</div>