You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(worker): serve installer from latest GitHub release asset (#13)
Replaces the previous logic that served the installer from the 'main' branch with logic that serves the 'install.sh' asset from the latest official release.
This ensures that users always receive a stable, versioned installer.
Implements Cloudflare's Cache API to cache the response,
preventing GitHub API rate-limiting issues.
docs: fix install instructions to handle GitHub release redirect (#11)
Updated install instructions so that users can properly fetch the script
from GitHub Releases, which uses redirects.
chore: remove manual CHANGELOG.md in favor of GitHub Releases
Removed the manually maintained CHANGELOG.md file since
GitHub Releases now auto-generate release notes.
This simplifies release management and avoids duplication
of version history.