All notable changes to yadorilink are recorded here. This file accumulates one
entry per beta release (the versioned, immutable beta channel). The
rolling nightly channel is built from main on every push and is not tracked
here.
The format loosely follows Keep a Changelog, and
versions follow semantic versioning with a -beta.N
prerelease suffix (e.g. v0.1.0-beta.1).
- Signed, notarized macOS
.pkgand Authenticode-signed Windows installer are now produced by CI. - Per-channel signed update manifests are published for the
nightlyandbetachannels and served from the coordination edge athttps://yadorilink.juntaki.com/updates/<channel>/manifest.json. - Package-manager distribution: a Homebrew tap
(
juntaki/homebrew-yadorilink, Cask + Formula), an APT repository (https://yadorilink.juntaki.com/apt,curl -fsSL https://yadorilink.juntaki.com/apt/install.sh | sudo sh), a Docker image (ghcr.io/juntaki/yadorilink-daemon,linux/amd64+linux/arm64), and a WinGet manifest (not yet submitted). The built-in updater now detects an apt/Homebrew/WinGet-managed install and defers to that package manager instead of self-updating. Seeinstaller/PACKAGING.mdfor the full map, including which pieces are not yet live (no release has been tagged yet, so the Cask/Formula/WinGet manifest still point at placeholder checksums).