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

Unpair single client #1

Draft
wants to merge 366 commits into
base: master
Choose a base branch
from
Draft

Unpair single client #1

wants to merge 366 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 21, 2024

  1. Add nvprefs user override options

    ns6089 authored and cgutman committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    6615087 View commit details
    Browse the repository at this point in the history
  2. Expose more nvenc options

    1. Spatial AQ, for some reason NVENC have problems recovering details on
       flat regions of static images over multiple frames, official docs
       recommend to enable it for "game-streaming"
    2. Percentage increase of default single-frame VBV/HRD, can act as
       low latency variable bitrate substitute
    ns6089 authored and cgutman committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    ede59e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ded2a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe88663 View commit details
    Browse the repository at this point in the history
  5. Update docs for new nvenc options

    ns6089 authored and cgutman committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    52511f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d4dfcd View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    75b6e1f View commit details
    Browse the repository at this point in the history
  2. Revert "Remove useless texture size queries for every frame in displa…

    …y_ram_t"
    
    This reverts commit ebe01ce.
    
    Looks like this commit undos the fix for LizardByte#453, see also PRs LizardByte#649 and LizardByte#884.
    
    This also adds a comment so hopefully it doesn't get removed again in
    the future (or a proper fix is found).
    kelvie authored and cgutman committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3f31400 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6585140 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dfe97d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Adjust default CPU thread count to 2

    It's a tiny reduction of encoding quality for a major increase in performance
    cgutman committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a15bd65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b11bc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a3553d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8182f59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf416f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f70c3f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. build(deps): bump furo from 2023.9.10 to 2024.1.29 (LizardByte#2077)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f82c3cb View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    5e948dc View commit details
    Browse the repository at this point in the history
  2. build(deps): bump third-party/moonlight-common-c

    Bumps [third-party/moonlight-common-c](https://github.com/moonlight-stream/moonlight-common-c) from `298f356` to `3acba57`.
    - [Commits](moonlight-stream/moonlight-common-c@298f356...3acba57)
    
    ---
    updated-dependencies:
    - dependency-name: third-party/moonlight-common-c
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cgutman committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    190ea41 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    fe8b0ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7700f9 View commit details
    Browse the repository at this point in the history
  3. Allow DSCP tagging and local traffic prioritization to be enabled sep…

    …arately on Mac and Linux
    cgutman committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    5c9533f View commit details
    Browse the repository at this point in the history
  4. Add refcounting to Mac and Linux QoS state to ensure it works properl…

    …y with multiple clients
    
    This means we can't control DSCP tagging per-client, but it shouldn't pose a big problem as routers that blackhole DSCP tagged traffic are pretty rare.
    cgutman committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    bb3b798 View commit details
    Browse the repository at this point in the history
  5. Use CS6 instead of CS7 for audio traffic

    CS7 is reserved for network control traffic.
    cgutman committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    2008bc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    328a300 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e62d691 View commit details
    Browse the repository at this point in the history
  8. Refactor RTSP handling to be session-based rather than socket-based

    This is required to support per-session attributes like encryption keys during RTSP message processing.
    cgutman committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ca29eac View commit details
    Browse the repository at this point in the history
  9. Implement RTSP encryption support

    RTSP encryption is mandatory for client that report core version 1 or later.
    cgutman committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    f80b237 View commit details
    Browse the repository at this point in the history
  10. Require RTSP encryption when encryption mode is set to mandatory

    This also lets us provide a friendly error to the client when it is rejected.
    cgutman committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    3578727 View commit details
    Browse the repository at this point in the history
  11. build(deps): bump third-party/moonlight-common-c

    Bumps [third-party/moonlight-common-c](https://github.com/moonlight-stream/moonlight-common-c) from `3acba57` to `cbd0ec1`.
    - [Commits](moonlight-stream/moonlight-common-c@3acba57...cbd0ec1)
    
    ---
    updated-dependencies:
    - dependency-name: third-party/moonlight-common-c
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cgutman committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    71d88ef View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    b7a3985 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be6f856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dea1155 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76e160b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    ff8c8ce View commit details
    Browse the repository at this point in the history
  2. Don't populate QP rate control fallbacks for encoders guaranteed to s…

    …upport CBR/VBR
    
    It just needlessly slows down encoder probing when the encoder or codec is not supported.
    cgutman committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    38d45b3 View commit details
    Browse the repository at this point in the history
  3. Don't fall back to undefined ref frame count on HEVC/AV1 if H.264 suc…

    …ceded with ref frame count specified
    
    I don't think there are any encoders out there that support this for some codecs and not others.
    cgutman committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    aee88f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8373a8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0aa4f06 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    ee93890 View commit details
    Browse the repository at this point in the history
  2. Add support for starting URLs and regular files that aren't executable

    This provides some limited ShellExecute-like behavior.
    cgutman committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    aa76b23 View commit details
    Browse the repository at this point in the history
  3. Modernize the default Steam shortcut

    With auto-detach and properly job tracking, we don't need to run Steam detached anymore. We can just use the plain URL now too.
    cgutman committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    358aac9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d91e2c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    cd2153f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11c8cf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0ad963 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78ed91a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65493d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

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

Commits on Feb 13, 2024

  1. Use Win32 APIs for UTF-16<->UTF-8 conversion

    std::codecvt is deprecated since C++17 and broken for some characters/locales
    cgutman committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    69a3edd View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    6ddc4b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56da68c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Implement backwards compatibility for NVENC APIs back to Video Codec …

    …SDK v11.0
    
    This allows NVENC on drivers 456.71 (October 2020) and later.
    cgutman committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    d1a6358 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    8074bf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    341fdaa View commit details
    Browse the repository at this point in the history
  3. build(deps): bump third-party/ViGEmClient from 1920260 to 8d71f67 (

    …LizardByte#2168)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    dde804f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

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

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    8a7a6c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11c5b64 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. build(deps): bump peter-evans/create-pull-request from 5 to 6 (Lizard…

    …Byte#2083)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c605a4d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump bootstrap from 5.3.2 to 5.3.3 (LizardByte#2154)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    53b2217 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    83e3ea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1020d0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0d5973 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    4252f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9bb569 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfb212c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84316b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e97c55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8081f41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb57322 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e430f51 View commit details
    Browse the repository at this point in the history
  9. Rework dummy image handling to avoid RTX HDR driver bug

    As a side effect, it avoids useless allocations and uploads of
    a zeroed memory buffer to clear the dummy image textures.
    cgutman committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    75a9788 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

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

Commits on Mar 3, 2024

  1. chore: bump version to v0.22.0 (LizardByte#2201)

    Co-authored-by: Cameron Gutman <aicommander@gmail.com>
    ReenigneArcher and cgutman committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    8d5a905 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    cacadc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f94eeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ebc7b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b99a9e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    3f21596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e299c2 View commit details
    Browse the repository at this point in the history
  3. Fix wrong path in desktop file (LizardByte#2223)

    Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    detiam and ReenigneArcher committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c86a4e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    6aeaaf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    972e5d2 View commit details
    Browse the repository at this point in the history
  3. Temporarily add the working directory to our path when starting an app

    CreateProcess() doesn't search in the child's specified working directory by default.
    cgutman committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    06c0ed1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5dd0d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cdd156 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    ce3b625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33e99e1 View commit details
    Browse the repository at this point in the history
  3. Replace WMIC-based check for ViGEmBus with a Powershell check

    This version is simpler and much faster on machines with many installed apps.
    cgutman committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    9d5b017 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Move kmsgrab dependencies from optdepends to depends

    kmsgrab is the most fully featured capture backend for current
    versions of Sunshine, so it should be built by default.
    
    In addition to zero-copy capture and HDR support, it is the *only*
    capture backend that can handle non-wlroots Wayland capture.
    cgutman committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    278567f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74ce047 View commit details
    Browse the repository at this point in the history
  3. Add the .INSTALL script needed for kmsgrab to work

    This also removes the standalone PKGBUILD artifact because
    our PKGBUILD has external dependencies now.
    cgutman committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    cb4bfaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc0a478 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

  1. Rename 85-sunshine.rules to 60-sunshine.rules

    This ensures the rules are evaluated before 73-seat-late.rules which
    enables uaccess tag application for existing logged on users.
    cgutman committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3117fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3181d91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97467ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e383ab9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d887798 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c13a30d View commit details
    Browse the repository at this point in the history
  7. build(deps): bump LizardByte/homebrew-release-action from 2024.309.15…

    …0158 to 2024.311.172824 (LizardByte#2245)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1859e23 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bfad20 View commit details
    Browse the repository at this point in the history
  9. chore: bump version to v0.22.1 (LizardByte#2221)

    Co-authored-by: Cameron Gutman <aicommander@gmail.com>
    ReenigneArcher and cgutman committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3e49e25 View commit details
    Browse the repository at this point in the history
  10. Fix(linux/fedora39) patch system headers so build succeeds with cuda (L…

    …izardByte#2253)
    
    Co-authored-by: Cameron Gutman <2695644+cgutman@users.noreply.github.com>
    ReenigneArcher and cgutman committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    22736c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c43dd24 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. build(deps): bump LizardByte/homebrew-release-action from 2024.311.17…

    …2824 to 2024.314.134529 (LizardByte#2264)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    476141d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b523945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f66a7d5 View commit details
    Browse the repository at this point in the history
  4. Avoid calling Boost logging functions in appdata()

    The app data directory is needed prior to logging initialization.
    cgutman committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    aa1985d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c9e14e View commit details
    Browse the repository at this point in the history
  6. Use a copy+delete instead of a move operation for config migration

    This can handle migration across filesystems.
    cgutman committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    15c5e76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd5c500 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

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

Commits on Mar 17, 2024

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

Commits on Mar 22, 2024

  1. feat(i18n): add ui localization (LizardByte#2279)

    Co-authored-by: TheElixZammuto <6505622+TheElixZammuto@users.noreply.github.com>
    ReenigneArcher and TheElixZammuto committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8777433 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

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

Commits on Mar 24, 2024

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    13aea3c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump rstcheck[sphinx] from 6.2.0 to 6.2.1 (LizardByte#2299)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8eb3ea4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Add capture using WinRT Windows.Graphics.Capture API. (LizardByte#2149)

    Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    tez011 and ReenigneArcher committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8f1692a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bd75bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de97eac View commit details
    Browse the repository at this point in the history
  4. build(deps): bump packaging/linux/flatpak/deps/org.flatpak.Builder.Ba…

    …seApp from `644487f` to `6e295e6` (LizardByte#2309)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e5ef037 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    526121d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b6a59a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

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

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    ae71a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b059c6 View commit details
    Browse the repository at this point in the history
  3. fix(ui): could not submit pin due to localization updates (LizardByte…

    …#2324)
    
    Co-authored-by: Elia Zammuto <theelixzammuto@gmail.com>
    ReenigneArcher and TheElixZammuto committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    376a282 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    991fab9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    1329c51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4739b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9020c2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d1805b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. build(deps): bump third-party/build-deps from 6e23b58 to efd3a38 (L…

    …izardByte#2346)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    bb7c2d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    2da6fb0 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump @fortawesome/fontawesome-free from 6.5.1 to 6.5.2 (L…

    …izardByte#2356)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    73fe31d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    e158878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    699b2c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd46565 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    89207a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fe3848 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump vue-i18n from 9.10.2 to 9.11.0 (LizardByte#2361)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    42b4192 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    1ed22ab View commit details
    Browse the repository at this point in the history
  2. build(cmake): add prep/init.cmake (LizardByte#2375)

    Co-authored-by: James Le Cuirot <chewi@aura-online.co.uk>
    ReenigneArcher and chewi committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    59ce8de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e77d0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c13027 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7aa811 View commit details
    Browse the repository at this point in the history
  6. fix(linux/capture): fix logical comparison of texture size (LizardByt…

    …e#2349)
    
    Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    istori1 and ReenigneArcher committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    7f795f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93e6223 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    33ba03c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a48244 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    116e592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e26d2f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    7602fa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad5b816 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad66fcb View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

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

Commits on Apr 12, 2024

  1. build(deps): bump codecov/codecov-action from 3 to 4 (LizardByte#2297)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d143232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c1bad7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcd4c07 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. build(deps): bump LizardByte/homebrew-release-action from 2024.314.13…

    …4529 to 2024.409.24405 (LizardByte#2394)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    f87bc86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d9ee3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25d8e2b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. debug: fix codec debugging code

    gschintgen authored and cgutman committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    358bb30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb4d4f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76d08eb View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Apr 17, 2024

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

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    69191ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50a02db View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. docs(linux): add guide for discord audio (LizardByte#2447)

    Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    RickAndTired and ReenigneArcher committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9e0182b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87def6d View commit details
    Browse the repository at this point in the history
  3. build(deps): bump packaging/linux/flatpak/deps/org.flatpak.Builder.Ba…

    …seApp from `6e295e6` to `5532d43` (LizardByte#2444)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ad24834 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions-js/push from 1.4 to 1.5 (LizardByte#2440)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    abe2561 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump packaging/linux/flatpak/deps/shared-modules from `d…

    …022995` to `ec91811` (LizardByte#2428)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    75fce21 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump third-party/wlr-protocols from 4264185 to `2b8d43…

    …3` (LizardByte#2067)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    38fa794 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump third-party/wayland-protocols from 46f201b to `08…

    …d1c72` (LizardByte#2443)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    15386f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. build(deps): bump LizardByte/homebrew-release-action from 2024.409.24…

    …405 to 2024.417.220943 (LizardByte#2441)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    05416bb View commit details
    Browse the repository at this point in the history
  2. build(deps): bump vue-i18n from 9.11.0 to 9.13.0 (LizardByte#2442)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    2459717 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump vue from 3.4.5 to 3.4.23 (LizardByte#2434)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b4e6873 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c0b017 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8eead65 View commit details
    Browse the repository at this point in the history
  6. Autofocus PIN input on Web UI pin page

    This makes it faster to input the PIN after clicking on the PIN
    notification on the desktop, since you no longer need to click
    the PIN input or focus on it by pressing Tab many times.
    Calinou authored and cgutman committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    dc22e24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68c0f53 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

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

Commits on Apr 22, 2024

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

Commits on Apr 26, 2024

  1. Use C++20. (LizardByte#2322)

    tez011 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7fb8c76 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 7, 2024

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

Commits on May 10, 2024

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

Commits on May 11, 2024

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

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    4e49db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6674090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    659a426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a595dc View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    a5bbf36 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump LizardByte/homebrew-release-action from 2024.417.22…

    …0943 to 2024.511.160217 (LizardByte#2527)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9c5239c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81c2ecf View commit details
    Browse the repository at this point in the history
  4. refactor(ui): break down config.html into smaller pieces (LizardByte#…

    …2491)
    
    Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    Hazer and ReenigneArcher committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4b6ff37 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump furo from 2024.1.29 to 2024.5.6 (LizardByte#2511)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d8e73cc View commit details
    Browse the repository at this point in the history
  6. build(deps): bump packaging/linux/flatpak/deps/org.flatpak.Builder.Ba…

    …seApp from `5532d43` to `e524683` (LizardByte#2517)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 13, 2024
    Configuration menu
    Copy the full SHA
    542cc71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2cadb81 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. build(deps): bump third-party/tray from 4d8b798 to cb33552 (Lizar…

    …dByte#2528)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    dependabot[bot] and ReenigneArcher committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9ee6811 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump packaging/linux/flatpak/deps/shared-modules from `e…

    …c91811` to `782d3cc` (LizardByte#2479)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 14, 2024
    Configuration menu
    Copy the full SHA
    786a9ac View commit details
    Browse the repository at this point in the history
  3. build(deps): bump babel from 2.14.0 to 2.15.0 (LizardByte#2504)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b87fd42 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump vue from 3.4.23 to 3.4.27 (LizardByte#2509)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c5d8e1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff54ab2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d70a17a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. docs: packet loss and linux controller (LizardByte#2514)

    Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    skryvel and ReenigneArcher committed May 15, 2024
    Configuration menu
    Copy the full SHA
    80d1d94 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump vue-i18n from 9.13.0 to 9.13.1 (LizardByte#2455)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f4f343b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. build(deps): bump third-party/nvapi-open-source-sdk from c0f5f7b to…

    … `7d99f95` (LizardByte#2145)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1e59e28 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump third-party/Simple-Web-Server from 27b41f5 to `4a…

    …be349` (LizardByte#2114)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 16, 2024
    Configuration menu
    Copy the full SHA
    aff3b56 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump third-party/wayland-protocols from 08d1c72 to `24…

    …e612f` (LizardByte#2480)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2a1cb25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3adb934 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump third-party/moonlight-common-c from cbd0ec1 to `e…

    …b21561` (LizardByte#2227)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e6e4dcf View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. build(deps): bump LizardByte/homebrew-release-action from 2024.511.16…

    …0217 to 2024.516.191449 (LizardByte#2535)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 17, 2024
    Configuration menu
    Copy the full SHA
    890b6fd View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. build(deps): bump third-party/build-deps from efd3a38 to a326d43 (L…

    …izardByte#2536)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 19, 2024
    Configuration menu
    Copy the full SHA
    373390e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdb443a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    e898be1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c204b2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd8aee2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    2b18e4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a91301 View commit details
    Browse the repository at this point in the history
  3. docs(windows): Add Discord Voicemeeter Guide (LizardByte#2555)

    Co-authored-by: oopsuwu <60373320+oopsuwu@users.noreply.github.com>
    Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    3 people committed May 25, 2024
    Configuration menu
    Copy the full SHA
    348f092 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ce4dc9 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump third-party/build-deps from a326d43 to 0896e89 (L…

    …izardByte#2572)
    
    Bumps [third-party/build-deps](https://github.com/LizardByte/build-deps) from `a326d43` to `0896e89`.
    - [Commits](LizardByte/build-deps@a326d43...0896e89)
    
    ---
    updated-dependencies:
    - dependency-name: third-party/build-deps
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 25, 2024
    Configuration menu
    Copy the full SHA
    3c341ea View commit details
    Browse the repository at this point in the history
  6. build(win): use UCRT64 environment instead of MinGW64. (LizardByte#2323)

    Co-authored-by: Conn O'Griofa <connogriofa@gmail.com>
    tez011 and psyke83 committed May 25, 2024
    Configuration menu
    Copy the full SHA
    fed482c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    7702e55 View commit details
    Browse the repository at this point in the history
  2. chore: update global workflows (LizardByte#2581)

    Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    LizardByte-bot and ReenigneArcher committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8a0762d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    992bf9c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump third-party/tray from cb33552 to 0f30a63 (Lizar…

    …dByte#2590)
    
    Bumps [third-party/tray](https://github.com/LizardByte/tray) from `cb33552` to `0f30a63`.
    - [Commits](LizardByte/tray@cb33552...0f30a63)
    
    ---
    updated-dependencies:
    - dependency-name: third-party/tray
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6d9857b View commit details
    Browse the repository at this point in the history
  3. build(deps): bump LizardByte/create-release-action from 2024.520.2114…

    …08 to 2024.524.143912 (LizardByte#2588)
    
    build(deps): bump LizardByte/create-release-action
    
    Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2024.520.211408 to 2024.524.143912.
    - [Release notes](https://github.com/lizardbyte/create-release-action/releases)
    - [Commits](LizardByte/create-release-action@v2024.520.211408...v2024.524.143912)
    
    ---
    updated-dependencies:
    - dependency-name: LizardByte/create-release-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6a88b83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d706d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    287ac4c View commit details
    Browse the repository at this point in the history
  6. Squashed commit of the following:

    commit d2e21f9
    Merge: 52cb996 7fb8c76
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed May 1 21:39:04 2024 -0400
    
        Merge branch 'nightly' into unpair-single-client
    
    commit 52cb996
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Apr 18 22:19:53 2024 -0400
    
        Rename unpair_all_desc to unpair_desc
    
    commit f5a0916
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Apr 18 22:01:50 2024 -0400
    
        Update src_assets/common/assets/web/troubleshooting.html
    
        Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    
    commit e30ccb4
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Apr 18 22:01:02 2024 -0400
    
        Update src_assets/common/assets/web/public/assets/locale/en.json
    
        Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    
    commit a64bfc4
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Apr 18 09:31:38 2024 -0400
    
        Re-use navbar.pin string
    
    commit a390977
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Apr 17 21:35:07 2024 -0400
    
        Additional variable reordering
    
    commit 63d5875
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Apr 17 21:32:27 2024 -0400
    
        Reordered Vue page vars
    
        LizardByte#2042 (review)
    
    commit 31c1f21
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Apr 17 21:29:34 2024 -0400
    
        Specify that only individual unpair requires force close
    
    commit bb3c0ba
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Apr 17 21:21:35 2024 -0400
    
        Sort client list alphabetically
    
        LizardByte#2042 (review)
    
    commit 2e82537
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Apr 17 21:14:05 2024 -0400
    
        Localize "PIN" input placeholder
    
        LizardByte#2042 (review)
    
    commit 1b6a828
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Apr 17 21:13:02 2024 -0400
    
        Close session when unpairing all clients
    
        LizardByte#2042 (review)
    
    commit 2700152
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Apr 17 13:04:20 2024 -0400
    
        Formatting
    
    commit 4e77854
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Apr 17 12:45:22 2024 -0400
    
        Rename unpair all button
    
    commit cef0b19
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Apr 17 12:42:45 2024 -0400
    
        Refresh client certs after unpairing a single client
    
    commit 5ef7b03
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Apr 17 12:41:14 2024 -0400
    
        Update web UI to use localization for single device pairing/unpairing
    
    commit da936b8
    Merge: 2452665 9c68a62
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Apr 17 11:01:42 2024 -0400
    
        Merge branch 'nightly' into unpair-single-client
    
    commit 9c68a62
    Merge: 2511bd0 ec8170c
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Apr 17 10:43:49 2024 -0400
    
        Merge branch 'nightly' of https://github.com/xanderfrangos/Sunshine into nightly
    
    commit 2452665
    Merge: 735d788 65493d0
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Sat Feb 10 18:22:42 2024 -0500
    
        Merge remote-tracking branch 'upstream/nightly' into unpair-single-client
    
    commit 735d788
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Sat Feb 10 18:09:49 2024 -0500
    
        Update named_cert_t to better match sunshine_state.json
    
    commit 5ff80ad
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Sat Feb 10 17:53:05 2024 -0500
    
        Remove uniqueID from client_t
    
    commit fbd26d0
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Sun Jan 28 11:10:17 2024 -0500
    
        Rename device name field and mark fields as required
    
        LizardByte#2042 (review)
    
    commit b5d7da4
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Jan 25 23:42:18 2024 -0500
    
        Update src_assets/common/assets/web/troubleshooting.html
    
        Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    
    commit 60e2da7
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Jan 25 23:41:59 2024 -0500
    
        Update src_assets/common/assets/web/troubleshooting.html
    
        Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    
    commit a4a4125
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Jan 25 23:41:46 2024 -0500
    
        Update src/confighttp.cpp
    
        Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    
    commit 805311b
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Jan 25 23:41:36 2024 -0500
    
        Update src/confighttp.cpp
    
        Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    
    commit cb6846e
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Jan 25 23:41:25 2024 -0500
    
        Update src/confighttp.cpp
    
        Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    
    commit 3a1c109
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Jan 25 23:41:03 2024 -0500
    
        Update src/confighttp.cpp
    
        Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    
    commit dd6b597
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Jan 25 23:18:51 2024 -0500
    
        Update src_assets/common/assets/web/troubleshooting.html
    
        Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    
    commit 36b8bab
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Jan 25 23:18:38 2024 -0500
    
        Update src_assets/common/assets/web/pin.html
    
        Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
    
    commit 3f4fc1c
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Jan 25 21:36:25 2024 -0500
    
        Move Paired Client UI to Troubleshooting page
    
    commit 0e1c02b
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Thu Jan 25 21:20:11 2024 -0500
    
        Update API to use uuid instead of uniqueid for clients
    
    commit 5cc7fc0
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Jan 24 17:17:10 2024 -0500
    
        Rename named_certs to named_devices
    
    commit 541e341
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Jan 24 17:11:26 2024 -0500
    
        Refactor map_id_client into a single client_t
    
    commit d842e97
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Jan 24 15:46:39 2024 -0500
    
        Formatting
    
    commit 6c63992
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Jan 24 15:37:47 2024 -0500
    
        Formatting
    
    commit b6010a6
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Jan 24 15:33:44 2024 -0500
    
        Update sunshine_state.json format to no longer use root.devices
    
        sunshine_state.json now follows the format outlined in LizardByte#2042 (comment)
    
    commit 8c8dfcf
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Wed Jan 24 15:23:40 2024 -0500
    
        Fixed "restart Sunshine" banner not hiding after clicking "apply"
    
    commit ced0122
    Merge: 67988be 2511bd0
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Sat Jan 20 04:55:46 2024 -0500
    
        Merge branch 'nightly' into unpair-single-client
    
    commit 2511bd0
    Merge: b8f8b46 a10ec3a
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Sat Jan 20 04:54:59 2024 -0500
    
        Merge branch 'LizardByte:nightly' into nightly
    
    commit 67988be
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Sat Jan 20 04:43:14 2024 -0500
    
        Use lowercase property name for consistency
    
    commit bb3fd9a
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Sat Jan 20 04:16:48 2024 -0500
    
        Comment typo
    
    commit 73bda36
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Sat Jan 20 04:05:45 2024 -0500
    
        Formatting
    
    commit b8f8b46
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Sat Jan 20 02:59:37 2024 -0500
    
        Added UI for unpairing individual clients
    
    commit 2e7655b
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Sat Jan 20 02:58:15 2024 -0500
    
        During unpairing, also remove cert from client.certs
    
    commit c8d74f2
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Fri Jan 19 21:59:35 2024 -0500
    
        API to unpair clients
    
    commit 4b9f9d0
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Fri Jan 19 21:57:41 2024 -0500
    
        API to list paired clients
    
    commit 223fdfa
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Fri Jan 19 12:17:55 2024 -0500
    
        Generate and track uniqueID for named certs
    
    commit 567725d
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Fri Jan 19 12:17:22 2024 -0500
    
        Only read "certs" and "named_certs" if available
    
    commit ca6d1a2
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Fri Jan 19 12:16:25 2024 -0500
    
        Don't prepare nodes for old format
    
    commit 9f6a485
    Author: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com>
    Date:   Fri Jan 19 09:41:09 2024 -0500
    
        Assign name to certs when confirming PIN
    xanderfrangos authored and ReenigneArcher committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d30a2ea View commit details
    Browse the repository at this point in the history
  7. Init i18n before usage

    xanderfrangos authored and ReenigneArcher committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b5a40a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6edb4b0 View commit details
    Browse the repository at this point in the history