Commit Graph

3126 Commits

Author SHA1 Message Date
Yukino Song
c2bee29b88 Merge pull request #853 from Linx-ESP/master
Update es.json
2025-06-18 00:18:35 +08:00
Linx ESP
e4ebb4d5ab Update es.json 2025-06-17 17:45:36 +02:00
Linx ESP
0944635460 Update es.json 2025-06-17 14:48:39 +02:00
Linx ESP
6ad514cf24 Update es.json
Update es.json
2025-06-17 14:47:34 +02:00
Linx ESP
7a6761b301 Update es.json 2025-06-17 14:45:23 +02:00
Yukino Song
a09c18cf9e Merge pull request #785 from danielmartina/wgc-framerate-fix
Resolve 60 fps lock issue for WGC capture by setting the MinUpdateInterval property of the WGC capture session.
2025-06-07 18:45:04 +08:00
Yukino Song
cd91170442 Nyquist-Shannon 2025-06-07 18:44:04 +08:00
Yukino Song
6c7f07dd5a Auto terminate input only session 2025-06-06 16:59:08 +08:00
Yukino Song
0c3d1b6b06 Try fix #814 2025-06-06 16:56:51 +08:00
Yukino Song
f174c7772c Fix #813 2025-06-06 16:51:23 +08:00
Yukino Song
e15eec1f4e Add .art file export w/ optimize app list page 2025-06-05 21:19:26 +08:00
Yukino Song
0f9e7aa17f WebUI: Support starting apps from local client 2025-06-05 19:44:31 +08:00
Yukino Song
f262852838 Add always use virtual display option for clients 2025-06-05 16:32:13 +08:00
Yukino Song
3e0cbaf2c2 Implement pause/resume commands w/ APOLLO_APP_STATUS envvar 2025-06-05 15:40:03 +08:00
Yukino Song
2795e34e16 Move HDR options out of display device options 2025-06-04 22:52:06 +08:00
Yukino Song
cb74eb63ad Fix boost version for flatpak 2025-06-04 19:05:28 +08:00
Yukino Song
d316b272da Add terminate on pause option for apps (resolves #801) 2025-06-04 19:02:10 +08:00
Yukino Song
e52176707f Fix launching remote input only with UUID 2025-06-03 01:46:44 +08:00
Yukino Song
d5042e4277 Merge pull request #792 from nil-andreas/linux-boost-fix 2025-06-01 10:36:45 +08:00
Andreas Nilsson
246994dabe Fix build problems on Linux 2025-05-31 22:53:48 +02:00
Yukino Song
1e6c8ff4cc Merge pull request #789 from nil-andreas/bump-boost-hash 2025-06-01 04:35:41 +08:00
Andreas Nilsson
26f143fad7 Update Boost hash to version 1.88.0 2025-05-31 20:44:54 +02:00
Yukino Song
1ca19853c2 Fix encoder probing when no display is active 2025-05-31 15:04:06 +08:00
Danim
d293fee801 Set capture_session.MinUpdateInterval for WGC capture
Resolves 60 fps lock issue for WGC capture
2025-05-30 19:15:23 +02:00
Yukino Song
34766201d2 Remove trialing space in process.cpp 2025-05-29 18:00:06 +08:00
Yukino Song
2d0e5c7c4a Enable legacy ordering and client commands by default for newly paired clients 2025-05-29 15:29:40 +08:00
Yukino Song
2f89d85fca Add legacy ordering support toggle for each client 2025-05-28 22:53:22 +08:00
Yukino Song
251ae915a6 Alert for already alphabetized 2025-05-28 22:07:54 +08:00
Yukino Song
d89f3f75d3 Add alphabetize button to app list 2025-05-28 20:41:53 +08:00
Yukino Song
4030680fcc App ordering support for legacy clients 2025-05-28 20:38:27 +08:00
Yukino Song
69d3b7876e Merge remote-tracking branch 'sunshine/master' 2025-05-28 19:54:24 +08:00
Yukino Song
a3e0318794 Validate application/json on server side 2025-05-28 18:01:48 +08:00
Yukino Song
f3d2078b11 Add content-type to sent requests 2025-05-28 14:09:12 +08:00
Yukino Song
b2ec048333 Fix WebUI 2025-05-28 13:47:58 +08:00
ReenigneArcher
356545fa7d refactor(installer/windows): move nsis code (#3915) 2025-05-26 21:23:46 +00:00
dependabot[bot]
883eff5d24 build(deps): bump vue-i18n from 11.1.3 to 11.1.4 (#3910)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) from 11.1.3 to 11.1.4.
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.1.4/packages/vue-i18n)

---
updated-dependencies:
- dependency-name: vue-i18n
  dependency-version: 11.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-26 15:17:13 -04:00
Yukino Song
03194a6fa3 UCRT64 C++15 workaround (closes #753) 2025-05-26 18:10:31 +08:00
Yukino Song
542c4e315b misc 2025-05-26 17:33:00 +08:00
Yukino Song
1e71cc0662 Make clang happy 2025-05-26 17:24:41 +08:00
Yukino Song
a1ecd25700 Bump boost to 1.88.0 2025-05-26 11:37:40 +08:00
Yukino Song
a94e8ec4f9 Merge remote-tracking branch 'sunshine/master' 2025-05-25 19:45:07 +08:00
ReenigneArcher
673e0fa4f4 fix(installer/windows): ensure service_bin is properly quoted (#3904) 2025-05-24 23:34:45 -04:00
ReenigneArcher
3ad90cd7f1 fix(installer/windows): remember service start type (#3902) 2025-05-24 23:40:07 +00:00
dependabot[bot]
ef5253a61d build(deps): bump third-party/build-deps from b567d3c to d60197e (#3900)
build(deps): bump third-party/build-deps from `b567d3c` to `3a4ec78`

Bumps [third-party/build-deps](https://github.com/LizardByte/build-deps) from `b567d3c` to `3a4ec78`.
- [Commits](b567d3c479...3a4ec7840a)

---
updated-dependencies:
- dependency-name: third-party/build-deps
  dependency-version: 3a4ec7840a03fc1d297e943a070cca6c6de5d5b5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-24 19:54:57 +00:00
dependabot[bot]
0bdc9188c3 build(deps): bump vue from 3.5.13 to 3.5.14 (#3881)
Bumps [vue](https://github.com/vuejs/core) from 3.5.13 to 3.5.14.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.5.13...v3.5.14)

---
updated-dependencies:
- dependency-name: vue
  dependency-version: 3.5.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-24 14:41:38 +00:00
dependabot[bot]
ae1ee8fb45 build(deps): bump the lizardbyte-actions group with 2 updates (#3822)
Bumps the lizardbyte-actions group with 2 updates: [LizardByte/homebrew-release-action](https://github.com/lizardbyte/homebrew-release-action) and [LizardByte/update-changelog-action](https://github.com/lizardbyte/update-changelog-action).


Updates `LizardByte/homebrew-release-action` from 2024.1115.14934 to 2025.426.194543
- [Release notes](https://github.com/lizardbyte/homebrew-release-action/releases)
- [Commits](https://github.com/lizardbyte/homebrew-release-action/compare/v2024.1115.14934...v2025.426.194543)

Updates `LizardByte/update-changelog-action` from 2024.919.152649 to 2025.426.173858
- [Release notes](https://github.com/lizardbyte/update-changelog-action/releases)
- [Commits](https://github.com/lizardbyte/update-changelog-action/compare/v2024.919.152649...v2025.426.173858)

---
updated-dependencies:
- dependency-name: LizardByte/homebrew-release-action
  dependency-version: 2025.426.194543
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: lizardbyte-actions
- dependency-name: LizardByte/update-changelog-action
  dependency-version: 2025.426.173858
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: lizardbyte-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-24 13:41:55 +00:00
Clutchnp
5e049e3c61 build(cmake): export compile commands (#3894) 2025-05-23 23:49:09 -04:00
ReenigneArcher
9effeba5fe ci(homebrew): fix python for macOS-13 (#3899) 2025-05-23 22:16:24 -04:00
Andy Grundman
3092471be5 fix(rtp): improve timestamp accuracy for video (#3883)
Instead of using now() when the RTP packet is created, use the earlier packet->frame_timestamp that we're already collecting for host latency stats. This timestamp is more accurate to when we captured the frame, and the same timestamp value is shared by all RTP packets that make up the same video frame. Duplicate frames without capture timestamps use the ratecontrol timestamp.
2025-05-21 19:56:41 -04:00
Yukino Song
6571c11098 Various webui fix
fixes #742
Add save button for reordering instead of auto saving
2025-05-21 00:44:38 +08:00