File tree Expand file tree Collapse file tree 6 files changed +25
-5
lines changed Expand file tree Collapse file tree 6 files changed +25
-5
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9.4.9 (2023-11-17)
2
+
3
+ * Fixed #6344: Long entries cutoff in table of contents
4
+ * Fixed #6336: Custom template for glob archive not working with pagination
5
+ * Fixed #6328: Blog plugin crashes for locales with dashes, e.g. `pt-BR`
6
+ * Fixed #6327: Copy-to-clipboard button doesn't trim trailing line feed
7
+ * Fixed #6302: Version strings not matched when using mike, only aliases
8
+ * Fixed instant navigation progress indicator for gzipped content in Chrome
9
+ * Fixed rendering bug on details marker rotation in Firefox
10
+
1
11
mkdocs-material-9.4.8+insiders-4.43.0 (2023-11-05)
2
12
3
13
* Added support for GitLab committers (document contributors)
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.4.9 <small >November 17, 2023</small > { id="9.4.9" }
6
+
7
+ - Fixed #6344 : Long entries cutoff in table of contents
8
+ - Fixed #6336 : Custom template for glob archive not working with pagination
9
+ - Fixed #6328 : Blog plugin crashes for locales with dashes, e.g. ` pt-BR `
10
+ - Fixed #6327 : Copy-to-clipboard button doesn't trim trailing line feed
11
+ - Fixed #6302 : Version strings not matched when using mike, only aliases
12
+ - Fixed instant navigation progress indicator for gzipped content in Chrome
13
+ - Fixed rendering bug on details marker rotation in Firefox
14
+
5
15
### 9.4.8 <small >November 5, 2023</small > { id="9.4.8" }
6
16
7
17
- Fixed invalid local address replacement when using instant loading
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.4.8 "
21
+ __version__ = "9.4.9 "
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.4.8 ">
35
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.4.9 ">
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.4.8 " ,
3
+ "version" : " 9.4.9 " ,
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