> ## Documentation Index
> Fetch the complete documentation index at: https://oom-wg.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 历史更新

> ShiroSU Compat 的历史版本与更新日志

export const UpdateLog = ({date, changes = [], link}) => {
  const types = {
    common: {
      icon: 'scroll-text',
      color: 'blue'
    },
    update: {
      icon: 'circle-fading-arrow-up',
      color: 'green'
    },
    fix: {
      icon: 'bug-off',
      color: 'yellow'
    },
    broken: {
      icon: 'circle-x',
      color: 'red'
    },
    setting: {
      icon: 'bolt',
      color: 'gray'
    }
  };
  return <>
			<h4>{date}</h4>
			{changes.map((item, index) => <div key={index} className="mb-1">
					<Badge icon={types[item.type].icon} color={types[item.type].color}>
						{item.text}
					</Badge>
				</div>)}
			{link && <p>
					<a href={link} target="_blank" className="border-none">
						<Badge icon="download" color="orange" shape="pill">
							下载地址
						</Badge>
					</a>
				</p>}
		</>;
};

<Tip>
  各版本渠道区别:

  * **`预览版`**: 更新较为频繁，变动内容较多，其中不稳定内容较多
  * **`预发布版`**: 基于 `预览版` 沉淀，较为稳定，但仍具有一定实验性内容
  * **`正式版`**: 最终沉淀版本，尽可能确保稳定性
</Tip>

***

**最新版本**直接获取:

* [预览版](https://ssu.fileto.download/preview/latest)

***

<Note>
  "*常规代码维护*" 包括但不限于 **依赖更新**、**改动部分代码**、**优化性能**、**优化布局**、**提升稳定性**、**修复错误** 以及
  **为后续功能铺垫**
</Note>

<Tip>查找具体版本时可通过 *筛选* 来缩小查找范围</Tip>

## 0.2.x

<Update label="0.2.6 preview2" tags={['预览版']}>
  <UpdateLog date="2026-01-20" changes={[{ type: 'common', text: '新增 Clarity SDK' }]} />
</Update>

<Update label="0.2.6 preview1" tags={['预览版', '重要变动']}>
  <UpdateLog
    date="2025-12-31"
    changes={[
  {
    type: 'broken',
    text: (
      <span>
        弃用 <code>module.prop</code> 的 <code>runtimeInfo</code> 特性
      </span>
    )
  },
  { type: 'common', text: '迁移文档链接' }
]}
  />
</Update>

<Update label="0.2.6 preview0" tags={['预览版', '重要变动', '可下载']}>
  <UpdateLog
    date="2025-12-31"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'setting', text: '开源部分代码' },
  { type: 'setting', text: '完成半成品 ConfigUI' },
  { type: 'update', text: '优化模块 WebUI 接口逻辑' },
  { type: 'common', text: '添加小彩蛋' },
  { type: 'update', text: '支持自动获取模块更新日志并显示' },
  { type: 'broken', text: '修复使用新版本 KernelSU 导致的崩溃问题，但无法支持新版本 KernelSU' },
  { type: 'setting', text: '由于 Miuix 破坏性变动，更改部分按钮图标' }
]}
    link="https://ssu.fileto.download/preview/0.2.6"
  />
</Update>

<Update label="0.2.5 preview5" tags={['预览版']}>
  <UpdateLog
    date="2025-09-02"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化 Shell 页面' }
]}
  />
</Update>

<Update label="0.2.5 preview4" tags={['预览版']}>
  <UpdateLog
    date="2025-08-28"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化部分 UI' }
]}
  />
</Update>

<Update label="0.2.5 preview3" tags={['预览版', '可下载']}>
  <UpdateLog
    date="2025-08-27"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化部分 UI' },
  { type: 'update', text: '重构模块 WebUI 页面' }
]}
    link="https://ssu.fileto.download/preview/0.2.5"
  />
</Update>

<Update label="0.2.5 preview2" tags={['预览版']}>
  <UpdateLog
    date="2025-08-26"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化部分 UI' }
]}
  />
</Update>

<Update label="0.2.5 preview1" tags={['预览版']}>
  <UpdateLog
    date="2025-08-25"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化权能页面 Tab' },
  { type: 'update', text: '更换底栏样式' }
]}
  />
</Update>

