From cae43e3efd7d05373df53cc99577da062ffa561b Mon Sep 17 00:00:00 2001 From: Winston Sung Date: Sun, 14 Jul 2024 11:33:08 +0800 Subject: [PATCH] Release 1.2.1 Change-Id: Ieb1c3b6279f3ad10c08c1a5bd75829be8235bbdb --- RELEASE-NOTES-1.2.md | 65 ++++++++++---------------------------------- skin.json | 2 +- 2 files changed, 15 insertions(+), 52 deletions(-) diff --git a/RELEASE-NOTES-1.2.md b/RELEASE-NOTES-1.2.md index aa1dbe9..248473a 100644 --- a/RELEASE-NOTES-1.2.md +++ b/RELEASE-NOTES-1.2.md @@ -1,72 +1,35 @@ # mediawiki-skins-Lakeus 1.2 -## mediawiki-skins-Lakeus master branch +## mediawiki-skins-Lakeus 1.2.1 -THIS IS NOT A RELEASE YET +This is a maintenance release of the mediawiki-skins-Lakeus 1.2 version. -The `master` branch is an alpha-quality development branch. Use it at your own -risk! +This will be the last release support obsoleted MediaWiki version 1.40.x. -### Configuration changes for system administrators +### Configuration changes for system administrators in 1.2.1 -#### New configuration +#### New configuration in 1.2.1 -* … +* `$wgLakeusCustomIndicators`: Makes it possible to set skin-wide page status + indicators. + Defaults to empty array (`[]`). -#### Changed configuration - -* … - -#### Removed configuration - -* … - -### New user-facing features - -* … - -### New features for sysadmins - -* … - -### New developer features - -* … - -### Bug fixes +### Bug fixes in 1.2.1 * (issue #44) Fixed too-wide sidebar in narrow screen, causing cannot tap-to-close. * (issue #44) Fixed the sidebar became too narrow if the texts in sidebar are too short. +* Fixed body height by changing `height` to `min-height`. -### Action API changes - -* … - -### Action API internal changes - -* … - -### Languages updated +### Languages updated in 1.2.1 Lakeus skin now supports 27 languages. Many localisations are updated regularly. -Below only new and removed languages are listed. - -* … - -### Breaking changes - -* … - -### Deprecations - -* … - -### Other changes +### Other changes in 1.2.1 -* … +* (issue #45) Added `CONTRIBUTING.md`. +* (issue #46) Added GitHub issue templates. ## mediawiki-skins-Lakeus 1.2.0 diff --git a/skin.json b/skin.json index 9223b79..e69ac84 100644 --- a/skin.json +++ b/skin.json @@ -9,7 +9,7 @@ "Winston Sung", "..." ], - "version": "1.2.0", + "version": "1.2.1", "url": "https://github.com/lakejason0/mediawiki-skins-Lakeus", "descriptionmsg": "lakeus-skin-desc", "license-name": "GPL-3.0-or-later",