Commit Graph

3190 Commits

Author SHA1 Message Date
Natsumi
5b4e060d6c Fix applying VRCX metadata to photos 2025-07-24 21:37:54 +12:00
Natsumi
a6aa87b150 Formatting fixes 2025-07-24 21:37:54 +12:00
Natsumi
2e4c1fc4c5 Add popcorn palace thumbnail url 2025-07-24 21:37:54 +12:00
Natsumi
957767ddcd Fix saving autoStateChangeNoFriends 2025-07-24 21:37:53 +12:00
osiris-plus
260854d538 Improve 'Previous Instances' grouping behavior (#1305)
* Group user's previous instances by location AND calendar dates for better clarity

* date grouping in local timezone instead of UTC

* prevent zero-time records due to OnPlayerJoined and OnPlayerLeft happening on different calendar days

* fix deleteGameLogUserInstance behavior to be consistent with new history grouping

* change 'previous instances' algorithm

group multiple events together into single session record, even if rejoins occur within 1 hour on the same instance
delete button also deletes all related gamelog_join_leave events correctly by their id

* replace questionable condition with proper one
2025-07-24 21:37:41 +12:00
flower_elf
c4533fd9d0 chore(i18n): Update localization files (#1303)
* chore(i18n): Update Chinese Simplified localization

* chore(i18n): Update almost localization files

* chore(i18n): fix typo
2025-07-22 17:00:03 +12:00
osiris-plus
b9db3d92af fix path.join failing due to undefined process.env.DOTNET_ROOT (#1306) 2025-07-22 16:59:52 +12:00
rs189
b25e264171 fix: test bundle ovr lib 2025-07-22 01:54:00 +12:00
pa
e2b1948159 feat: add jest testing for utility functions 2025-07-22 01:53:53 +12:00
Natsumi
b9b0cebd7f Misc fixes 2025-07-22 01:53:48 +12:00
pa
4fd898d84d fix: playerlist table remains after the game closes 2025-07-21 23:35:53 +12:00
pa
73bfc3d4dc fix: saveVRCXWindowOption 2025-07-21 13:50:13 +12:00
pa
98765ccffc refactor: vr.js 2025-07-20 18:11:20 +12:00
Natsumi
eaeadb9cc3 Fix custom CSS 2025-07-19 16:31:24 +12:00
Natsumi
d26a05b02b Fix group member fetching 2025-07-19 16:31:24 +12:00
Natsumi
e65c93a07c Restore friend order from API 2025-07-19 12:48:17 +12:00
Natsumi
668a75af1d Linux minimize at startup tooltip 2025-07-19 12:38:23 +12:00
pa
6b84d7444b fix: dialog types error 2025-07-19 12:12:16 +12:00
pa
b23687430e fix: debug with type error checks 2025-07-19 12:12:15 +12:00
pa
0e50a67c25 refactor: add type definitions for API responses 2025-07-19 12:12:15 +12:00
pa
342850dc7e refactor: src/types 2025-07-19 12:12:14 +12:00
pa
39381de29e fix: debug with type error checks 2025-07-19 12:12:14 +12:00
5f32797a
6d693e278c feat: Add Thai localization to support Thai-speaking community (#1294)
* thai Localization

* Update Thai localization in README.th.md for clarity and consistency, including image source changes and minor text adjustments.
2025-07-19 12:10:02 +12:00
Yingxue
3bb8b52eb8 Update src\localization\zh-CN\en.json (#1293)
* 补全中文翻译 Complete Chinese translation

* 继续补全中文翻译
Continue to complete the Chinese translation

* Update src\localization\zh-CN\en.json

* Update src\localization\zh-CN\en.json
2025-07-19 12:09:36 +12:00
rs189
a2dc6ba9a4 Linux: SteamVR overlay support (#1299)
* fix: open folder and select item on linux

* feat: linux wrist overlay

* feat: linux hmd overlay

* feat: replace unix sockets with shm on linux

* fix: reduce linux wrist overlay fps

* fix: hide electron offscreen windows

* fix: destroy electron offscreen windows when not in use

* fix: open folder and select item on linux

* feat: cpu, uptime and device monitoring on linux

* feat: native wayland gl context with x11 fallback on linux

* fix: use platform agnostic wording for common folders

* fix: crash dumps folder button on linux

* fix: enable missing VR notification options on linux

* fix: update cef, eslint config to include updated AppApiVr names

* merge: rebase linux VR changes to upstream

* Clean up

* Load custom file contents rather than path

Fixes loading custom file in debug mode

* fix: call SetVR on linux as well

* fix: AppApiVrElectron init, properly create and dispose of shm

* Handle avatar history error

* Lint

* Change overlay dispose logic

* macOS DOTNET_ROOT

* Remove moving dotnet bin

* Fix

* fix: init overlay on SteamVR restart

* Fix fetching empty instance, fix user dialog not fetching

* Trim direct access inputs

* Make icon higher res, because mac build would fail 😂

* macOS fixes

* will it build? that's the question

* fix: ensure offscreen windows are ready before vrinit

* will it build? that's the question

* will it build? that's the question

* meow

* one, more, time

* Fix crash and overlay ellipsis

* a

---------

Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2025-07-19 12:07:43 +12:00
pa
53723d37b0 fix: autoDeleteOldPrints and saveInstancePrints 2025-07-16 07:32:16 +12:00
Natsumi
0ab0378678 Fix select avatar 2025-07-16 07:32:16 +12:00
pa
4b7ebfc1eb fix uncaught errors 2025-07-15 12:00:50 +12:00
pa
64cc1455ea fix uncaught errors 2025-07-15 12:00:49 +12:00
Natsumi
a8b2dadeda Fix database upgrade 2025-07-15 09:52:43 +12:00
Natsumi
fcfb9c6193 user types 2025-07-15 09:52:43 +12:00
pa
6fb2ad158e fix uncaught errors 2025-07-15 06:37:30 +12:00
pa
b5b962b198 clean 2025-07-15 06:37:29 +12:00
pa
f53eed46cd fix uncaught errors 2025-07-15 06:37:01 +12:00
Natsumi
ee37517b2d Fix bulk leave groups 2025-07-14 17:11:57 +12:00
pa
c65cc29cd4 fix initWebsocket uncaught 2025-07-14 17:11:52 +12:00
rs189
b6bc2cf202 Linux: fix open folder and select item (#1288)
* fix: open folder and select item on linux

* fix: crash dumps folder button on linux

* Rename AppData

---------

Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2025-07-14 15:54:41 +12:00
プリン
ee49e8897b Add & Fix Ja localization (#1279) 2025-07-14 15:42:43 +12:00
rs189
40861ef120 feat: download and include dotnet runtime in the appimage on linux (#1289) 2025-07-14 15:42:36 +12:00
pa
f4f78bb5ec refactor: app.js (#1291)
* refactor: frontend

* Fix avatar gallery sort

* Update .NET dependencies

* Update npm dependencies

electron v37.1.0

* bulkRefreshFriends

* fix dark theme

* Remove crowdin

* Fix config.json dialog not updating

* VRCX log file fixes & add Cef log

* Remove SharedVariable, fix startup

* Revert init theme change

* Logging date not working? Fix WinformThemer designer error

* Add Cef request hander, no more escaping main page

* clean

* fix

* fix

* clean

* uh

* Apply thememode at startup, fixes random user colours

* Split database into files

* Instance info remove empty lines

* Open external VRC links with VRCX

* Electron fixes

* fix userdialog style

* ohhhh

* fix store

* fix store

* fix: load all group members after kicking a user

* fix: world dialog favorite button style

* fix: Clear VRCX Cache Timer input value

* clean

* Fix VR overlay

* Fix VR overlay 2

* Fix Discord discord rich presence for RPC worlds

* Clean up age verified user tags

* Fix playerList being occupied after program reload

* no `this`

* Fix login stuck loading

* writable: false

* Hide dialogs on logout

* add flush sync option

* rm LOGIN event

* rm LOGOUT event

* remove duplicate event listeners

* remove duplicate event listeners

* clean

* remove duplicate event listeners

* clean

* fix theme style

* fix t

* clearable

* clean

* fix ipcEvent

* Small changes

* Popcorn Palace support

* Remove checkActiveFriends

* Clean up

* Fix dragEnterCef

* Block API requests when not logged in

* Clear state on login & logout

* Fix worldDialog instances not updating

* use <script setup>

* Fix avatar change event, CheckGameRunning at startup

* Fix image dragging

* fix

* Remove PWI

* fix updateLoop

* add webpack-dev-server to dev environment

* rm unnecessary chunks

* use <script setup>

* webpack-dev-server changes

* use <script setup>

* use <script setup>

* Fix UGC text size

* Split login event

* t

* use <script setup>

* fix

* Update .gitignore and enable checkJs in jsconfig

* fix i18n t

* use <script setup>

* use <script setup>

* clean

* global types

* fix

* use checkJs for debugging

* Add watchState for login watchers

* fix .vue template

* type fixes

* rm Vue.filter

* Cef v138.0.170, VC++ 2022

* Settings fixes

* Remove 'USER:CURRENT'

* clean up 2FA callbacks

* remove userApply

* rm i18n import

* notification handling to use notification store methods

* refactor favorite handling to use favorite store methods and clean up event emissions

* refactor moderation handling to use dedicated functions for player moderation events

* refactor friend handling to use dedicated functions for friend events

* Fix program startup, move lang init

* Fix friend state

* Fix status change error

* Fix user notes diff

* fix

* rm group event

* rm auth event

* rm avatar event

* clean

* clean

* getUser

* getFriends

* getFavoriteWorlds, getFavoriteAvatars

* AvatarGalleryUpload btn style & package.json update

* Fix friend requests

* Apply user

* Apply world

* Fix note diff

* Fix VR overlay

* Fixes

* Update build scripts

* Apply avatar

* Apply instance

* Apply group

* update hidden VRC+ badge

* Fix sameInstance "private"

* fix 502/504 API errors

* fix 502/504 API errors

* clean

* Fix friend in same instance on orange showing twice in friends list

* Add back in broken friend state repair methods

* add types

---------

Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2025-07-14 15:00:08 +12:00
Natsumi
952fd77ed5 Update powershell build script 2025-06-30 12:25:21 +12:00
Natsumi
4a630079d7 v2025.06.30 2025-06-30 09:27:32 +12:00
Natsumi
255baad3b4 Fix parseAvatarUrl 2025-06-28 18:58:42 +12:00
Natsumi
1da99c7ca6 Fix emoji and sticker saving 2025-06-27 19:54:14 +12:00
Natsumi
4e09c78e32 Fix error leaving group 2025-06-26 19:42:58 +12:00
Natsumi
134e7a5358 Remove content settings from new instance dialog 2025-06-26 19:36:51 +12:00
Natsumi
97cc2dc81a Save instance emojis 2025-06-26 19:36:51 +12:00
Natsumi
bbe7120380 Fix saving instance stickers 2025-06-26 19:24:11 +12:00
Natsumi
7f0e2a4d4c Fix group search images 2025-06-26 19:24:11 +12:00
Natsumi
d751a89501 Log watcher init after browser 2025-06-26 19:24:11 +12:00