Skip to content

Commit

Permalink
Prepare 9.5.29 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jul 14, 2024
1 parent 33452c9 commit 4f8081c
Show file tree
Hide file tree
Showing 13 changed files with 380 additions and 162 deletions.
1 change: 0 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
"scss/at-function-pattern": "^[a-z][a-z0-9]*(-[a-z0-9]+)*$",
"scss/at-if-closing-brace-newline-after": "always-last-in-chain",
"scss/at-if-no-null": true,
"scss/at-import-no-partial-leading-underscore": true,
"scss/at-import-partial-extension": "never",
"scss/at-mixin-argumentless-call-parentheses": "always",
"scss/at-mixin-parentheses-space-before": "never",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
mkdocs-material-9.5.29 (2024-07-14)

* Updated Galician translations
* Fixed #7362: Annotations in figure captions rendering incorrectly

mkdocs-material-9.5.28 (2024-07-02)

* Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Material for MkDocs

### 9.5.29 <small>July 14, 2024</small> { id="9.5.29" }

- Updated Galician translations
- Fixed #7362: Annotations in figure captions rendering incorrectly

### 9.5.28 <small>July 2, 2024</small> { id="9.5.28" }

- Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled
Expand Down
2 changes: 2 additions & 0 deletions docs/schema/assets/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -9502,6 +9502,8 @@
"octicons/accessibility-24",
"octicons/accessibility-inset-16",
"octicons/accessibility-inset-24",
"octicons/ai-model-16",
"octicons/ai-model-24",
"octicons/alert-16",
"octicons/alert-24",
"octicons/alert-fill-12",
Expand Down
2 changes: 1 addition & 1 deletion material/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.28"
__version__ = "9.5.29"

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/templates/.icons/octicons/ai-model-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions material/templates/.icons/octicons/ai-model-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.28">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.29">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
Expand Down
Loading

0 comments on commit 4f8081c

Please sign in to comment.