File tree Expand file tree Collapse file tree 6 files changed +31
-5
lines changed Expand file tree Collapse file tree 6 files changed +31
-5
lines changed Original file line number Diff line number Diff line change 1+ mkdocs-material-9.4.3 (2023-10-02)
2+
3+ * Added support for instant navigation progress indicator
4+ * Improved spacing and alignment of tags
5+ * Moved back-to-top button into separate partial
6+ * Fixed #6104: Indentation for some code blocks lost in search
7+ * Fixed #6094: Blog post metadata overlaps with footer on small screens
8+ * Fixed #6069: Blog plugin crashes for categories with non-ASCII names
9+
10+ Updated templates
11+
12+ - base.html
13+
114mkdocs-material-9.4.2 (2023-09-25)
215
316 * Updated Slovenian translations
Original file line number Diff line number Diff line change 22
33## Material for MkDocs
44
5+ ### 9.4.3 <small >October 2, 2023</small > { id="9.4.3" }
6+
7+ - Added support for instant navigation progress indicator
8+ - Improved spacing and alignment of tags
9+ - Moved back-to-top button into separate partial
10+ - Fixed #6104 : Indentation for some code blocks lost in search
11+ - Fixed #6094 : Blog post metadata overlaps with footer on small screens
12+ - Fixed #6069 : Blog plugin crashes for categories with non-ASCII names
13+
14+ __ Updated templates__ ([ diff] ( https://github.com/squidfunk/mkdocs-material/compare/9.4.2...9.4.3 ) )
15+
16+ - ` base.html `
17+
518### 9.4.2 <small >September 25, 2023</small > { id="9.4.2" }
619
720- Updated Slovenian translations
Original file line number Diff line number Diff line change 1818# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919# IN THE SOFTWARE.
2020
21- __version__ = "9.4.2 "
21+ __version__ = "9.4.3 "
Original file line number Diff line number Diff line change 3232 < link rel ="alternate " type ="application/rss+xml " title ="{{ lang.t('rss.updated') }} " href ="{{ 'feed_rss_updated.xml' | url }} ">
3333 {% endif %}
3434 < link rel ="icon " href ="{{ config.theme.favicon | url }} ">
35- < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.4.2 ">
35+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.4.3 ">
3636 {% endblock %}
3737 {% block htmltitle %}
3838 {% if page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 11{
22 "name" : " mkdocs-material" ,
3- "version" : " 9.4.2 " ,
3+ "version" : " 9.4.3 " ,
44 "description" : " Documentation that simply works" ,
55 "keywords" : [
66 " mkdocs" ,
You can’t perform that action at this time.
0 commit comments