Prepare 9.5.8 release

This commit is contained in:
squidfunk 2024-02-07 10:32:43 +07:00
parent 1b398c0add
commit 3fb5f06793
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
7 changed files with 18 additions and 6 deletions

View File

@ -1,3 +1,9 @@
mkdocs-material-9.5.8 (2024-02-07)
* Added Tamil translations
* Updated Esperanto translations
* Fixed relative images not being resolved for instant navigation
mkdocs-material-9.5.7 (2024-02-03)
* Fixed #6731: Small images in figures are not centered

View File

@ -2,6 +2,12 @@
## Material for MkDocs
### 9.5.8 <small>February 7, 2024</small> { id="9.5.8" }
- Added Tamil translations
- Updated Esperanto translations
- Fixed relative images not being resolved for instant navigation
### 9.5.7 <small>February 3, 2024</small> { id="9.5.7" }
- Fixed #6731: Small images in figures are not centered

View File

@ -18,4 +18,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
__version__ = "9.5.7"
__version__ = "9.5.8"

View File

@ -32,7 +32,7 @@
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.7">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.8">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
"version": "9.5.7",
"version": "9.5.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
"version": "9.5.7",
"version": "9.5.8",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.11",

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.5.7",
"version": "9.5.8",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",

View File

@ -60,7 +60,7 @@ recommended = [
]
git = [
"mkdocs-git-committers-plugin-2~=1.1",
"mkdocs-git-revision-date-localized-plugin~=1.2,<1.2.3"
"mkdocs-git-revision-date-localized-plugin~=1.2,>=1.2.4"
]
imaging = [
"pillow~=10.2",