A photo manager for VRChat.
at main 5.0 kB view raw
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 webkitgtk 82 - Opening files on linux now works 83 - Fixed not rendering properly when using webkitgtk 84 - Switch world data api to vrchat 85 - Fixed icons being MASSIVE when using webkitgtk 86 - Photos are in the correct order on linux now 87 - Fixed photos not rendering if the window isn't resized or reopened when using webkitgtk 88 - Fixed scrolling being more and more snappy when the window is closed and reopened when using webkitgtk 89 - Fixed render being called multiple times per frame when using webkitgtk 90 91 Dev Stuff: 92 - Implemented a view transition handler, should help with transitions when the app is scaled 93 94v0.2.5: 95 - Fixed the "Start with windows" button appearing on linux 96 - Fixed linux tray icon title 97 - Fixed build-release.sh script outputting the wrong names for windows builds 98 - Fixed clipboard on linux ( and sped it up on windows ) 99 - Fixed some icons not fading out when moving to the settings menu 100 - Removed the auto updater 101 - Removed account login stuff 102 - Fixed app name on windows 103 - Update styles 104 - Fixed filters removing photos without metadata 105 106v0.2.6: 107 - Fixed photos not being loaded if they're too low resolution 108 - Fixed "Open in folder" not selecting files on linux 109 - Fixed scroll to top button not animating out 110 - Fixed scroll to top button being ontop of filters menu 111 - Fixed photo ordering 112 - Fixed broken legacy named photos 113 - Fixed photos being loaded with the wrong resolution 114 115 - Added support for multilayer photos 116 - Added close to tray toggle 117 - Added update available prompt 118 119 - Remove all sync stuff 120 - Removed automatic updates 121 122 Hotfix 1: 123 - Fixed loading when an image file is corrupted 124 - Fixed update prompt when not connected to internet 125 126v0.2.7: 127 - Fixed image resizing when window is thinner than image 128 - Fixed closing settings with keybinds 129 - Fixed the behaviour of changing the photo path 130 - Fixed loading photos in folders that aren't VRChat folders 131 132 Hotfix 1: 133 - Fixed resizing images (again)