<Update label="0.2.5 preview0" tags={['预览版', '重要变动']}>
  <UpdateLog
    date="2025-08-21"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化部分触感反馈' },
  { type: 'update', text: '优化获取软件列表时的性能' },
  { type: 'update', text: '优化权能来源判断' },
  { type: 'setting', text: '重命名为 ShiroSU' },
  { type: 'setting', text: '更改软件签名、包名' }
]}
  />
</Update>

<Update label="0.2.4 preview3" tags={['预览版']}>
  <UpdateLog
    date="2025-08-08"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化模块页面模块信息卡片在 禁用/卸载 时降低背景透明度' },
  { type: 'update', text: '优化获取软件列表时的性能' }
]}
  />
</Update>

<Update label="0.2.4 preview2" tags={['预览版', '可下载']}>
  <UpdateLog
    date="2025-08-04"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'fix', text: '修复网络错误内存泄露问题' }
]}
    link="https://ssu.fileto.download/preview/0.2.4"
  />
</Update>

<Update label="0.2.4 preview1" tags={['预览版']}>
  <UpdateLog
    date="2025-08-03"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化部分 UI 细节' }
]}
  />
</Update>

<Update label="0.2.4 preview0" tags={['预览版', '重要变动']}>
  <UpdateLog
    date="2025-07-31"
    changes={[
  { type: 'common', text: '常规代码维护' },
  {
    type: 'update',
    text: '适配 KernelSU (及其分支 KernelSU Next、SukiSU Ultra) 超级用户管理与卸载模块管理'
  }
]}
  />
</Update>

<Update label="0.2.3 preview6" tags={['预览版', '重要变动']}>
  <UpdateLog
    date="2025-07-26"
    changes={[
  { type: 'common', text: '常规代码维护' },
  {
    type: 'update',
    text: (
      <span>
        支持在 <code>module.prop</code> 中定义 <code>runtimeInfo</code> 以支持运行时信息显示
      </span>
    )
  },
  { type: 'update', text: '支持自动获取模块许可证并显示' }
]}
  />
</Update>

<Update label="0.2.3 preview5" tags={['预览版', '重要变动']}>
  <UpdateLog
    date="2025-07-25"
    changes={[
  { type: 'common', text: '常规代码维护' },
  {
    type: 'update',
    text: (
      <span>
        支持在 <code>module.prop</code> 中定义 <code>action</code>、<code>actionAnsi</code> 以支持 “<i>操作</i>” 提示
      </span>
    )
  }
]}
  />
</Update>

<Update label="0.2.3 preview4" tags={['预览版']}>
  <UpdateLog date="2025-07-24" changes={[{ type: 'common', text: '常规代码维护' }]} />
</Update>

<Update label="0.2.3 preview3" tags={['预览版']}>
  <UpdateLog
    date="2025-07-23"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化部分 UI' },
  {
    type: 'fix',
    text: (
      <span>
        尝试修复例如 OPPO Sans 等缺陷字体上的 <i>HSP</i> 显示问题
      </span>
    )
  }
]}
  />
</Update>

<Update label="0.2.3 preview2" tags={['预览版']}>
  <UpdateLog
    date="2025-07-22"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '将模块页面模块信息卡片故障提示从弹窗更改为跳转文档' }
]}
  />
</Update>

<Update label="0.2.3 preview1" tags={['预览版', '可下载']}>
  <UpdateLog date="2025-07-21" changes={[{ type: 'setting', text: '暂时禁用用户空间安装' }]} link="https://ssu.fileto.download/preview/0.2.3" />
</Update>

<Update label="0.2.3 preview0" tags={['预览版', '重要变动']}>
  <UpdateLog
    date="2025-07-19"
    changes={[
  {
    type: 'update',
    text: (
      <span>
        支持通过 <code>scheme</code> 调用管理器
      </span>
    )
  },
  { type: 'update', text: '新增模块页面模块信息卡片的模块 ID 标识' }
]}
  />
</Update>

<Update label="0.2.2 preview6" tags={['预览版']}>
  <UpdateLog
    date="2025-07-18"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化主页页面模块总览展现方式' }
]}
  />
</Update>

<Update label="0.2.2 preview5" tags={['预览版', '重要变动']}>
  <UpdateLog
    date="2025-07-16"
    changes={[
  { type: 'common', text: '常规代码维护' },
  {
    type: 'update',
    text: (
      <span>
        支持通过 <code>zip</code> 文件关联来安装模块
      </span>
    )
  },
  {
    type: 'update',
    text: (
      <span>
        多语言更新，参见{' '}
        <a href='https://github.com/OOM-WG/ShiroSU/pull/8' target='_blank'>
          GitHub
        </a>
      </span>
    )
  }
]}
  />
