Thanks to visit codestin.com
Credit goes to github.com

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: coder/wush
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: coder/wush
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 20 commits
  • 37 files changed
  • 3 contributors

Commits on Sep 12, 2024

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

Commits on Sep 16, 2024

  1. Use WUSH_AUTH_KEY instead of WUSH_AUTH_key, remove mentions of `w…

    …ush receive` (#29)
    
    * cp.go & portforward.go: use `WUSH_AUTH_KEY`, not `WUSH_AUTH_key`
    
    * Replace `wush receive` with `wush serve`
    ilyagr authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    68257a6 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 (#30)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.29.0.
    - [Commits](golang/net@v0.28.0...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3dac91e View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.…

    …15.0 (#31)
    
    Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.6 to 3.15.0.
    - [Release notes](https://github.com/schollz/progressbar/releases)
    - [Commits](schollz/progressbar@v3.14.6...v3.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/schollz/progressbar/v3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d6723bd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. feat: init wush.dev (#37)

    coadler authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c43ea6c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#42)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ffcb47c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0 (#41

    )
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    235fcea View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 (

    #36)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f43d4cc View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/prometheus/client_golang from 1.20.3 to …

    …1.20.4 (#34)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ab022c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    e9a7958 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3efab8b View commit details
    Browse the repository at this point in the history
  3. Revert "Ensure tsnet is closed on exit"

    This reverts commit 3efab8b.
    coadler committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7664832 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Add option to specify DERP servers (#45)

    Allow users to specify a custom DERP configuration file via the `--derp-config-file` flag in multiple commands. This provides flexibility to use different DERP servers, enhancing connectivity options.
    
    Closes #43
    coadler authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b0b43dc View commit details
    Browse the repository at this point in the history
  2. Add Homebrew support for macOS installation

    Implement Homebrew as a preferred installation method on macOS within
    the `select_archive_format` function. Detect if Homebrew is available
    and use it to install the binary, simplifying the process for users.
    coadler committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d192e75 View commit details
    Browse the repository at this point in the history
  3. Fix pattern matching in select_archive_format

    Correct the pattern matching used for detecting platform
    architecture. The incorrect use of `-` instead of `_` caused
    the script to fail in identifying platforms like macOS and
    Windows, leading to installation issues.
    coadler committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    74ff5d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    1c7ef53 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/schollz/progressbar/v3 from 3.15.0 to 3.…

    …16.0 (#35)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9f964aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    923519f View commit details
    Browse the repository at this point in the history
  4. chore: pin site deps (#50)

    coadler authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4a1d714 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7950c4 View commit details
    Browse the repository at this point in the history
Loading