Skip to content

VITAlbum v1.40

Latest
Compare
Choose a tag to compare
@joel16 joel16 released this 31 Dec 18:27
· 42 commits to master since this release
  • Config file now makes use of the SceLibJson API for reading/writing instead of jansson.
  • No longer manually accounts for the offset when writing error logs.
  • Files that aren't supported by VITAlbum are now filtered out and not displayed in the GUI.
  • Added support for viewing SVGs using nanosvg
  • Properly use cancel/enter buttons throughout the UI.
  • The UI now uses the official PS Vita font.
  • Settings now has a new section where it displays the app version as well as the versions of various libraries used in this application that expose some sort of version info in their API.
  • LibTIFF updated to v4.2.0
  • libjpeg-turbo updated to v2.0.6.
  • Fix .TIFF images being read from the wrong orientation.
  • Allow the use of L/R triggers to scroll through images in a single folder.
  • The right analog stick can be used to move around image if its size is bigger than 960x544.
  • The left analog stick can be used to zoom in/out of image.
  • Clean-up imgui implementation (removed unused touchscreen/mouse functionalities).
  • Many under the hood changes for QOL improvements.