chore(release): bump to v0.3.6 -- backend version string + winget manifests #38

Merged
starkSV merged 1 commit from chore/cli-v0.3.6-bump into main 2026-07-14 11:35:08 +05:30
starkSV commented 2026-07-14 11:33:58 +05:30 (Migrated from github.com)

Summary

  • Bumps `latestCLIVersion` in `backend/main.go` to `0.3.6` so the `/cli/version` update-check endpoint points existing CLI installs at the new release.
  • Bumps the local winget manifest mirror (`winget/manifests/starkSV.msdl*.yaml`) to `0.3.6`, with the real `InstallerUrl`/`InstallerSha256` for the `cli/v0.3.6` release asset.

Test plan

  • `go build ./...` passes for `backend/`
  • SHA256 verified against the downloaded `cli/v0.3.6` release asset (`msdl-windows-amd64.exe`)
  • After merge: redeploy backend (Coolify) so `/cli/version` reports 0.3.6

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

## Summary - Bumps \`latestCLIVersion\` in \`backend/main.go\` to \`0.3.6\` so the \`/cli/version\` update-check endpoint points existing CLI installs at the new release. - Bumps the local winget manifest mirror (\`winget/manifests/starkSV.msdl*.yaml\`) to \`0.3.6\`, with the real \`InstallerUrl\`/\`InstallerSha256\` for the \`cli/v0.3.6\` release asset. ## Test plan - [x] \`go build ./...\` passes for \`backend/\` - [x] SHA256 verified against the downloaded \`cli/v0.3.6\` release asset (\`msdl-windows-amd64.exe\`) - [ ] After merge: redeploy backend (Coolify) so \`/cli/version\` reports 0.3.6 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
coderabbitai[bot] commented 2026-07-14 11:34:07 +05:30 (Migrated from github.com)

Warning

Review limit reached

@starkSV, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 50 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 88873d57-a3cf-4e96-86ec-db4f93f7693b

📥 Commits

Reviewing files that changed from the base of the PR and between 8019db0314 and a831cddb8e.

📒 Files selected for processing (4)
  • backend/main.go
  • winget/manifests/starkSV.msdl.installer.yaml
  • winget/manifests/starkSV.msdl.locale.en-US.yaml
  • winget/manifests/starkSV.msdl.yaml
Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/cli-v0.3.6-bump

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: rate limited by coderabbit.ai --> > [!WARNING] > ## Review limit reached > > `@starkSV`, you've reached your PR review limit, so we couldn't start this review. > > **Next review available in:** **50 minutes** > > Enable **[usage-based reviews](https://app.coderabbit.ai/settings/billing?tab=usage&orgId=47e9434f-e709-482d-ae08-cc95f1974bac)** in Billing to review now. Otherwise, wait until the next included review is available. > You're only billed for reviews past your plan's rate limits ($0.25/file). > > <details> > <summary>How can I continue?</summary> > > After more reviews become available, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. > > To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. > > </details> > > > <details> > <summary>How do review limits work?</summary> > > CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. > > For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. > > Please refer [docs](https://docs.coderabbit.ai/management/plans#rate-limits) for additional details. > > </details> > > <details> > <summary>Review details</summary> > > <details> > <summary>⚙️ Run configuration</summary> > > **Configuration used**: defaults > > **Review profile**: CHILL > > **Plan**: Pro Plus > > **Run ID**: `88873d57-a3cf-4e96-86ec-db4f93f7693b` > > </details> > > <details> > <summary>📥 Commits</summary> > > Reviewing files that changed from the base of the PR and between 8019db03140f5953c29e4063cf0afd360dd5b0e4 and a831cddb8e6bccf3a823505492d00abb1309a56a. > > </details> > > <details> > <summary>📒 Files selected for processing (4)</summary> > > * `backend/main.go` > * `winget/manifests/starkSV.msdl.installer.yaml` > * `winget/manifests/starkSV.msdl.locale.en-US.yaml` > * `winget/manifests/starkSV.msdl.yaml` > > </details> > > </details> <!-- end of auto-generated comment: rate limited by coderabbit.ai --> <!-- finishing_touch_checkbox_start --> <details> <summary>✨ Finishing Touches</summary> <details> <summary>🧪 Generate unit tests (beta)</summary> - [ ] <!-- {"checkboxId": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "radioGroupId": "utg-output-choice-group-unknown_comment_id"} --> Create PR with unit tests - [ ] <!-- {"checkboxId": "6ba7b810-9dad-11d1-80b4-00c04fd430c8", "radioGroupId": "utg-output-choice-group-unknown_comment_id"} --> Commit unit tests in branch `chore/cli-v0.3.6-bump` </details> </details> <!-- finishing_touch_checkbox_end --> <!-- tips_start --> --- Thanks for using [CodeRabbit](https://coderabbit.ai?utm_source=oss&utm_medium=github&utm_campaign=starkSV/windows-iso-downloader&utm_content=38)! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. <details> <summary>❤️ Share</summary> - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code) </details> <sub>Comment `@coderabbitai help` to get the list of available commands.</sub> <!-- tips_end -->
cloudflare-workers-and-pages[bot] commented 2026-07-14 11:34:37 +05:30 (Migrated from github.com)

Deploying msdl-frontend with  Cloudflare Pages  Cloudflare Pages

Latest commit: a831cdd
Status:   Deploy successful!
Preview URL: https://eb156f81.msdl-frontend.pages.dev
Branch Preview URL: https://chore-cli-v0-3-6-bump.msdl-frontend.pages.dev

View logs

## Deploying msdl-frontend with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>a831cdd</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://eb156f81.msdl-frontend.pages.dev'>https://eb156f81.msdl-frontend.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://chore-cli-v0-3-6-bump.msdl-frontend.pages.dev'>https://chore-cli-v0-3-6-bump.msdl-frontend.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/630cc520524402c8c1de35025c15b122/pages/view/msdl-frontend/eb156f81-2680-4f74-8519-e16aa127f6ac)
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: shekhar/windows-iso-downloader#38
No description provided.