A photo manager for VRChat.

linux stuff i guess

Changed files
+12 -4
src-tauri
+10 -2
changelog
··· 76 76 - Split frontend up into many smaller files for easier editing 77 77 78 78 v0.2.4: 79 - - Refactor loading system to not load all photos at the start 80 - (should help with large numbers of photos) 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 + - Photos are in the correct order on linux now 86 + 87 + Dev Stuff: 88 + - Implemented a view transition handler, should help with transitions when the app is scaled
+1 -1
src-tauri/Cargo.lock
··· 5609 5609 5610 5610 [[package]] 5611 5611 name = "vrcpm-rs" 5612 - version = "0.2.3-hot1" 5612 + version = "0.2.4" 5613 5613 dependencies = [ 5614 5614 "dirs 5.0.1", 5615 5615 "fast_image_resize",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "vrcpm-rs" 3 - version = "0.2.3-hot1" 3 + version = "0.2.4" 4 4 description = "VRChat Photo Manager" 5 5 authors = ["_phaz"] 6 6 edition = "2021"