A photo manager for VRChat.

version bump

phaz.uk f350867d d45066b6

verified
Changed files
+5 -5
src-tauri
+3 -3
changelog
··· 119 - Remove all sync stuff 120 - Removed automatic updates 121 122 - v0.2.7: 123 - - Fixed loading when an image file is corrupted 124 - - Fixed update prompt when not connected to internet
··· 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
+1 -1
src-tauri/Cargo.lock
··· 4 5 [[package]] 6 name = "VRChatPhotoManager" 7 - version = "0.2.7" 8 dependencies = [ 9 "arboard", 10 "dirs 5.0.1",
··· 4 5 [[package]] 6 name = "VRChatPhotoManager" 7 + version = "0.2.6-hot1" 8 dependencies = [ 9 "arboard", 10 "dirs 5.0.1",
+1 -1
src-tauri/Cargo.toml
··· 1 [package] 2 name = "VRChatPhotoManager" 3 - version = "0.2.7" 4 description = "VRChat Photo Manager" 5 authors = ["_phaz"] 6 edition = "2021"
··· 1 [package] 2 name = "VRChatPhotoManager" 3 + version = "0.2.6-hot1" 4 description = "VRChat Photo Manager" 5 authors = ["_phaz"] 6 edition = "2021"