poprox24
5eac7fa6a9
Add a regenerate impostor button ( #1057 )
...
* Refresh the avatar dialog when impostor is deleted
* Adds a regenerate impostor button
This feature adds a button to regenerate an impostor, to save a few clicks
* Reload dialog after creating the impostor again to add a bit of delay for reloading
* Changed the icon to the refresh icon
2025-01-09 12:42:38 +13:00
Thomas
13ab45fcec
Added conditions to VR overlay notifications + refactor. ( #1043 )
2024-12-22 11:15:18 +13:00
Natsumi
fa2644a6fe
Properly delete v2 notifications on error, VRC cache min size 30gb
2024-12-16 20:31:05 +13:00
Natsumi
109753b3fd
Fix PR conflicts, moderation actions, export local favorites
2024-12-12 16:54:39 +13:00
pa
d078711075
i18n: add zh-cn and ja-jp translations for API error messages ( #1022 )
...
Co-authored-by: Natsumi <11171153+Natsumi-sama@users.noreply.github.com >
2024-12-12 15:53:39 +13:00
pa
615f3e1703
i18n: add Chinese and Japanese language support for message ( #1018 )
2024-12-12 15:51:01 +13:00
pa
053fe5d6f4
[i18n] localized ja ( #1009 )
2024-12-07 20:11:37 +13:00
Assault1892
cd9729ef38
Update JP Translation ( #964 )
...
* maybe
* Impostorの表記揺れを修正
「インポスター」に統一
* Privateの表記揺れを修正
Private→プライベートに統一
もしかしたらUIが一部ズレるかも、その場合は「プラベ」に短縮か?
* テーマ名を翻訳
Dark Vanilla, Dark Vanilla (old)
もしかしたら戻すかも
* Memo Nicknamesを翻訳
UI崩れるかも
* ノート/メモ系を翻訳
2024-11-12 11:41:14 +13:00
Natsumi
e69787e989
friendLog full date
2024-11-05 23:25:05 +13:00
Natsumi
64947e57cb
Remove VRCX Auto Install
...
Most people get hit with a UAC prompt that will either lock them out of their overlay or timeout leaving VRCX closed.
2024-10-30 15:52:31 +13:00
Natsumi
b5f4f0a30a
Lower amount of user requests on state changes
...
remove pending offline option
2024-10-22 11:05:02 +13:00
Assault1892
d910f9a26e
update jp translation ( #865 )
...
* feat: update translation
* fix: update jp translation
* feat: update
* feat: 📝 partially updated to jp
* update jp translation
* 公式日本語に沿って更新
* 自然な文章へ更新
* disclaimer2をREADMEと共通文章へ変更
* VRChatの日本語翻訳に合わせて変更 & 一部文章を自然に
* タグを公式日本語と同じものに変更
* インスタンスタイプ名の翻訳ミスを修正
Friends → フレンド
* notification内user_groupの翻訳抜けを修正
* note_export/description4のテキストを修正
* config_json/description2のテキストを修正
* Local World Persistenceを翻訳
* side_panel , friend_log の翻訳を更新
2024-10-11 16:38:58 +13:00
Kyler Li
2cc42d48a9
add option to hide unfriends from friend log ( #916 )
...
* add option to hide unfriends from friend log
* hide unfriends from user dialog and hide notification dot on unfriend
2024-09-14 21:05:21 +12:00
Kyler Li
4a92cc8619
rework sort, clean up old sort settings, and refactor badly named friend groups ( #913 )
...
* rework sort, clean up old sort settings, and refactor badly named friend groups
* switch sorting to user selected dynamic number of methods
2024-09-14 21:04:48 +12:00
y.takahashi
c333f165e4
Fix a small error in Japanese translation ( #901 )
2024-09-11 08:38:29 +12:00
Natsumi
3d4f01135e
crowdin updates
2024-08-21 09:11:36 +12:00
Lily
9806856088
Update Dark Vanilla Theme ( #867 )
...
* Add theme option for Dark Vanilla v1.7
* Update localization strings
* Updated theme: Dark Vanilla to v2.0
* Changed font + added missed elements
2024-08-13 20:27:36 +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
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
Kito Yuta
244735bb20
Update JP Translation ( #700 )
...
* fix: 📝 一部の表現を修正 & アップデート
* feat: 📝 update
* feat: 📝 アップデート & 表記ゆれ修正
「ロール」と「役職」の表記ゆれを修正、「ロール」に統一
* fix: 📝 一部表記修正
* feat: 📝 アップデート
* fix: 📝 一部表現を修正
* fix: 📝 微妙に表現を修正
* feat: 📝 update
* fix: 更新
2023-12-24 08:05:52 +13:00
Ethan Cordray
2e9db3153d
NET 8 Upgrade ( #687 )
...
* Initial .NET8 Upgrade
* Initial GitHub Actions Cleanup
* Fix Desktop Notifications
* Fix throw warning
* Upgrade vunerable transative nuget packages
* Fix warnings with registry overflow
* Adjust async/await usage for configRepository
* Fix TTS voice name and app auto start
* Install .NET 8 with setup
I regret NSIS
* Remove no longer needed System/MS references (included in dotnet sdk)
* Surpress stackalloc in loop warning, that code scares me.
* Removed unused SharpDX packages
* Ignore WebClient warning, hopefully this project doesn't move past NET 8
* Fixed terrifying code
* GenerateAssemblyInfo
* Trimmed editor config to only silence warning.
* Fix open webpage
* Fix updater
---------
Co-authored-by: DubyaDude <ushafiq141@gmail.com >
Co-authored-by: Natsumi <cmcooper123@hotmail.com >
2023-11-22 01:41:57 +13:00
Kito Yuta
7d394a228d
fix: 📝 update translation ( #667 )
...
and Fixed unintended changes overwritten by Crowdin
2023-10-28 00:30:13 +13:00
Nekromateion
90276f410b
Update UI to match VRChats range ( #677 )
...
Update all language files to match the range for Cache Expiry that VRChat allows.
2023-10-27 23:56:24 +13:00
Kamiya
1765b049fb
Localization: Sync with Crowdin (2023-10-04T11:25:43Z) ( #659 )
...
* chore: crowdin sync
* chore: update unapproved
* chore: update localizations
2023-10-05 09:16:05 +13:00