Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Releases: cy33hc/vita-ftp-client

v1.54

29 Apr 18:06
Compare
Choose a tag to compare

v1.54

  • Add Arabic,Greek,Thai,Turkish language support

v1.53

  • Add Hungarian language

v1.52

  • Fixed bug when if you try rename a file without changing the name, the file got deleted instead

v1.51

  • Improved the upload/download speed. At least from my testing on pstv lan cable it increase from 3.7MB/s to 6.2MB/s.

v1.50

  • Fixed bug where latin fonts weren't loaded. Caused by previous code change from 1.49.

v1.49

  • Add Ryukyuan language. This is also a non-standard PSVITA system language, so edit the "ux0:data/FTPCLI001/config.ini" file and update the "language" setting to "Ryukyuan"

v1.48

  • Add Indonesian language. This is also a non-standard PSVITA system language, so edit the "ux0:data/FTPCLI001/config.ini" file and update the "language" setting to "Indonesian"

v1.47

  • Fix bug where selecting a file will cause a folder change in the next folder selected
  • Only warn once if iTLS-Enso is not installed.

v1.46

  • Disable suspend when a file transfer is in progress. This prevents the VITA going to sleep while transferring large files.

v1.45

  • Some fixes for Portuguese_BR translation

v1.44

  • Fix the flicker when open the IME input editor. NOTE: Still can't figure out what's causing the crash after opening the IME multiple times.

v1.43

  • Added Croatian language translation. This is also a non-standard PSVITA system language, so edit the "ux0:data/FTPCLI001/config.ini" file and update the "language" setting to "Croatian"

v1.42

  • Added Catalan, Euskera and Galego translations. These are non standard PSVITA system languages that cannot be auto detected by the application, so users need to edit the "ux0:data/FTPCLI001/config.ini" file and update the "language" setting to either Catalan, Euskera or Galego.

v1.41

  • Added Chinese Simplified/Traditional and Japanese language

v1.40

  • Added support for languages Dutch, French, German, Italian, Korean, Polish, Portuguese_BR, Russian and Spanish
  • Some UI adjustments to catered for the various languages
  • Add a tooltip to display full filename, while hovering over a file that can't fit in the displayed column

v1.31

  • iTLS-Enso only needed on Firmware below 3.68

v1.30

v1.21

  • Rebuilt app with imgui-vita library which seem to completely fix the random crash when changing folders. Note: This doesn't fix the random crash in the IME input still.

Note: The imgui-vita needs libshacccg.suprx extracted. If you experience crash after upgrade please follow the following guide to extract it.
https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx

v1.20

  • Add support for multiple sites
  • Fix more random crashes when changing between folders and disconnect from FTP.
  • Fixed an issue after suspend and a download happens, it will create a 0 byte file. App will always check if connection exists before upload or download a file.

v1.14

  • added compatibility with VitaShell FTP server
  • display the app version in the Title

v1.13

  • Fix a potential crash when changing folder

v1.12

  • Fix an infinite search loop

v1.11

  • Add ability to use the L1/R1 buttons to move between the Local and Remote file browser

v1.1

  • Add progressbar indicator when uploading/downloading files
  • Add tooltip to local/remote directory field to display full path
  • Show date/time in the local user timezone in the Properties dialog
  • Remove the "." and ".." folder returned from some implements of the LIST cmd

v1.0
Initial Release