HMCL-docs/_changelog/stable.md
2025-10-03 09:32:22 +08:00

636 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 'stable/'" | 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 %}