diff --git a/CHANGELOG b/CHANGELOG index aa370005f..0e740d00f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,17 +1,26 @@ +mkdocs-material-9.1.9 (2023-05-02) + + * Added Telulugu, Kannada and Sanskrit translations + * Fixed #5428: Fixed margins for light/dark mode images in figures + * Fixed #5420: Social plugin crashing for some specific Google Fonts + * Fixed #5160: Instant loading makes code annotations jump (9.1.1 regression) + * Fixed #4920: Social plugin not loading logo from custom icon set + * Fixed social plugin crashing when only code font is specified + mkdocs-material-9.1.8 (2023-04-24) -- Fixed #5417: Theme breaks when palette is not defined (9.1.7 regression) + * Fixed #5417: Theme breaks when palette is not defined (9.1.7 regression) mkdocs-material-9.1.7+insiders-4.32.6 (2023-04-22) -- Fixed #5336: Interplay of blog plugin with git-revision-date-localized + * Fixed #5336: Interplay of blog plugin with git-revision-date-localized mkdocs-material-9.1.7 (2023-04-22) -- Updated Persian (Farsi) and Turkish translations -- Fixed #5401: Added missing flag to disable built-in tags plugin -- Fixed #5206: Ensure defaults are set for primary and accent colors -- Fixed unnecessary inclusion of palette CSS when unused + * Updated Persian (Farsi) and Turkish translations + * Fixed #5401: Added missing flag to disable built-in tags plugin + * Fixed #5206: Ensure defaults are set for primary and accent colors + * Fixed unnecessary inclusion of palette CSS when unused mkdocs-material-9.1.6+insiders-4.32.5 (2023-04-07) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9bcb6bcef..80d9e267b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,10 +42,10 @@ it is: ### Missing translations? -Material for MkDocs supports 50+ languages with the help of community +Material for MkDocs supports 60+ languages with the help of community contributions. When new features are added, sometimes, new translations are necessary as well. It's impossible for the maintainers of the project to update -all translations (we just don't speak 50+ languages), so we have to rely on +all translations (we just don't speak 60+ languages), so we have to rely on our contributors to update translations incrementally. This process is pretty simple, so if you find a translation missing in your language, follow these guidelines: diff --git a/README.md b/README.md index 2aeaaa468..4d512b522 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@
Write your documentation in Markdown and create a professional static site for your Open Source or commercial project in minutes – searchable, customizable, - more than 50 languages, for all devices. + more than 60 languages, for all devices.
diff --git a/docs/changelog/index.md b/docs/changelog/index.md index b2b942ce4..ab7a34df9 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,15 @@ ## Material for MkDocs +### 9.1.9 May 2, 2023 { id="9.1.9" } + +- Added Telulugu, Kannada and Sanskrit translations +- Fixed #5428: Fixed margins for light/dark mode images in figures +- Fixed #5420: Social plugin crashing for some specific Google Fonts +- Fixed #5160: Instant loading makes code annotations jump (9.1.1 regression) +- Fixed #4920: Social plugin not loading logo from custom icon set +- Fixed social plugin crashing when only code font is specified + ### 9.1.8 April 24, 2023 { id="9.1.8" } - Fixed #5417: Theme breaks when `palette` is not defined (9.1.7 regression) diff --git a/docs/setup/changing-the-language.md b/docs/setup/changing-the-language.md index e3ddc2326..5b34828d5 100644 --- a/docs/setup/changing-the-language.md +++ b/docs/setup/changing-the-language.md @@ -1,7 +1,7 @@ # Changing the language Material for MkDocs supports internationalization (i18n) and provides -translations for template variables and labels in 50+ languages. Additionally, +translations for template variables and labels in 60+ languages. Additionally, the site search can be configured to use a language-specific stemmer, if available. diff --git a/docs/setup/index.md b/docs/setup/index.md index b848c95b3..d20a3544d 100644 --- a/docs/setup/index.md +++ b/docs/setup/index.md @@ -13,7 +13,7 @@ setting up site search, and more.