File tree 6 files changed +25
-5
lines changed
6 files changed +25
-5
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9.5.14 (2024-03-18)
2
+
3
+ * Added support for hiding versions from selector when using mike
4
+ * Added init system to improve signal handling in Docker image
5
+ * Fixed edge cases in exclusion logic of info plugin
6
+ * Fixed inability to reset pipeline in search plugin
7
+ * Fixed syntax error in Finnish translations
8
+ * Fixed #6917: UTF-8 encoding problems in blog plugin on Windows
9
+ * Fixed #6889: Transparent iframes get background color
10
+
1
11
mkdocs-material-9.5.13+insiders-4.53.1 (2024-03-06)
2
12
3
13
* Fixed #6877: Projects plugin computes incorrect path to assets
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.5.14 <small >March 18, 2024</small > { id="9.5.14" }
6
+
7
+ - Added support for hiding versions from selector when using mike
8
+ - Added init system to improve signal handling in Docker image
9
+ - Fixed edge cases in exclusion logic of info plugin
10
+ - Fixed inability to reset pipeline in search plugin
11
+ - Fixed syntax error in Finnish translations
12
+ - Fixed #6917 : UTF-8 encoding problems in blog plugin on Windows
13
+ - Fixed #6889 : Transparent iframes get background color
14
+
5
15
### 9.5.13 <small >March 6, 2024</small > { id="9.5.13" }
6
16
7
17
- Updated Slovak translations
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.13 "
21
+ __version__ = "9.5.14 "
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.13 ">
35
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.14 ">
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.13 " ,
3
+ "version" : " 9.5.14 " ,
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