</Update>

<Update label="0.2.2 preview4" tags={['预览版', '重要变动']}>
  <UpdateLog date="2025-07-15" changes={[{ type: 'update', text: '适配 Magisk 超级用户管理与排除列表管理' }]} />
</Update>

<Update label="0.2.2 preview3" tags={['预览版']}>
  <UpdateLog
    date="2025-07-15"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化模块页面模块信息卡片按钮' },
  { type: 'update', text: '新增权能页面多用户支持' },
  { type: 'update', text: '优化更多页面展现方式' },
  {
    type: 'update',
    text: (
      <span>
        多语言更新，参见{' '}
        <a href='https://github.com/OOM-WG/ShiroSU/pull/6' target='_blank'>
          GitHub
        </a>
      </span>
    )
  }
]}
  />
</Update>

<Update label="0.2.2 preview2" tags={['预览版', '重要变动']}>
  <UpdateLog
    date="2025-07-14"
    changes={[
  { type: 'update', text: '优化主页页面 关机/重启 列表的热重启逻辑' },
  { type: 'update', text: '优化多语言框架' },
  { type: 'setting', text: '更换图标' }
]}
  />
</Update>

<Update label="0.2.2 preview1" tags={['预览版']}>
  <UpdateLog
    date="2025-07-12"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化全局 UI 表现' },
  { type: 'setting', text: '重命名多语言框架' },
  { type: 'update', text: '优化主页页面重启列表显示' }
]}
  />
</Update>

<Update label="0.2.2 preview0" tags={['预览版', '重要变动']}>
  <UpdateLog date="2025-07-09" changes={[{ type: 'update', text: '新增模块页面长按 WebUI 按钮添加桌面快捷方式功能' }]} />
</Update>

<Update label="0.2.1 preview8" tags={['预览版']}>
  <UpdateLog date="2025-07-08" changes={[{ type: 'update', text: '优化主页页面、模块页面以及部分组件的布局' }]} />
</Update>

<Update label="0.2.1 preview7" tags={['预览版']}>
  <UpdateLog
    date="2025-07-07"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化部分颜色' },
  {
    type: 'update',
    text: (
      <span>
        多语言更新，参见{' '}
        <a href='https://github.com/OOM-WG/ShiroSU/pull/2' target='_blank'>
          GitHub
        </a>
      </span>
    )
  }
]}
  />
</Update>

<Update label="0.2.1 preview6" tags={['预览版', '重要变动']}>
  <UpdateLog
    date="2025-07-06"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化部分布局' },
  { type: 'update', text: '新增 Shell 页面错误信息输出' },
  { type: 'update', text: '新增 ShiroSU 用户空间 安装/卸载' }
]}
  />
</Update>

<Update label="0.2.1 preview5" tags={['预览版']}>
  <UpdateLog
    date="2025-07-05"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化页面跳转动画' }
]}
  />
</Update>

<Update label="0.2.1 preview4" tags={['预览版']}>
  <UpdateLog
    date="2025-07-04"
    changes={[
  { type: 'update', text: '调整部分页面位置' },
  { type: 'update', text: '优化权能页面与模块页面的美观性' },
  { type: 'update', text: '优化获取软件列表和模块列表时的性能' }
]}
  />
</Update>

<Update label="0.2.1 preview3" tags={['预览版']}>
  <UpdateLog date="2025-07-02" changes={[{ type: 'fix', text: '优化 PanguText 与 ANSI 转义码的兼容性' }]} />
</Update>

<Update label="0.2.1 preview2" tags={['预览版', '重要变动']}>
  <UpdateLog
    date="2025-07-02"
    changes={[
  { type: 'common', text: '常规代码维护' },
  {
    type: 'update',
    text: (
      <span>
        支持在 <code>module.prop</code> 中定义 <code>nameAnsi</code>、<code>versionAnsi</code>、<code>authorAnsi</code>、
        <code>descriptionAnsi</code> 以单独支持 ANSI 转义码
      </span>
    )
  }
]}
  />
</Update>

<Update label="0.2.1 preview1" tags={['预览版']}>
  <UpdateLog
    date="2025-07-02"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'fix', text: '修复模块操作执行时的偶发报错' },
  { type: 'update', text: '优化模块 安装/操作 时的页面稳定性' }
]}
  />
</Update>

