Commit Graph

3273 Commits

Author SHA1 Message Date
Natsumi 931329d953 Clean up player moderations, update userDialog when unlocking someone 2025-08-12 01:27:18 +12:00
Natsumi ca2ca14be4 Fix macOS action 2025-08-12 01:27:15 +12:00
Natsumi e182b4f2c2 Fix cache size and switch to using fileAnalysis for bundle sizes 2025-08-11 14:11:48 +12:00
Natsumi d40d0af21f Delete screenshot metadata 2025-08-11 14:11:47 +12:00
Teacup eb0843646b fix: Remove debug stuff 2025-08-11 14:11:47 +12:00
Teacup 7fe8f4e079 fix: Wrong keyword encoding, bad buffer, update cache fix
Was using ASCII for keyword and was generating inconsistent CRC whoops
2025-08-11 14:11:47 +12:00
Teacup 06e06a7164 feat: Add metadata removal functionality 2025-08-11 14:11:47 +12:00
Teacup 0fb3f2fbb7 fix: Adjust filestream length when writing chunks 2025-08-11 14:11:46 +12:00
Natsumi 42fadd7e65 Switch from sha256.txt to digest 2025-08-11 14:11:46 +12:00
Natsumi fd87bb4509 Fix word splitting 2025-08-11 14:11:46 +12:00
abbey 5049e0ac04 slightly modernized & updated default dark theme (#1315)
* first update of dark theme

- more amoled style look

* updated colors again and added borders to side panels

* misc change

* added hover & refactored css overrides

* made json easier on eyes too, oops forgot

* revert dark theme, added amoled
2025-08-11 14:01:51 +12:00
Natsumi bc39768ff6 Fix friends++, saving prints, deleted userdata 2025-08-05 12:55:49 +12:00
Natsumi 7a4a66e111 Fix old VRC image metadata parsing 2025-08-04 18:51:37 +12:00
Natsumi 447e2a9abe Update Cef & node-api-dotnet 2025-08-04 18:51:36 +12:00
Natsumi 806748388b Discord RPC localization, trigger BlockedOnPlayerJoined when joining an instance 2025-08-04 18:51:36 +12:00
pa 2fea5f25b9 feat: add darkblue theme, refactor dark theme 2025-08-04 18:51:36 +12:00
Teacup 4e64177722 feat: Rewrite png metadata handling, new VRC metadata (#1311)
* refactor: Move ScreenshotHelper png parsing to PNGHelper, simplify interface

* refactor: Fix references to screenshotmanager

* fix: Read resolution, not description

* refactor: Rewrite/move all png reading logic into new class

* refactor: Integrate new metadata helper functions

* refactor: Add docs, re-add legacy mods support, change error handling

There are no longer specific errors for each metadata type as it was
just super unnecessary; A verbose log including the exception/string is
now logged to file instead and a generic error is given in the UI.

* fix: Show old vrc beta format images

They were being treated as a non-image
2025-08-04 18:05:40 +12:00
Natsumi 7b38599193 Update Linux dotnet libs 2025-08-01 17:17:31 +12:00
Natsumi bc2211f332 Refactor Discord RPC 2025-08-01 17:08:06 +12:00
Natsumi 7946ff63ae Linux: Fix missing icon error 2025-08-01 16:57:16 +12:00
Natsumi 592983673d Update VRC image metadata parsing 2025-08-01 16:57:15 +12:00
Natsumi 3c21d88efa Remove wine support for Cef 2025-08-01 01:29:55 +12:00
Natsumi 7eaa9b55c8 "Fix" overlay init on Linux 2025-08-01 01:29:54 +12:00
rs189 c4c9185c6b fix: linux crash with vr overlay enabled 2025-08-01 01:29:54 +12:00
Natsumi 9ea2b7dae3 Fix adding avatar search provider and bio links 2025-08-01 01:29:54 +12:00
Natsumi 153d4d4a8a update group sidebar instances when fetching instance 2025-07-29 17:52:58 +12:00
Natsumi ab1529a800 user dialog platform 2025-07-29 17:52:57 +12:00
pa 601f6fcf80 remove unnecessary imports 2025-07-29 17:52:57 +12:00
Natsumi 07f5964449 Filter & open group from Event Announcement 2025-07-29 17:52:57 +12:00
Natsumi 769cd671b3 Fix updater 2025-07-29 17:52:57 +12:00
pa def96c1a4d refactor: change theme handling to support element-ui scss variables 2025-07-29 17:52:56 +12:00
Natsumi 96dfe2fcef Lint 2025-07-24 21:43:04 +12:00
Natsumi ab2b38000e Handle downgrading future Cef versions 2025-07-24 21:37:54 +12:00
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