From 492c487982985fce4dc78d7c452531c10a02df7d Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Fri, 21 Jul 2023 08:05:28 +0300 Subject: [PATCH] Bump changelogs --- CHANGELOG.md | 3 ++- www/index.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55cf6ec92..5644b2e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## In-progress release 2.5.5 +## Release 2.5.6 * FEATURE: Improved file and folder picking experience for Firefox and older browsers lacking the File System Access API * FEATURE: Ability to pick a folder of ZIM archives in nearly all apps and frameworks with support for Webkitdirectory API @@ -18,6 +18,7 @@ * BUILD: Allow producing signed or unsigned versions of appx, and compile to appxbundle * BUILD: Option to build artefacts only for testing * FIX: Broken Kiwix icon for Linux app packages +* FIX: Fidelity of layout for translation tables in cached Wiktionary mobile and desktop styles * FIX: Miscellaneous small bugfixes and typos * DEV: A lot of normalization of coding style using ESLint diff --git a/www/index.html b/www/index.html index 2cdac57b0..431b169e5 100644 --- a/www/index.html +++ b/www/index.html @@ -118,6 +118,7 @@

Changes in version 2.0Allow producing signed or unsigned versions of appx, and compile to appxbundle
  • Option to build artefacts only for testing
  • Fixed broken Kiwix icon for Linux app packages
  • +
  • Improved fidelity of layout for translation tables in cached Wiktionary mobile and desktop styles
  • Miscellaneous small bugfixes and typos
  • A lot of normalization of coding style using ESLint