Davitekk
|
cb22f4a59c
|
Update bsm-icon.component.tsx
|
2024-12-29 16:14:11 +01:00 |
|
Davitekk
|
f01638dc1d
|
Update zh.json
|
2024-12-29 15:32:39 +01:00 |
|
Davitekk
|
882bc707ce
|
Update zh-tw.json
|
2024-12-29 15:30:33 +01:00 |
|
Davitekk
|
b4d6ca715b
|
Update ru.json
|
2024-12-29 15:25:54 +01:00 |
|
Davitekk
|
f7d154bf47
|
Update ko.json
|
2024-12-29 15:23:36 +01:00 |
|
Davitekk
|
cbc2a25f46
|
Update ja.json
|
2024-12-29 15:22:41 +01:00 |
|
Davitekk
|
493d2627e0
|
Update fr.json
|
2024-12-29 15:22:00 +01:00 |
|
Davitekk
|
b28ae49255
|
Update es.json
|
2024-12-29 15:21:17 +01:00 |
|
Davitekk
|
1c40b411c9
|
Update en.json
|
2024-12-29 15:20:24 +01:00 |
|
Davitekk
|
7272d41f5c
|
Update de.json
|
2024-12-29 15:18:58 +01:00 |
|
Davitekk
|
cc21992f14
|
Update it.json
|
2024-12-29 15:17:49 +01:00 |
|
Davitekk
|
74b13eb5c8
|
File 100% translated
|
2024-12-29 15:10:45 +01:00 |
|
Davitekk
|
3c1b1f72d4
|
Add files via upload
|
2024-12-28 13:17:24 +01:00 |
|
Davitekk
|
492e777fa2
|
Update it.json
|
2024-12-27 18:09:34 +01:00 |
|
Davitekk
|
6a70c432db
|
Create it.json
|
2024-12-27 18:09:00 +01:00 |
|
MathieuG-P
|
8a8977737f
|
Merge pull request #704 from GoldJohnKing/feat/702-respect-system-proxy-windows
feat: respect system proxy settings on Windows platform
|
2024-12-26 22:42:20 +01:00 |
|
MathieuG-P
|
b0b52f437f
|
Merge pull request #716 from Zagrios/chore/reimplement-login-with-meta
[chore] reimplement login with meta
|
2024-12-26 22:12:30 +01:00 |
|
MathieuG-P
|
cda8a8a3f3
|
[chore] reimplement login with meta
|
2024-12-26 22:03:23 +01:00 |
|
Gold John King
|
d09fbb090c
|
remove redundant strings entries of system proxy module
|
2024-12-24 23:13:18 +08:00 |
|
Gold John King
|
3c1faf8259
|
switching proxy enable/disable does not require app restart anymore
|
2024-12-24 23:12:21 +08:00 |
|
Gold John King
|
ce89532f3d
|
move proxy-helper init entry to main.ts for earlier init
so it can make earlier connections go through proxy as well
|
2024-12-24 22:46:30 +08:00 |
|
Gold John King
|
4eb8c06706
|
add multilingual translation for system proxy, fix mis-spelled words
|
2024-12-24 22:43:04 +08:00 |
|
Gold John King
|
aed34e67a3
|
Merge branch 'master' into feat/702-respect-system-proxy-windows
|
2024-12-24 19:53:21 +08:00 |
|
Gold John King
|
a12cefe45a
|
Merge branch 'master' into feat/702-respect-system-proxy-windows
|
2024-12-24 19:52:46 +08:00 |
|
Gold John King
|
68c174c29b
|
Add toggle-able system proxy setting
|
2024-12-24 19:52:22 +08:00 |
|
MathieuG-P
|
8eec1fe611
|
use useMemo instead of a useEffect/useState
|
2024-12-23 15:40:21 +01:00 |
|
Gold John King
|
9e9fc14e2b
|
optimize as suggested
|
2024-12-23 18:24:00 +08:00 |
|
Gold John King
|
57b7ee00a1
|
Remove winreg package, clean up package-lock.json
|
2024-12-23 18:11:43 +08:00 |
|
Gold John King
|
2c0b33f2e6
|
refactor: using regedit-rs instead of winreg
|
2024-12-23 17:02:45 +08:00 |
|
MathieuG-P
|
972794ddca
|
Merge pull request #707 from silentrald/feat/706
[feat-706] show DepotDownloader missing executable error
|
2024-12-23 09:44:28 +01:00 |
|
MathieuG-P
|
5cfb2d901c
|
Merge pull request #708 from silentrald/feat/proton-logs
[feat] add proton logs in advance launch settings for linux
|
2024-12-23 09:36:46 +01:00 |
|
MathieuG-P
|
e6e49865da
|
[chore] tippy to default theme and placement to top
|
2024-12-23 09:31:21 +01:00 |
|
Gold John King
|
675ae26287
|
Merge remote-tracking branch 'origin/master' into feat/702-respect-system-proxy-windows
|
2024-12-23 16:27:50 +08:00 |
|
MathieuG-P
|
c608806cfb
|
Merge pull request #710 from silentrald/chore/issue-reporting
[chore] added instruction for adding logs in issue template
|
2024-12-23 09:20:38 +01:00 |
|
silentrald
|
6b5ccfe08b
|
[translation] added translation for proton logs
|
2024-12-23 08:48:00 +08:00 |
|
silentrald
|
cb755215b5
|
[feat] changed proton logs tippy text
* fixed issue with translation code where strings with "[]" characters throws an error
|
2024-12-23 08:34:51 +08:00 |
|
silentrald
|
a54f81de42
|
[feat] add proton logs in advance launch settings for linux
|
2024-12-23 08:32:18 +08:00 |
|
silentrald
|
08a8349d22
|
[chore] added instruction for adding logs in issue template
* disabled submitting blank issues
|
2024-12-23 07:50:08 +08:00 |
|
MathieuG-P
|
a3503a1985
|
Merge pull request #709 from Zagrios/chore/rework-advanced-launch
Chore/rework advanced launch
|
2024-12-22 16:49:39 +01:00 |
|
MathieuG-P
|
a45af5baee
|
[feat] add editor launch option
|
2024-12-22 16:28:33 +01:00 |
|
MathieuG-P
|
35d1623e8b
|
and
|
2024-12-22 15:37:36 +01:00 |
|
MathieuG-P
|
44e4889913
|
and
|
2024-12-22 15:37:01 +01:00 |
|
MathieuG-P
|
6196396060
|
and
|
2024-12-22 15:23:49 +01:00 |
|
MathieuG-P
|
3efcd40cdc
|
[chore] rework advanced launch
|
2024-12-21 17:46:34 +01:00 |
|
silentrald
|
d74ba720f1
|
[translation-706] added translation
|
2024-12-21 21:33:09 +08:00 |
|
silentrald
|
2fef88c70e
|
[feat-706] show DepotDownloader missing executable error
|
2024-12-21 21:12:04 +08:00 |
|
MathieuG-P
|
8776b036af
|
Merge pull request #664 from LiamillionSS/feat/663
[feat/663] Option to launch BS without SteamVR
|
2024-12-21 13:48:47 +01:00 |
|
MathieuG-P
|
5a9d2879e8
|
Merge pull request #703 from silentrald/bugfix/linux-icons
[wiki] added guide to fix missing in-game icons in linux
|
2024-12-21 13:40:04 +01:00 |
|
MathieuG-P
|
33632ee6b3
|
Merge pull request #691 from silentrald/feat/blacklist-shared-folders
[feat] added blacklist for shared folders
|
2024-12-19 21:48:25 +01:00 |
|
MathieuG-P
|
38f8103040
|
Add tooltip to the trash buttons + fix tooltips not working on link buttons
|
2024-12-19 21:39:44 +01:00 |
|