Commit Graph

2508 Commits

Author SHA1 Message Date
Yukino Song
e6e8e8d056 Shorten the feed-dog interval 2024-08-29 01:06:51 +08:00
Yukino Song
166a079112 Fix the ambiguous place where "find cover" places
Fix #18
2024-08-29 00:44:32 +08:00
Yukino Song
36b1a15676 Fix security risk in pairing process w/ add device name for OTP pair 2024-08-28 23:52:02 +08:00
Yukino Song
096e8ac62f Fix #12 2024-08-28 04:29:26 +08:00
Yukino Song
184f5d8af0 Save device correctly when pairing with OTP 2024-08-28 04:26:59 +08:00
Yukino Song
f999f3364b Update version check logic 2024-08-28 03:05:10 +08:00
Yukino Song
b8d3ebb248 Implement OTP page in config
a
2024-08-28 03:05:09 +08:00
Yukino Song
86e707618f Add the missing colon 2024-08-27 21:50:30 +08:00
Yukino Song
420bf13e88 Merge remote-tracking branch 'origin/master' 2024-08-27 21:47:20 +08:00
Yukino Song
70fbd26906 Add server one time pin support to nvhttp 2024-08-27 21:36:45 +08:00
ReenigneArcher
34054a20e1 chore(l10n): update translations (#3082) 2024-08-26 20:42:34 -04:00
Cameron Gutman
3976b63ee8 fix(win/input): fix false warnings about missing ViGEmBus (#3097) 2024-08-26 14:41:17 +00:00
Vithorio Polten
45265fb103 fix(macos/linux): import boost headers normally (#3096) 2024-08-26 09:27:23 -04:00
Cameron Gutman
88ce5077b0 fix(mdns): don't hardcode mDNS instance name (#3084) 2024-08-25 19:20:33 -04:00
Cameron Gutman
f048510ef7 fix(nvhttp): wrap TLS socket to ensure graceful closure (#3077) 2024-08-25 17:52:48 -04:00
ReenigneArcher
e15fd551b7 docs(readme): update backage url (#3091) 2024-08-25 10:58:23 -04:00
ReenigneArcher
bf92fda969 fix(linux): enable lowlatency mode for AMD (#3088) 2024-08-25 10:50:51 -04:00
ReenigneArcher
ddd67ce01d build(docker): update dockerfiles (#3085) 2024-08-24 22:39:48 -04:00
ReenigneArcher
6593fa5d61 feat: add publisher metadata (#3080) 2024-08-24 20:14:45 -04:00
Yukino Song
19630a9cb5 Pin current display when monitors are added/removed 2024-08-24 16:40:19 +08:00
Yukino Song
ad42ef4131 Make config page navbar less wide 2024-08-24 07:30:07 +08:00
Yukino Song
29e20eb02d Correctly exit from web request 2024-08-24 05:53:33 +08:00
Yukino Song
94e0542157 Ignore line ending change in version generation 2024-08-24 04:35:47 +08:00
Yukino Song
a07b4db834 Update README 2024-08-24 04:28:49 +08:00
Yukino Song
7d55bd6d18 Update README 2024-08-24 04:09:15 +08:00
Yukino Song
9c489aefc0 Merge remote-tracking branch 'origin/master' 2024-08-24 04:03:59 +08:00
Yukino Song
276a0496a8 Add option to quit Apollo from webpage w/ hide tray menu controls 2024-08-24 04:01:38 +08:00
Yukino Song
e06e1429fa Add pause to tools 2024-08-24 02:23:45 +08:00
dependabot[bot]
c9f853dc09 build(deps): bump packaging/linux/flatpak/deps/shared-modules from 29a1c08 to d88a915 (#3074)
build(deps): bump packaging/linux/flatpak/deps/shared-modules

Bumps [packaging/linux/flatpak/deps/shared-modules](https://github.com/flathub/shared-modules) from `29a1c08` to `d88a915`.
- [Commits](29a1c08976...d88a9156b9)

---
updated-dependencies:
- dependency-name: packaging/linux/flatpak/deps/shared-modules
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-23 09:17:48 -04:00
dependabot[bot]
d86bff0bc5 build(deps): bump vue from 3.4.32 to 3.4.38 (#3019)
Bumps [vue](https://github.com/vuejs/core) from 3.4.32 to 3.4.38.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/v3.4.38/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.4.32...v3.4.38)

---
updated-dependencies:
- dependency-name: vue
  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>
2024-08-22 22:03:06 -04:00
dependabot[bot]
1c82434345 build(deps): bump vue-i18n from 9.13.1 to 9.14.0 (#3046)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.13.1 to 9.14.0.
- [Release notes](https://github.com/intlify/vue-i18n-next/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n-next/commits/v9.14.0/packages/vue-i18n)

---
updated-dependencies:
- dependency-name: vue-i18n
  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>
2024-08-22 21:02:13 -04:00
ReenigneArcher
82ad648281 build(cmake): remove v prefix from version number (#3067) 2024-08-22 20:08:55 -04:00
ns6089
764ce03520 feat(tests): rework tests in numerous ways (#3059) 2024-08-22 16:48:24 -04:00
Yukino Song
8bbd64f025 Migrate installer to Apollo 2024-08-23 02:35:31 +08:00
dependabot[bot]
3088823ffc build(deps): bump third-party/inputtino from f8f5a81 to 5d4b8b2 (#3053)
Bumps [third-party/inputtino](https://github.com/games-on-whales/inputtino) from `f8f5a81` to `5d4b8b2`.
- [Commits](f8f5a814cb...5d4b8b23f0)

---
updated-dependencies:
- dependency-name: third-party/inputtino
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-22 14:11:02 -04:00
Yukino Song
88a3cfd7a5 Merge remote-tracking branch 'origin/master' into vdisplay 2024-08-22 22:23:33 +08:00
Yukino Song
fcbd86398a Merge remote-tracking branch 'Nonary/gpu_selection_fix_v2' into vdisplay 2024-08-22 22:11:09 +08:00
ns6089
0164be613e feat(cmake): use symlink/junction for shaders in build dir (#3013) 2024-08-22 09:14:33 -04:00
Yukino Song
1653c06a98 Fix tray 2024-08-22 00:17:45 +08:00
Yukino Song
68459b511d Fix password 2024-08-21 23:51:22 +08:00
Yukino Song
8db50446a7 Support headless mode 2024-08-21 23:39:41 +08:00
ReenigneArcher
0a6abb76ab fix(packaging/rpm): setcap with filelist (#3050) 2024-08-21 07:36:43 -04:00
Yukino Song
c071e4ae12 Fix uninitialized scale_factor 2024-08-21 01:43:10 +08:00
Yukino Song
e02e2e4d2c Properly terminate the running app when saving apps 2024-08-21 00:58:06 +08:00
Yukino Song
2fb4ec1931 Add per-app resolution scale config 2024-08-21 00:47:55 +08:00
Yukino Song
f2401c08f7 Set render adapter for virtual display driver w/ show detailed virtual display driver status on config 2024-08-21 00:06:41 +08:00
ReenigneArcher
9d42b935ab chore(l10n): update translations (#2910) 2024-08-20 11:12:24 -04:00
ReenigneArcher
8d994b980f fix(packaging): use project version for cpack package version (#3051) 2024-08-20 10:09:50 -04:00
Yukino Song
0f6d9ba66e Merge remote-tracking branch 'origin/master' into vdisplay 2024-08-20 19:27:45 +08:00
Yukino Song
8fa306d51c Finalize scale factor implementation 2024-08-20 19:24:03 +08:00