Skip to content

Releases: freefrank/AnotherVaporAuth

Release list

v0.80.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 05:44

[v0.80.1] — 2026-07-06

Fixed

  • A rejected confirmation list no longer looks like "no pending trades".
    When Steam rejects mobileconf at the signature level (maFile doesn't match
    the authenticator currently on the account — common with purchased accounts —
    or heavy clock drift), the confirmations screen now explains the likely cause
    and the way out, instead of silently showing an empty list.
  • maFiles without a device_id can confirm again. An empty device id is
    always rejected by Steam; a stable SteamID-derived one is now used instead.

修复

  • 确认列表被 Steam 拒绝时不再伪装成“暂无待确认”。mobileconf
    在签名层被拒(maFile 与账户当前验证器不匹配——购入账户较常见——或设备
    时间偏差过大),确认页现在会说明可能原因与解决途径,而不是静默显示空列表。
  • 缺少 device_id 的 maFile 恢复可确认。 空 device id 必被 Steam 拒绝;
    现改用由 SteamID 派生的稳定值兜底。

v0.78.2

Choose a tag to compare

@github-actions github-actions released this 05 Jul 17:26

[v0.78.2] — 2026-07-05

Added

  • Windows portable build: a dedicated workflow packs the app into a
    single-file AVA-…-portable.exe (Enigma Virtual Box) — nothing to
    install, runs from anywhere; account data stays in the per-user data
    directory just like the folder build.
  • Scene-style Windows installer: a single-file AVA-…-setup.exe built
    from a dedicated Flutter installer app — frameless neon/pixel UI with
    scanlines and a greetz marquee; per-user install (no UAC), Start-menu /
    desktop shortcuts, proper Add/Remove entry, and an uninstaller that never
    touches account data.
  • Desktop release CI: v* tags (or manual dispatch) now build the Windows
    installer and a Linux x86_64 AppImage; tag builds attach both to the GitHub
    Release. Artifacts are no longer double-zipped.

新增

  • Windows 便携版:独立 workflow 打包出单文件 AVA-…-portable.exe
    (Enigma Virtual Box),免安装、放哪都能跑;账户数据与普通版一样写入
    用户数据目录。
  • scene 风格 Windows 安装包:单文件 AVA-…-setup.exe,由专门的 Flutter
    安装器应用构建——无边框霓虹像素界面、扫描线与跑马灯动效;装到用户目录免 UAC,
    自带开始菜单/桌面快捷方式与标准卸载项,卸载不会动账户数据。
  • 桌面版发布 CI:打 v* tag(或手动触发)会构建 Windows 安装包与
    Linux x86_64 AppImage;tag 构建会自动附到 GitHub Release,产物不再出现双层 zip。