A photo manager for VRChat.
1v0.1.5: 2 - Gonna start a changelog now 3 4 - Fixed photos not deleting correctly 5 - Fixed save / cancel buttons in settings being blank 6 - Fixed app not relaunching when changing the folder directory 7 8 - Added the "--no-update" flag to disable auto updating 9 10v0.1.6: 11 - Fixed VRCX putting the fucking worldids on the end of file names 12 13v0.1.7: 14 - Fixed the control icons do they actually do what they're supposed to do 15 - Fixed window not focusing when opening from tray 16 17v0.2.0: 18 - Migrate to tauri v2 19 20 - Photos shouldn't cause the ui to lag while loading 21 - Removed the metadata loading screen in favour of loading the metadata just before an image it rendered 22 - Added the context menu back to the photo viewer screen 23 - Fixed some weird bugs where the world data cache would be ignored 24 - Fixed the ui forgetting the user account in some cases where the token stored it still valid 25 - Updated no photos text to be kinder 26 - Settings menu can now be closed with ESC 27 - Fixed photos being extremely wide under certain conditions 28 - Fixed some icons not showing correctly 29 30 - Photo viewer can now be navigated with keybinds: 31 - Up Arrow: Open Tray 32 - Down Arrow: Close Tray 33 - Left Arrow: Previous Image 34 - Right Arrow: Next Image 35 - Escape: Close Image 36 37 Dev Stuff: 38 - Fixed indentation to be more constistant 39 - main.rs is no longer like 400 quintillion lines long