File tree 6 files changed +21
-7
lines changed
6 files changed +21
-7
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9.5.3 (2023-12-23)
2
+
3
+ * Limited version range of MkDocs to < 1.6
4
+ * Updated Macedonian translations
5
+ * Fixed #6520: Group plugin crashes when using mike
6
+ * Fixed #6494: Hide author's email address if disabled in git-authors plugin
7
+
1
8
mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)
2
9
3
10
* Improved editing experience for projects plugin
@@ -9,7 +16,7 @@ mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)
9
16
10
17
mkdocs-material-9.5.2 (2023-12-11)
11
18
12
- * Fixed types for ` slugify` settings in blog plugin config
19
+ * Fixed types for slugify settings in blog plugin config
13
20
* Fixed #6469: Horizontal scrollbars on MathJax containers
14
21
15
22
mkdocs-material-9.5.1+insiders-4.47.0 (2023-12-08)
@@ -2521,7 +2528,7 @@ mkdocs-material-4.0.0 (2019-02-13)
2521
2528
2522
2529
mkdocs-material-3.3.0 (2019-01-29)
2523
2530
2524
- * Moved Google Analytics integration into ` head` using Google Tag Manager
2531
+ * Moved Google Analytics integration into head using Google Tag Manager
2525
2532
* Fixed #972: Unicode slugifier breaks table of contents blur on scroll
2526
2533
* Fixed #974: Additional links in table of contents break blur on scroll
2527
2534
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.5.3 <small >December 23, 2023</small > { id="9.5.3" }
6
+
7
+ - Limited version range of MkDocs to < 1.6
8
+ - Updated Macedonian translations
9
+ - Fixed #6520 : Group plugin crashes when using mike
10
+ - Fixed #6494 : Hide author's email address if disabled in git-authors plugin
11
+
5
12
### 9.5.2 <small >December 11, 2023</small > { id="9.5.2" }
6
13
7
14
- Fixed types for ` slugify ` settings in blog plugin config
Original file line number Diff line number Diff line change 18
18
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
19
19
# IN THE SOFTWARE.
20
20
21
- __version__ = "9.5.2 "
21
+ __version__ = "9.5.3 "
Original file line number Diff line number Diff line change 32
32
< link rel ="alternate " type ="application/rss+xml " title ="{{ lang.t('rss.updated') }} " href ="{{ 'feed_rss_updated.xml' | url }} ">
33
33
{% endif %}
34
34
< link rel ="icon " href ="{{ config.theme.favicon | url }} ">
35
- < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.2 ">
35
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.3 ">
36
36
{% endblock %}
37
37
{% block htmltitle %}
38
38
{% if page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mkdocs-material" ,
3
- "version" : " 9.5.2 " ,
3
+ "version" : " 9.5.3 " ,
4
4
"description" : " Documentation that simply works" ,
5
5
"keywords" : [
6
6
" mkdocs" ,
You can’t perform that action at this time.
0 commit comments