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 - Added the context menu back to the photo viewer screen 22 - Added filter menu, you can now search for photos taken in specific worlds or with specific people 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 - Fixed a bug where it would store multiple versions of cache for a world, and then request the world data again everytime 30 31 - Photo viewer can now be navigated with keybinds: 32 - Up Arrow: Open Tray 33 - Down Arrow: Close Tray 34 - Left Arrow: Previous Image 35 - Right Arrow: Next Image 36 - Escape: Close Image 37 38 Dev Stuff: 39 - Fixed indentation to be more constistant 40 - main.rs is no longer like 400 quintillion lines long 41 42 Hotfix 1: 43 - Fixed photos with legacy naming scheme not loading 44 45 Hotfix 2: 46 - Added --background flag to always start in background 47 48v0.2.1: 49 - Fixed app using GPU while minimised, might use a tiny bit, but should be much better than before 50 - Fixed a load a bugs todo with (something? apparently i forgot to write this bit...) 51 52v0.2.2: 53 - Use more linux friendly directories 54 - Move away from localstorage and use the .config file 55 - Seems to be semi-stable on linux 56 - Update deeplink library 57 - Fix bugs with multiple screens displaying on frontend 58 - Fix caching issues with photo paths 59 - Fix VRCPM using way to many resources while being minimised after starting in the background 60 - Changed image resizing algorithm so preview images look less pixelated 61 - Fix issue where photos wouldn't display in the list if you opened the app before it had loaded 62 63 Hotfix 1: 64 - Fixed world cache not being saved to the config file 65 66v0.2.3: 67 - Finally replaced the awful render function in the frontend, ( should use less resources when app is open ) 68 - Fixed photos not being lined up 69 - Fixed filters not updating photo list 70 - Fixed adding / removing photos not updating the photo list 71 72 Hotfix 1: 73 - Fixed new installations immediately crashing 74 75 Dev Stuff: 76 - Split frontend up into many smaller files for easier editing 77 78v0.2.4: 79 - Refactor loading system to not load all photos at the start 80 (should help with large numbers of photos) 81 - Update UI to work on linux 82 - Opening files on linux now works 83 - Fixed not rendering properly on linux 84 - Switch world data api to vrchat 85 - Fixed icons being MASSIVE on linux 86 - Photos are in the correct order on linux now 87 88 Dev Stuff: 89 - Implemented a view transition handler, should help with transitions when the app is scaled