Releases: rob0pup/r2-youloader
Releases · rob0pup/r2-youloader
Release list
v0.1.3
v0.1.2
v0.1.2 — Sentry crash reporting + download history
v0.1.1
ci: drop Intel macOS build, ship three platforms (#20) GitHub free Intel (macos-13) runners are chronically queued and macos-13 is being deprecated, so every release was held hostage waiting for one. Apple Silicon covers every Mac since late 2020, so we drop the Intel target and ship Windows + macOS (Apple Silicon) + Linux. Intel-Mac users build from source. - release.yml: remove the macos-13 matrix entry. - electron-builder.yml: note mac is arm64-only. - README / RELEASING / web guide: drop the Intel download, point Intel users to build-from-source.
0.1.0
refactor: simplify distribution now that the repo is public (#12) With the repo public, GitHub release assets are directly downloadable, so the token/fetch indirection is no longer needed. - Remove web/scripts/fetch-installer.mjs and the vercel-build hook. - Download button links straight to the GitHub release CDN. - electron-builder: stable version-less asset name (Youloader-Setup.exe) so /releases/latest/download/Youloader-Setup.exe always points at the newest build and the button never needs updating. - Drop the gitignore entry; update RELEASING.md for the simpler flow.