mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-10-16 06:44:26 +08:00
633 B
633 B
title | date | categories | note | hits | toc |
---|---|---|---|---|---|
开发版更新日志 | 2021-08-22 23:18:02 +0800 | 更新日志 | Changelogs are written in Chinese. | true | true |
{% assign changelogs = site.changelogs | where_exp: "item", "item.relative_path contains 'dev/'" | reverse %} {% for item in changelogs %} {% assign path = item.relative_path | split: '.' | first | split: '/' %} {% assign end = path | size %} {% assign version = path | slice: 2, end | join: '.' %}
HMCL {{ version }}
{{ item.content | markdownify }}
{% endfor %}