Skip to content

Releases: Zlion-Y/fileserver

v1.3.5

Choose a tag to compare

@github-actions github-actions released this 13 Sep 10:14

本次更新内容(v1.3.4 → v1.3.5)

  • fix: 移动端退出登录只留图标,隐藏文字腾出导航空间

完整变更:v1.3.4...v1.3.5

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 12 Sep 04:24

本次更新内容(v1.3.2 → v1.3.3)

  • ci: 修复 release.yml YAML 解析失败(python -c 零缩进截断块标量)
    python3 -c 的代码行写在块标量缩进之外,import sys 被解析成新的
    YAML 键,整个 workflow 无法加载(v1.3.3 首次构建即失败)。
    改为 heredoc 写盘后执行,脚本缩进随 YAML 块标量剥离。
  • fix: 更新日志只显示提交标题,详细说明与链接噪音问题
    • 运行时补全(commitsBetween/commitsOfRef)只取提交标题第一行,
      提交正文里的详细修复清单全部丢失;现逐条带缩进正文展示
      (跳过签名/空行,单条最多 12 行防刷屏)
    • GitHub 自动说明尾部的 Full Changelog markdown 原文会混进展示文本,
      展示前剔除(stripAutoFooter)
    • Release 说明改为 CI 创建时即写入完整清单(含提交正文):
      直接 push 无 PR 时 GitHub 自动生成的只有一行链接,旧版本客户端
      拿它当「新版本更新内容」展示 —— 说明本身完整,老版本不升级也能读全
    • CI 内置注入(changelogB64)同样改为含提交正文
    • generate_release_notes 关闭,compare 链接以可读文本写进说明

完整变更:v1.3.2...v1.3.3

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 12 Sep 03:43

Full Changelog: v1.3.1...v1.3.2

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 12 Sep 01:54

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 01:45

Full Changelog: v1.0.1...v1.3.0

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Sep 11:17

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 10:51