<Update label="0.2.1 preview0" tags={['预览版', '重要变动', '可下载']}>
  <UpdateLog
    date="2025-06-30"
    changes={[
  { type: 'setting', text: '独立并开源多语言框架' },
  {
    type: 'update',
    text: (
      <span>
        多语言更新，参见{' '}
        <a href='https://github.com/OOM-WG/ShiroSU/pull/1' target='_blank'>
          GitHub
        </a>
      </span>
    )
  }
]}
    link="https://ssu.fileto.download/preview/0.2.1"
  />

  <Callout type="tip">赋权/隐藏 部分目前仅供参考，相关逻辑暂未实现</Callout>
</Update>

<Update label="0.2.0 preview9" tags={['预览版']}>
  <UpdateLog
    date="2025-06-29"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化软件整体性能与稳定性' }
]}
  />
</Update>

<Update label="0.2.0 preview8" tags={['预览版']}>
  <UpdateLog
    date="2025-06-29"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化模块 WebUI 页面功能与性能' }
]}
  />
</Update>

<Update label="0.2.0 preview7" tags={['预览版']}>
  <UpdateLog
    date="2025-06-28"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '变更主页导航栏逻辑' }
]}
  />
</Update>

<Update label="0.2.0 preview6" tags={['预览版']}>
  <UpdateLog
    date="2025-06-28"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化模块 WebUI 页面稳定性' }
]}
  />
</Update>

<Update label="0.2.0 preview5" tags={['预览版']}>
  <UpdateLog
    date="2025-06-27"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '优化部分页面动画' }
]}
  />
</Update>

<Update label="0.2.0 preview4" tags={['预览版']}>
  <UpdateLog date="2025-06-26" changes={[{ type: 'common', text: '常规代码维护' }]} />
</Update>

<Update label="0.2.0 preview3" tags={['预览版']}>
  <UpdateLog date="2025-06-26" changes={[{ type: 'common', text: '常规代码维护' }]} />
</Update>

<Update label="0.2.0 preview2" tags={['预览版']}>
  <UpdateLog
    date="2025-06-25"
    changes={[
  { type: 'update', text: '优化 UI 部分配置' },
  { type: 'update', text: '优化中英文字符间距' }
]}
  />
</Update>

<Update label="0.2.0 preview1" tags={['预览版']}>
  <UpdateLog
    date="2025-06-24"
    changes={[
  { type: 'update', text: '优化页面稳定性' },
  { type: 'update', text: '新增模块页面搜索框自动补全' }
]}
  />
</Update>

<Update label="0.2.0 preview0" tags={['预览版', '重要变动', '可下载']}>
  <UpdateLog
    date="2025-06-24"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'setting', text: '使用自创多语言框架' },
  { type: 'update', text: '优化 Android 原生文本使用逻辑' },
  { type: 'update', text: '优化运行数据存储以提升在 系统/软件 发生变化时的稳定性' },
  { type: 'update', text: '优化模块信息获取逻辑' },
  { type: 'update', text: '大幅度优化模块列表渲染性能' },
  { type: 'update', text: '优化模块页面搜索框聚焦清理逻辑' }
]}
    link="https://ssu.fileto.download/preview/0.2.0"
  />
</Update>

# 0.1.x

<Update label="0.1.8 preview5" tags={['预览版']}>
  <UpdateLog date="2025-06-20" changes={[{ type: 'common', text: '常规代码维护' }]} />
</Update>

<Update label="0.1.8 preview4" tags={['预览版']}>
  <UpdateLog date="2025-06-20" changes={[{ type: 'common', text: '常规代码维护' }]} />
</Update>

<Update label="0.1.8 preview3" tags={['预览版']}>
  <UpdateLog date="2025-06-20" changes={[{ type: 'common', text: '常规代码维护' }]} />
</Update>

<Update label="0.1.8 preview2" tags={['预览版']}>
  <UpdateLog date="2025-06-19" changes={[{ type: 'common', text: '常规代码维护' }]} />
</Update>

<Update label="0.1.8 preview1" tags={['预览版']}>
  <UpdateLog date="2025-06-18" changes={[{ type: 'fix', text: '去除提示更新时显示的补丁号，因为实际上无法获取' }]} />
</Update>

<Update label="0.1.8 preview0" tags={['预览版', '可下载']}>
  <UpdateLog
    date="2025-06-18"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'fix', text: '修复因解析 ANSI 代码导致的模块在删除状态下删除线无法正常显示的问题' }
]}
    link="https://ssu.fileto.download/preview/0.1.8"
  />
