Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pterodactyl/wings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: vanes430/wings
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 82 files changed
  • 1 contributor

Commits on Oct 17, 2025

  1. Enhance DecompressFile for async extraction and security

    Updated DecompressFile method to handle large files asynchronously and added validation for zip-slip attacks.
    vanes430 authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    6d52b0a View commit details
    Browse the repository at this point in the history
  2. Refactor release workflow for develop branch

    Updated the release workflow to trigger on the develop branch, changed the Go setup action version, and modified the build process to reflect new repository paths and versioning.
    vanes430 authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    d6acb8f View commit details
    Browse the repository at this point in the history
  3. Add redirect limit to downloader

    Limit the number of redirects to 10 and return an error if exceeded.
    vanes430 authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    2afa8bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f87bd07 View commit details
    Browse the repository at this point in the history
  5. update go.mod

    vanes430 committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    ab71ded View commit details
    Browse the repository at this point in the history
  6. update module

    vanes430 committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    d17e42d View commit details
    Browse the repository at this point in the history
  7. update action

    vanes430 committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    151110d View commit details
    Browse the repository at this point in the history
  8. update action

    vanes430 committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    7099f61 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Revise README with installation instructions

    Updated README to remove sponsor section and add installation instructions.
    vanes430 authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    6dc814f View commit details
    Browse the repository at this point in the history
  2. Correct installation instructions for wings

    Fix installation command formatting in README.
    vanes430 authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    1daec4a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. Configuration menu
    Copy the full SHA
    4bf8936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cf1b3e View commit details
    Browse the repository at this point in the history
  3. Change CPUCount to use CPUThreads directly

    Updated CPUCount to reflect the number of threads instead of a formatted string.
    vanes430 authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    3642d68 View commit details
    Browse the repository at this point in the history
  4. Fix installation steps in README.md

    Correct installation instructions and update commands.
    vanes430 authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    155e671 View commit details
    Browse the repository at this point in the history
Loading