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

Merging dev into master in prep for new release #2755

Merged
merged 34 commits into from
Dec 8, 2023
Merged

Merging dev into master in prep for new release #2755

merged 34 commits into from
Dec 8, 2023

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    05cea0a View commit details
    Browse the repository at this point in the history
  2. Added step to build a .deb file to install and reduce image size (#2590)

    * Added step to build a .deb file to install and reduce image size
    
    * Fixed deb install incorrectly done
    pkishino authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    ea70117 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    30d070d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Fixed TWC paths (#2600)

    pkishino authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    2bd89d7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    3efaf14 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (#…

    …2610)
    
    * by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched
    
    * the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none
    
    * simplified the comparison (thanks @edgd1er )
    heavygee authored May 11, 2023
    1 Configuration menu
    Copy the full SHA
    2169498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9123cf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82756d6 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. move vpn config download to /config (#2592)

    * move vpn config download to /config
    
    * fix git safe dir permissions
    
    * cleanup vpn config clone
    
    * re-add zip dl, set git to default
    ksurl authored May 17, 2023
    Configuration menu
    Copy the full SHA
    32833c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1644c98 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Update fetch-external-configs.sh

    removed duplicate bracket
    pkishino authored May 19, 2023
    Configuration menu
    Copy the full SHA
    42eb2ee View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    91f6973 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Update configure-openvpn.sh

    pkishino authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3ac3e14 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    9dd0e41 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Create separate image for transmission build from source (#2691)

    * separate transmission build to separate image and workflow
    
    * set transmission-builder version
    
    * use matrix for multi runner builds
    
    * fix context
    ksurl authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    fffb29d View commit details
    Browse the repository at this point in the history
  2. parallel docker builds with matrix (#2694)

    * consolidate and parallelize image build with matrix multi runner build
    
    * fix image name
    ksurl authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    5468a99 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    fb7d10d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Update Dockerfile

    fixed typo
    pkishino authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    553edc8 View commit details
    Browse the repository at this point in the history
  2. TRANSMISSION_RPC_URL option causes a moved permanently error when u…

    …sing PIA (#2657)
    
    * Respect option `TRANSMISSION_RPC_URL`
    
    remove debug echo
    
    * default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`
    
    * Stricter grep pattern
    
    * Remove redundant grep
    
    * Added comment
    
    * Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`
    
    ---------
    
    Co-authored-by: Mark Honkoop <[email protected]>
    Aemulation and Aemulation authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    75147a2 View commit details
    Browse the repository at this point in the history
  3. Fix for PR #2691 (#2698)

    * separate transmission build to separate image and workflow
    
    * set transmission-builder version
    
    * use matrix for multi runner builds
    
    * fix context
    
    * Fix file name
    
    * fix image name
    ksurl authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    17bc7e1 View commit details
    Browse the repository at this point in the history
  4. Fix #2694 image build (#2699)

    * consolidate and parallelize image build with matrix multi runner build
    
    * fix image name
    
    * update master (#2696)
    
    * Add Transmissionic Web UI & New Documentation (#2589)
    
    * Added step to build a .deb file to install and reduce image size (#2590)
    
    * Added step to build a .deb file to install and reduce image size
    
    * Fixed deb install incorrectly done
    
    * Check for update-port script existing instead of being executable (#2593)
    
    #2459
    
    * Fixed TWC paths (#2600)
    
    * add docker build caching to workflow (#2609)
    
    * Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (#2610)
    
    * by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched
    
    * the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none
    
    * simplified the comparison (thanks @edgd1er )
    
    * Strip double quotes from umask check (#2601)
    
    * Fix problem with enabled UFW with Random Ports (#2603)
    
    Fixing #2255
    
    * move vpn config download to /config (#2592)
    
    * move vpn config download to /config
    
    * fix git safe dir permissions
    
    * cleanup vpn config clone
    
    * re-add zip dl, set git to default
    
    * use alpine:latest for TransmissionUIs build stage (#2573)
    
    * Update fetch-external-configs.sh
    
    removed duplicate bracket
    
    * Update to transmission 4.0.4
    
    * Update configure-openvpn.sh
    
    * Switched the order of events, to remove the ipv6 before sed-ing the address (#2695)
    
    * Create separate image for transmission build from source (#2691)
    
    * separate transmission build to separate image and workflow
    
    * set transmission-builder version
    
    * use matrix for multi runner builds
    
    * fix context
    
    * parallel docker builds with matrix (#2694)
    
    * consolidate and parallelize image build with matrix multi runner build
    
    * fix image name
    
    * Update Dockerfile
    
    fixed typo
    
    * `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (#2657)
    
    * Respect option `TRANSMISSION_RPC_URL`
    
    remove debug echo
    
    * default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`
    
    * Stricter grep pattern
    
    * Remove redundant grep
    
    * Added comment
    
    * Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`
    
    ---------
    
    Co-authored-by: Mark Honkoop <[email protected]>
    
    * Fix for PR #2691 (#2698)
    
    * separate transmission build to separate image and workflow
    
    * set transmission-builder version
    
    * use matrix for multi runner builds
    
    * fix context
    
    * Fix file name
    
    * fix image name
    
    ---------
    
    Co-authored-by: Anastasiya Polina Soyka <[email protected]>
    Co-authored-by: Geoff <[email protected]>
    Co-authored-by: ksurl <[email protected]>
    Co-authored-by: HeavyGee <[email protected]>
    Co-authored-by: WitchRecipe <[email protected]>
    Co-authored-by: Florian Kretschmer <[email protected]>
    Co-authored-by: Aemulation <[email protected]>
    Co-authored-by: Mark Honkoop <[email protected]>
    
    * fix matrix to build all images
    
    ---------
    
    Co-authored-by: Patrick Kishino <[email protected]>
    Co-authored-by: Anastasiya Polina Soyka <[email protected]>
    Co-authored-by: Geoff <[email protected]>
    Co-authored-by: HeavyGee <[email protected]>
    Co-authored-by: WitchRecipe <[email protected]>
    Co-authored-by: Florian Kretschmer <[email protected]>
    Co-authored-by: Aemulation <[email protected]>
    Co-authored-by: Mark Honkoop <[email protected]>
    9 people authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    36a1b4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59dfed2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    019be3e View commit details
    Browse the repository at this point in the history
  7. Comment

    pkishino committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5d6174c View commit details
    Browse the repository at this point in the history
  8. Switch transmission builder image to combined platform builder (#2704)

    * separate transmission build to separate image and workflow
    
    * set transmission-builder version
    
    * use matrix for multi runner builds
    
    * fix context
    
    * Fix file name
    
    * fix image name
    
    * fix transmission build version detection
    
    * switch to combined platform builder
    
    ---------
    
    Co-authored-by: Patrick Kishino <[email protected]>
    ksurl and pkishino authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    73a2818 View commit details
    Browse the repository at this point in the history
  9. switch to single platform builder (#2705)

    Co-authored-by: Patrick Kishino <[email protected]>
    ksurl and pkishino authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    10d3cff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    47dfced View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Fix web proxy stopping to work (#2678)

    * Mix of fixes to the heathcheck.sh from #2610 and start.sh from #2673.
    
    * Made few more modifications to healthcheck.sh and start.sh. This change appears to be working.
    Let's monitor this.
    
    ---------
    
    Co-authored-by: Patrick Kishino <[email protected]>
    JeeDeWee and pkishino authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    461d504 View commit details
    Browse the repository at this point in the history
  2. Remove script_security (#2702)

    Due to non-support of this in latest openvpn it is removed..
    pkishino authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    44ba9e6 View commit details
    Browse the repository at this point in the history
  3. Revert "Remove script_security (#2702)" (#2708)

    This reverts commit 44ba9e6.
    pkishino authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8bae335 View commit details
    Browse the repository at this point in the history
  4. Update configure-openvpn.sh (#2707)

    Using "upd" as a value for NORDVPN_PROTOCOL results in an error.
    
    Co-authored-by: Patrick Kishino <[email protected]>
    IanMoroney and pkishino authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    52d432d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Add natpmpc (#2746)

    * Dev (#2706)
    
    * Add Transmissionic Web UI & New Documentation (#2589)
    
    * Added step to build a .deb file to install and reduce image size (#2590)
    
    * Added step to build a .deb file to install and reduce image size
    
    * Fixed deb install incorrectly done
    
    * Check for update-port script existing instead of being executable (#2593)
    
    #2459
    
    * Fixed TWC paths (#2600)
    
    * add docker build caching to workflow (#2609)
    
    * Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (#2610)
    
    * by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched
    
    * the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none
    
    * simplified the comparison (thanks @edgd1er )
    
    * Strip double quotes from umask check (#2601)
    
    * Fix problem with enabled UFW with Random Ports (#2603)
    
    Fixing #2255
    
    * move vpn config download to /config (#2592)
    
    * move vpn config download to /config
    
    * fix git safe dir permissions
    
    * cleanup vpn config clone
    
    * re-add zip dl, set git to default
    
    * use alpine:latest for TransmissionUIs build stage (#2573)
    
    * Update fetch-external-configs.sh
    
    removed duplicate bracket
    
    * Update to transmission 4.0.4
    
    * Update configure-openvpn.sh
    
    * Switched the order of events, to remove the ipv6 before sed-ing the address (#2695)
    
    * Create separate image for transmission build from source (#2691)
    
    * separate transmission build to separate image and workflow
    
    * set transmission-builder version
    
    * use matrix for multi runner builds
    
    * fix context
    
    * parallel docker builds with matrix (#2694)
    
    * consolidate and parallelize image build with matrix multi runner build
    
    * fix image name
    
    * Update Dockerfile
    
    fixed typo
    
    * `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (#2657)
    
    * Respect option `TRANSMISSION_RPC_URL`
    
    remove debug echo
    
    * default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`
    
    * Stricter grep pattern
    
    * Remove redundant grep
    
    * Added comment
    
    * Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`
    
    ---------
    
    Co-authored-by: Mark Honkoop <[email protected]>
    
    * Fix for PR #2691 (#2698)
    
    * separate transmission build to separate image and workflow
    
    * set transmission-builder version
    
    * use matrix for multi runner builds
    
    * fix context
    
    * Fix file name
    
    * fix image name
    
    * Fix #2694 image build (#2699)
    
    * consolidate and parallelize image build with matrix multi runner build
    
    * fix image name
    
    * update master (#2696)
    
    * Add Transmissionic Web UI & New Documentation (#2589)
    
    * Added step to build a .deb file to install and reduce image size (#2590)
    
    * Added step to build a .deb file to install and reduce image size
    
    * Fixed deb install incorrectly done
    
    * Check for update-port script existing instead of being executable (#2593)
    
    #2459
    
    * Fixed TWC paths (#2600)
    
    * add docker build caching to workflow (#2609)
    
    * Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (#2610)
    
    * by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched
    
    * the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none
    
    * simplified the comparison (thanks @edgd1er )
    
    * Strip double quotes from umask check (#2601)
    
    * Fix problem with enabled UFW with Random Ports (#2603)
    
    Fixing #2255
    
    * move vpn config download to /config (#2592)
    
    * move vpn config download to /config
    
    * fix git safe dir permissions
    
    * cleanup vpn config clone
    
    * re-add zip dl, set git to default
    
    * use alpine:latest for TransmissionUIs build stage (#2573)
    
    * Update fetch-external-configs.sh
    
    removed duplicate bracket
    
    * Update to transmission 4.0.4
    
    * Update configure-openvpn.sh
    
    * Switched the order of events, to remove the ipv6 before sed-ing the address (#2695)
    
    * Create separate image for transmission build from source (#2691)
    
    * separate transmission build to separate image and workflow
    
    * set transmission-builder version
    
    * use matrix for multi runner builds
    
    * fix context
    
    * parallel docker builds with matrix (#2694)
    
    * consolidate and parallelize image build with matrix multi runner build
    
    * fix image name
    
    * Update Dockerfile
    
    fixed typo
    
    * `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (#2657)
    
    * Respect option `TRANSMISSION_RPC_URL`
    
    remove debug echo
    
    * default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`
    
    * Stricter grep pattern
    
    * Remove redundant grep
    
    * Added comment
    
    * Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`
    
    ---------
    
    Co-authored-by: Mark Honkoop <[email protected]>
    
    * Fix for PR #2691 (#2698)
    
    * separate transmission build to separate image and workflow
    
    * set transmission-builder version
    
    * use matrix for multi runner builds
    
    * fix context
    
    * Fix file name
    
    * fix image name
    
    ---------
    
    Co-authored-by: Anastasiya Polina Soyka <[email protected]>
    Co-authored-by: Geoff <[email protected]>
    Co-authored-by: ksurl <[email protected]>
    Co-authored-by: HeavyGee <[email protected]>
    Co-authored-by: WitchRecipe <[email protected]>
    Co-authored-by: Florian Kretschmer <[email protected]>
    Co-authored-by: Aemulation <[email protected]>
    Co-authored-by: Mark Honkoop <[email protected]>
    
    * fix matrix to build all images
    
    ---------
    
    Co-authored-by: Patrick Kishino <[email protected]>
    Co-authored-by: Anastasiya Polina Soyka <[email protected]>
    Co-authored-by: Geoff <[email protected]>
    Co-authored-by: HeavyGee <[email protected]>
    Co-authored-by: WitchRecipe <[email protected]>
    Co-authored-by: Florian Kretschmer <[email protected]>
    Co-authored-by: Aemulation <[email protected]>
    Co-authored-by: Mark Honkoop <[email protected]>
    
    * fix transmission version check (#2700)
    
    * Comment
    
    * Switch transmission builder image to combined platform builder (#2704)
    
    * separate transmission build to separate image and workflow
    
    * set transmission-builder version
    
    * use matrix for multi runner builds
    
    * fix context
    
    * Fix file name
    
    * fix image name
    
    * fix transmission build version detection
    
    * switch to combined platform builder
    
    ---------
    
    Co-authored-by: Patrick Kishino <[email protected]>
    
    * switch to single platform builder (#2705)
    
    Co-authored-by: Patrick Kishino <[email protected]>
    
    ---------
    
    Co-authored-by: Anastasiya Polina Soyka <[email protected]>
    Co-authored-by: Geoff <[email protected]>
    Co-authored-by: ksurl <[email protected]>
    Co-authored-by: HeavyGee <[email protected]>
    Co-authored-by: WitchRecipe <[email protected]>
    Co-authored-by: Florian Kretschmer <[email protected]>
    Co-authored-by: Aemulation <[email protected]>
    Co-authored-by: Mark Honkoop <[email protected]>
    
    * Update README.md
    
    * Bump actions/checkout from 3 to 4 (#2714)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump docker/setup-buildx-action from 2 to 3 (#2718)
    
    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump docker/login-action from 2 to 3 (#2719)
    
    Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump docker/setup-qemu-action from 2 to 3 (#2720)
    
    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump docker/metadata-action from 4 to 5 (#2721)
    
    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump docker/build-push-action from 4 to 5 (#2722)
    
    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Update tips-tricks.md
    
    fixed pod man tip
    
    * fixing invalid concatenation (#2743)
    
    * fixing invalid concatenation
    
    ---------
    
    Co-authored-by: Patrick Kishino <[email protected]>
    
    * install natpmpc
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Patrick Kishino <[email protected]>
    Co-authored-by: Anastasiya Polina Soyka <[email protected]>
    Co-authored-by: Geoff <[email protected]>
    Co-authored-by: ksurl <[email protected]>
    Co-authored-by: HeavyGee <[email protected]>
    Co-authored-by: WitchRecipe <[email protected]>
    Co-authored-by: Florian Kretschmer <[email protected]>
    Co-authored-by: Aemulation <[email protected]>
    Co-authored-by: Mark Honkoop <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: James Storm <[email protected]>
    12 people authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e7e6b4a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. update transmission build version to 4.0.5

    workflow runner committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    bff5708 View commit details
    Browse the repository at this point in the history
  2. fix: transmission version check (#2753)

    * fix transmission version check
    
    * add git user config
    ksurl authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c19144a View commit details
    Browse the repository at this point in the history