Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim whitespace from Repo URL and lowercase it #1393

Closed
wants to merge 3 commits into from

Commits on Oct 30, 2024

  1. Trim whitespace from Repo URL and lowercase it

    This should close mihonapp#1392.
    MajorTanya committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    952106a View commit details
    Browse the repository at this point in the history
  2. Only lowercase the scheme of the repo URL

    In accordance with RFC 3986, only the scheme and host are
    case-insensitive. Therefore we're only replacing the scheme with its
    guaranteed in-lowercase version.
    MajorTanya committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    eb80435 View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG.md entry

    MajorTanya committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b832909 View commit details
    Browse the repository at this point in the history