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: TS3Tools/TS3UpdateScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Various-changes
Choose a base ref
...
head repository: TS3Tools/TS3UpdateScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 20, 2022

  1. Merge pull request #113 from TS3Tools/Various-changes

    Various changes
    Sebbo94BY authored Nov 20, 2022
    Configuration menu
    Copy the full SHA
    20a95f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Rename master branch to main

    sebastian_kraetzig
    sebastian_kraetzig committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e1e3dd5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #116 from TS3Tools/sbk/Rename-master-branch

    Rename `master` branch to `main`
    Sebbo94BY authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    ef04c12 View commit details
    Browse the repository at this point in the history
  3. Issue #115: Check if downloaded file exists

    Explicitly check for the downloaded file. If it doesn't exist, abort and fail instead of trying other follow up commands, which will fail anyway.
    sebastian_kraetzig
    sebastian_kraetzig committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    102dd24 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Issue #115: Fix incorrect if-condition

    The function is returning 1 in case of failures. In this case, the script should fail/abort and not try to continue.
    sebastian_kraetzig
    sebastian_kraetzig committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    6164672 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from TS3Tools/Issue-115-bzip-no-such-file-or-…

    …directory
    
    Issue #115: Fix small script issues
    Sebbo94BY authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    75723c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Issue #118: Fix gathering of ServerQuery IP/Port when unexpected char…

    …s are included
    sebastian_kraetzig
    sebastian_kraetzig committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    b72e898 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #119 from TS3Tools/Issue-118-Fix-incorrect-gathere…

    …d-ServerQuery-IP
    
    Issue #118: Fix gathering of ServerQuery IP/Port when unexpected chars are included
    Sebbo94BY authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    0d59057 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Fix grep: docs/CHANGELOG.md: No such file or directory

    sebastian_kraetzig
    sebastian_kraetzig committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    77b537b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #121 from TS3Tools/Fix-issue-with-detecting-curren…

    …t-version
    
    Fix `grep: docs/CHANGELOG.md: No such file or directory`
    Sebbo94BY authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    03b9f17 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Replace old email address with GitHub profile name

    Sebi94nbg
    Sebi94nbg committed May 6, 2023
    Configuration menu
    Copy the full SHA
    4b04e8d View commit details
    Browse the repository at this point in the history
  2. Adjust debugging documentation

    Sebi94nbg
    Sebi94nbg committed May 6, 2023
    Configuration menu
    Copy the full SHA
    798bfa2 View commit details
    Browse the repository at this point in the history
  3. Remove ts3-tools.info domain rechability check

    Sebi94nbg
    Sebi94nbg committed May 6, 2023
    Configuration menu
    Copy the full SHA
    6963c0a View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG and bump script version

    Sebi94nbg
    Sebi94nbg committed May 6, 2023
    Configuration menu
    Copy the full SHA
    10b920b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #124 from TS3Tools/Replace-old-ts3-tools-domains

    Replace deprecated `ts3-tools.info` domain
    Sebbo94BY authored May 6, 2023
    Configuration menu
    Copy the full SHA
    0b8170a View commit details
    Browse the repository at this point in the history
Loading