</Update>

<Update label="0.1.7 preview1" tags={['预览版']}>
  <UpdateLog
    date="2025-06-15"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'update', text: '替换关于页面的弃用链接' }
]}
  />
</Update>

<Update label="0.1.7 preview0" tags={['预览版', '重要变动', '可下载']}>
  <UpdateLog
    date="2025-06-14"
    changes={[
  { type: 'common', text: '常规代码维护' },
  { type: 'setting', text: '重命名活动类名 (会影响桌面显示)' }
]}
    link="https://ssu.fileto.download/preview/0.1.7"
  />
</Update>

<Update label="0.1.6 preview0" tags={['预览版', '可下载']}>
  <UpdateLog
    date="2025-06-09"
    changes={[
  { type: 'update', text: '优化模块安装流程' },
  { type: 'update', text: '支持在模块页面长按模块信息卡片以置顶模块' }
]}
    link="https://ssu.fileto.download/preview/0.1.6"
  />
</Update>

<Update label="0.1.5 preview2" tags={['预览版', '重要变动']}>
  <UpdateLog
    date="2025-06-09"
    changes={[
  { type: 'update', text: '支持在模块页面功能菜单中安装命令集拓展模块' },
  { type: 'update', text: '为大小写不分的模块作者提供宽容性措施' }
]}
  />
</Update>

<Update label="0.1.5 preview1" tags={['预览版', '重要变动', '可下载']}>
  <UpdateLog date="2025-06-08" changes={[{ type: 'update', text: '支持在模块描述和脚本输出中使用 ANSI 代码' }]} link="https://ssu.fileto.download/preview/0.1.5" />
</Update>

<Update label="0.1.5 preview0" tags={['预览版']}>
  <UpdateLog
    date="2025-06-08"
    changes={[
  { type: 'fix', text: '修复模块页面部分错误' },
  { type: 'update', text: '优化模块更新流程' },
  { type: 'update', text: '支持一键 禁用/启用/更新 模块' }
]}
  />
</Update>

<Update label="0.1.4 preview2" tags={['预览版']}>
  <UpdateLog
    date="2025-06-07"
    changes={[
  { type: 'update', text: '优化设置页面部分 UI' },
  { type: 'common', text: '支持 HDR 模式' }
]}
  />
</Update>

<Update label="0.1.4 preview1" tags={['预览版']}>
  <UpdateLog date="2025-06-07" changes={[{ type: 'update', text: '调整主页页面部分 UI' }]} />
</Update>

<Update label="0.1.4 preview0" tags={['预览版', '可下载']}>
  <UpdateLog date="2025-06-06" changes={[{ type: 'update', text: '新增主页页面 关机/重启 菜单' }]} link="https://ssu.fileto.download/preview/0.1.4" />
</Update>

<Update label="0.1.3 preview0" tags={['预览版', '重要变动', '可下载']}>
  <UpdateLog
    date="2025-06-06"
    changes={[
  { type: 'setting', text: '完善版本号命名规则' },
  { type: 'setting', text: '支持按渠道更新' }
]}
    link="https://ssu.fileto.download/preview/0.1.3"
  />
</Update>

<Update label="0.1.2 preview0" tags={['预览版', '可下载']}>
  <UpdateLog
    date="2025-06-06"
    changes={[
  { type: 'update', text: '优化部分 UI' },
  { type: 'update', text: '新增模块损坏检测' }
]}
    link="https://ssu.fileto.download/preview/0.1.2"
  />
</Update>

<Update label="0.1.1 preview2" tags={['预览版']}>
  <UpdateLog date="2025-06-06" changes={[{ type: 'update', text: '使用 DoH 获取模块更新信息' }]} />
</Update>

<Update label="0.1.1 preview1" tags={['预览版']}>
  <UpdateLog date="2025-06-06" changes={[{ type: 'update', text: '将关于页面移动至设置页面' }]} />
</Update>

<Update label="0.1.1 preview0" tags={['预览版', '可下载']}>
  <UpdateLog date="2025-06-06" changes={[{ type: 'update', text: '获取模块信息时过滤非目录' }]} link="https://ssu.fileto.download/preview/0.1.1" />
</Update>

<Update label="0.1.0 preview0" tags={['预览版', '重要变动', '可下载']}>
  <UpdateLog date="2025-06-05" changes={[{ type: 'setting', text: '第一个预览版本' }]} link="https://ssu.fileto.download/preview/0.1.0" />
</Update>

***
