Skip to content

Releases: rob0pup/r2-youloader

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 01 Jul 18:06
d9edba0
v0.1.3 — fix @sentry/electron packaging crash + consent-first updates

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 01 Jul 16:56
0c7a774
v0.1.2 — Sentry crash reporting + download history

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 11:59
91b79c5
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

Choose a tag to compare

@github-actions github-actions released this 30 Jun 09:36
2221b84
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.