Regalia
749153021f
Set EnableWindowsTargeting to true ( #858 )
...
This permits .NET to download the Windows targeting packs, which enables VRCX development on Linux.
It's not recommended to build the Windows apps with Linux though, so actual release builds should likely stick with Windows CI/CD, as per Microsoft:
> This property is currently recommended to allow development on non-Windows platforms. But when the application is ready to be released, it should be built on Windows. When building on a non-Windows platform, the output may not be the same as when building on Windows. In particular, the executable is not marked as a Windows application (which means that it will always launch a console window) and won't have an icon embedded.
https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#enablewindowstargeting
2024-08-05 11:06:38 +12:00
Nekromateion
fe6109d599
Fix Auto Accept Invite Requests ( #857 )
2024-08-05 11:06:33 +12:00
BlueOvi
1f41fb4845
Update Spanish localization ( #851 )
...
* Update en.json
Missing lines added, translation of some of them
* Update en.json
* Update en.json
* Update en.json
Incorrect translations fixed
* Update en.json
Updating the file to date (pending translation)
* Update Spanish en.json
10/06/2024
Add new lines, fixed translations.
* Update en.json
* Update en.json
* Update en.json
* Update en.json
* Update en.json
2024-08-05 11:06:26 +12:00
Assault1892
145e402f34
Update JP Translation ( #854 )
...
* feat: update translation
* fix: update jp translation
* feat: update
* feat: 📝 partially updated to jp
* update jp translation
* 公式日本語に沿って更新
* 自然な文章へ更新
* disclaimer2をREADMEと共通文章へ変更
* VRChatの日本語翻訳に合わせて変更 & 一部文章を自然に
2024-08-05 11:06:19 +12:00
Regalia
df49805194
Refactors and bugfixes for install-vrcx.sh ( #856 )
2024-08-01 19:38:36 +12:00
Natsumi
5f214ef42a
v2024.07.29
2024-07-29 04:26:54 +12:00
Natsumi
181c8feb4a
Fix table sorting bug
2024-07-29 04:26:22 +12:00
Natsumi
749f5355e2
Update Cef to 126.2.180
2024-07-26 10:19:27 +12:00
Natsumi
37bd128908
Fix desktop/VR detection on VRC open beta
2024-07-26 10:19:21 +12:00
guerryer
21181f0b55
Update install-vrcx.sh ( #849 )
2024-07-25 21:33:59 +12:00
Natsumi
14e13c9298
Last join fixes
2024-07-22 21:37:05 +12:00
Natsumi
a7a4a819f5
Local avatar favs import, export and search
2024-07-22 21:36:59 +12:00
Nekromateion
652783c81d
Add unlimited local avatar favs ( #845 )
...
* Add unlimited local avatar favs
Implement unlimited local avatar favs with VRC+ requirement.
* Reflect avatar fav changes in translations
Modify translation files to use the same string used for world favs since it's the same now.
* Local avatar fav UI behaviour changes
* Add select avatar button to avatar favs
* Disable select avatar button if already wearing it
2024-07-22 21:36:33 +12:00
Nekromateion
4f336195f0
Fix ScreenshotMetadata drag drop ( #843 )
...
Provide the full path to dragEnterCef instead of only the file name.
2024-07-22 21:36:22 +12:00
Natsumi
85cea30e77
Last time joined instance timer
2024-07-17 10:58:56 +12:00
Natsumi
e26aed5c6a
Proxy settings
2024-07-17 10:31:18 +12:00
Natsumi
a4d03c7e00
Add proxy from launch argument to WebApi
...
Co-authored-by: Nekromateion <43814053+Nekromateion@users.noreply.github.com >
2024-07-17 06:42:33 +12:00
Nekromateion
8740905a08
Implement proxy-server launch argument
...
Grab proxy-server from launch arguments to match chromium getting it.
2024-07-17 06:40:58 +12:00
Natsumi
782c2cdd9e
Never expire cookies
2024-07-17 06:40:32 +12:00
Natsumi
230ee7d160
Remove booping
2024-07-17 06:40:32 +12:00
Nekromateion
59e3d26a0d
Add image resizing to LegacyImageUpload ( #836 )
2024-07-17 06:39:55 +12:00
Usman Shafiq
af0d2bc986
Add try-catch to desktop notification ( #839 )
2024-07-17 06:39:48 +12:00
Usman Shafiq
48ea06758e
Upgrade nuget packages ( #840 )
2024-07-17 06:39:41 +12:00
Natsumi
697cda4674
Revert "Sidebar all favorites toggle" - causes UI crash
...
This reverts commit e848f2549fd1ec0d1c125893cc796f3a7d7b06a7.
2024-06-30 05:58:52 +12:00
Natsumi
8293de6a37
Fix switch to same avatar event
2024-06-30 05:58:46 +12:00
Natsumi
d1ef6403b9
Fix crash from CurrentUserGroups
2024-06-30 05:58:36 +12:00
Natsumi
6ee6c83291
Fix bulk unfriend fix causing UI to crash
2024-06-28 08:33:39 +12:00
Natsumi
98f009cbd9
Fixes
2024-06-28 08:33:33 +12:00
Natsumi
179c6ffac2
Revert "Cef 126.2.70"
...
This reverts commit 8cb80c6b44 .
2024-06-28 08:33:28 +12:00
Natsumi
8cb80c6b44
Cef 126.2.70
2024-06-27 08:48:56 +12:00
Natsumi
ddd064076a
Touch ups
2024-06-27 08:48:50 +12:00
Myrkur
d5ef12a99b
auto reinstall of vc redist when CEF dies in a expected way ( #835 )
2024-06-27 00:10:05 +12:00
EbonCorvin
880cfe963f
Allow user to review bulk unfriend list before processing ( #834 )
...
Co-authored-by: EbonCorvin <{ID}+{username}@users.noreply.github.com >
2024-06-26 23:30:08 +12:00
EbonCorvin
a97af6bb4e
Fix the bug of checked checkbox would remain checked on the friends at the same position after turned to the other page ( #833 )
...
Co-authored-by: EbonCorvin <{ID}+{username}@users.noreply.github.com >
2024-06-26 23:29:57 +12:00
Nekromateion
873c1d38f0
Automatically resize images to fit limits ( #831 )
...
Resize images for Avatars, Worlds, Gallery, Icons and Emojis when uploading if it exceeds VRChats limits (2000 pixels in any dimension and 10MB file size).
2024-06-26 23:29:46 +12:00
ShanaNyaa
3ab1cf1d48
Update flags to support Bahasa Melayu language ( #816 ) ( #829 )
...
Update Malaysia flag to support Bahasa Melayu language
2024-06-26 23:29:36 +12:00
Regalia
6151ebb232
Defensively swap install-vrcx.sh to use curl ( #828 )
2024-06-26 23:29:23 +12:00
Regalia
c18701029c
Bump Linux Install Script version ( #825 )
2024-06-26 23:29:09 +12:00
Nekromateion
043ad5ed59
Prevent auto invite attempts when not allowed to ( #820 )
...
* Prevent auto invite attempts when not allowed to
Prevent the application from trying to auto invite the user to the instance when the local user does not have permissions to invite to the instance.
* Add try catch to auto invite block
Add try catch to auto invite block to prevent error messages from popping up when they shouldn't
2024-06-26 23:28:54 +12:00
BlueOvi
c63bd5da00
Update Spanish localization ( #819 )
...
* Update en.json
Missing lines added, translation of some of them
* Update en.json
* Update en.json
* Update en.json
Incorrect translations fixed
* Update en.json
Updating the file to date (pending translation)
* Update Spanish en.json
10/06/2024
Add new lines, fixed translations.
* Update en.json
* Update en.json
2024-06-26 23:28:39 +12:00
Sergey004
b11dd5009b
Update ru_RU localization ( #815 )
...
* Posts? localizated
* Translation of the posts section into Russian
* "Посты" (Posts) to "Объявления" (Announcements)
* Grammar fix
* Update localization ru_RU
* Update localization ru_RU
* Add new string
* Update localization ru_RU( (synchronized with crowdin)
* Update localization ru_RU (synchronized with crowdin)
* Update localization ru_RU
* Update localization ru_RU
* Update localization for ru_RU
* Update en.json
* Update localization for ru_RU
* Update ru_RU localization
* Update ru_RU localization
* Update ru_RU localization
* Update ru_RU localization
* Update ru_RU localization
* Merge branch 'master' of https://github.com/Sergey004/VRCX
* Update ru_RU localization
* Update ru-RU localization
* Update ru-RU localization
* Update ru-RU localization
* Small fix
* Update ru-RU localization
* Update ru_RU localization
* Edit
* Update ru_RU localization
2024-06-26 23:28:16 +12:00
Natsumi
5ff24ebe9b
Small fixes
2024-06-26 23:27:52 +12:00
Natsumi
a1118ff43d
Sidebar all favorites toggle
2024-06-26 23:27:48 +12:00
Natsumi
73a9803abd
Fix VRCX auto updater
2024-06-26 23:27:43 +12:00
Natsumi
bfe6d9b3fb
Fix group audit logs and add filters
2024-06-15 20:46:50 +12:00
Natsumi
fe12f615ba
Update Cef 125.0.210, fix PerformanceCounter bugs
2024-06-15 20:46:43 +12:00
Natsumi
2d13d97ae4
v2024.06.12
2024-06-12 11:17:45 +12:00
Natsumi
f6329b2cfb
Capitalize zh_CN
2024-06-12 11:17:45 +12:00
Natsumi
b15e1bb830
Small fixes
2024-06-12 08:40:30 +12:00
flower_elf
c91ba8547b
chore: Update localization for zh-CN ( #805 )
2024-06-12 08:39:59 +12:00