# 更新日志

跟踪 Dahlia 发布版本、用户可见变更和升级说明。

import { Card, CardGrid } from '@prosefly/astro-components';

Dahlia 从 `0.1.0` 开始作为初始公开版本发布。

<CardGrid>
  <Card icon="lucide:tag" title="GitHub 发布页面" href="https://github.com/prosefly/astro-theme-dahlia/releases" external>
    查看已发布标签、自动生成的发布说明和发布附件。
  </Card>
  <Card icon="lucide:package" title="npm 包" href="https://www.npmjs.com/package/@prosefly/astro-theme-dahlia" external>
    查看已发布包版本和包元数据。
  </Card>
</CardGrid>

## 0.1.0

- Dahlia 的初始版本：一个可安装的 Astro 文档主题，包含左侧导航文档外壳、
  splash 和 text layout、搜索、i18n、page actions、theme controls，以及
  Dahlia 风格的代码块。
