Skip to content

Releases: SakuzyPeng/AudioWaterMarkKit

v0.1.3-137a26e

22 Feb 13:01

Choose a tag to compare

v0.1.3-137a26e Pre-release
Pre-release

Pre-release built from latest successful CI artifacts.

  • Source workflow: windows-winui.yml
  • Run: 22277445909
  • Commit: 137a26e86b7f0ed511b241993e1f7d146d44eb7e

Fix log (short):

  • Add slot key import/export and 64-hex import support for macOS and WinUI key pages.
  • Use non-localized icon for macOS Hex import action.

v0.1.3-30f5b5d

21 Feb 18:10

Choose a tag to compare

v0.1.3-30f5b5d Pre-release
Pre-release

Pre-release built from latest successful CI artifacts.

  • Source workflow: windows-winui.yml
  • Run: 22260830379
  • Commit: 30f5b5d2c6bb341b59f4a37824e5112201e65ea5

Fix log (short):

  • Preserve ADM metadata on embed fallback path to avoid Windows-side chna loss in mismatched call chains.
  • Keep macOS behavior unchanged (no chna regression observed on macOS path).
  • CI stability: stop restoring stale macOS target cache to avoid FFmpeg linker path drift.

v0.1.3-c131453

19 Feb 08:06

Choose a tag to compare

v0.1.3-c131453 Pre-release
Pre-release

Pre-release built from latest successful CI artifacts.

  • Source workflow: windows-winui.yml
  • Run: 22151687806
  • Commit: c131453dd23a2134d2eb782a6639288e0831e54b

audiowmark-win-2026-02-19-binary-mode-fix

18 Feb 16:31

Choose a tag to compare

ci: use fork with Windows binary mode fix for audiowmark build

Temporarily clone from SakuzyPeng/audiowmark fork which contains the
_setmode() fix for Windows stdin/stdout binary mode corruption.

Pending upstream PR to swesterfeld/audiowmark.

v0.1.3-8d945a8

13 Feb 16:03

Choose a tag to compare

变更

  • fix: FLAC 文件含 ID3 标签时自动回退到立体声路径(修复 claxon 解析失败导致的 audiowmark execution failed)
  • refactor: 移除无效的 Homebrew audiowmark 搜索路径,bundled 构建失败时直接报错

产物

文件 说明
awmkit-0.1.3-8d945a8-macos-arm64-app.zip macOS ARM64 GUI 应用
awmkit-0.1.3-8d945a8-macos-arm64-cli.zip macOS ARM64 CLI 单文件
awmkit-0.1.3-8d945a8-windows-x64-installer.exe Windows x64 GUI 安装包
awmkit-0.1.3-8d945a8-windows-x64-cli.zip Windows x64 CLI 单文件

v0.1.3-pre.1

12 Feb 14:53

Choose a tag to compare

v0.1.3-pre.1 Pre-release
Pre-release

Temporary prerelease assets built from 0340778 for Windows validation.

ffmpeg-runtime-8.0.2

12 Feb 11:42

Choose a tag to compare

Slim FFmpeg runtime for AWMKit (macOS arm64 / Windows x64), includes avfilter.

awmkit-ci-check

12 Feb 19:37

Choose a tag to compare

awmkit-ci-check Pre-release
Pre-release

AWMKit 0.1.3

使用说明

下载与运行

macOS ARM64:

tar -xzf awmkit-macos-arm64.tar.gz
cd awmkit-macos-arm64
./awmkit --version

如果 macOS 提示无法打开或来自未识别的开发者:

xattr -d com.apple.quarantine ./awmkit

macOS ARM64 (GUI):

tar -xzf awmkit-gui-macos-arm64.tar.gz
./awmkit-gui

如果 macOS 提示无法打开或来自未识别的开发者:

xattr -d com.apple.quarantine ./awmkit-gui

Windows x86_64:

Expand-Archive awmkit-windows-x86_64.zip
cd awmkit-windows-x86_64
.\awmkit.exe --version

Windows x86_64 (GUI):

Expand-Archive awmkit-gui-windows-x86_64.zip
.\awmkit-gui.exe

初始化密钥

awmkit init

嵌入与检测

awmkit embed --tag TESTA input.wav
awmkit detect input_wm.wav

简单 Changelog

  • Bundled audiowmark:内嵌引擎,首次运行自动解压到 ~/.awmkit/bundled/bin/
  • Windows DPAPI 回退:当 Credential Manager 不可用时自动使用 DPAPI。
  • 打包结构优化:发布包内为扁平结构,直接包含可执行文件。
  • Tag 映射工具:新增 tag suggest/save/list/remove/clear(JSON 明文存储,可选保存)。
  • GUI (Slint):新增嵌入/检测与初始化界面,支持映射快捷选择与保存提示。
  • 国际化 (i18n):CLI/GUI 支持 zh-CNen-US,CLI 支持 --langLANG/LC_ALL,GUI 可切换并记忆语言。

ffmpeg-runtime-8.0.1

12 Feb 18:03

Choose a tag to compare

ffmpeg-runtime-8.0.1 Pre-release
Pre-release
fix(app): prevent chromaprint panic from crashing ffi clone-check

audiowmark-win-2026-02-03

10 Feb 17:47

Choose a tag to compare

ci: gate windows build workflow to manual