Version 1.4
+ add cso compression for umd backups
+ add iso file conversion to cso
+ add recursive file transfert (of directory)
+ correct a bug in the initial default value of the OSK virtual keyboard


Version 1.3
+ first offcial release

Version 1.2
+ add a file transfert via an adhoc communication


Version 1.1
+ correction of a bug (when removing a directory, while the target window is on this directory => freeze)
+ add change properties of a File

Version 1.0
first release

Version 0.47
+ add controls : check that a target is selected when the function needs one
+ add the display of free space on the target directory (if on MS0)
+ add controls : check if there is enough place on the target when needed
+ optimized the unmd backup algorythm


Version 0.46
+ add ZBkerprx.h : signature of the exported files
+ modify the CallBackS, to add a flag that will give information on what to do after the action.
+ modify nand dump, by asking for the name before creating it, and creating a check file.
+ modify nand flash, by aching the dump
+ ZBerror: ZB_DUMP_PSP, ZB_NO_HELP, ZB_IO_STAT
+ split ZBvisitor file
+ bug correction, when trying to hexedit a file too big the PSP froze => corrected
+ add re-load function ZBvisitorReload, reload CB
+ add the re-calculation of the directories size
+ add the the "create dir" function
+ add the the "create file" function
+ bug correction, if about() is requested and there is no help available then PSP seems to freeze ( in fact a X pressed will un freeze)=> corrected
+ modify the display of creation/modification/access date
+ add version.h containing the version number of psplorer
+ add USB connection
+ add UMD backup
+ add quit (from a contextual screen)
+ add function change properties



Version 0.45
+ add class ZBvisitorNandBackup and the nandBackup callback
+ add class ZBvisitorNandFlash and the nandFlash callback
ZBerror : add ZB_NAND,ZB_LOAD_PRX
Add ZBkerprx_main.c, ZBkerprx.exp, Makefile.prx  to manage a prx en kernel mode that deals with NAND.
add ORANGE color for directories


Version 0.44
+ Add class ZBvirtualKeyboard
+ Add class ZBvisitorRename
+ renameTo callback in order to add the rename functionality
ZBerror: add  ZB_RENAME_FILE


Version 0.43
ZBvisitorAction : correction in void reLoadMarkers( void)
+ Add class ZBvisitorHexEdit and callback hexedit
+ Add class ZBhexEdit


Version 0.42
+Add class ZBvisitorMove
+moveTo callback in order to add the move functionality
ZBerror : add  ZB_RDONLY_SYSTEM



Version 0.41
+Add class ZBvisitorRemove
+removeFrom callback in order to add the remove functionality
ZBvisitorAction : visit to register the removeFrom callback
ZBvisitorAction : reLoadMarkers
ZButil : add ok(int) to display an int (in both decimal and hexadecimal)
ZBdirectory :  modify findByFullName to not lookup in "." and ".."

Version 0.40
Add the functionality to copy a file,directory, a device .. to another directory
thus I let the Flash section in read only mode.
+Add class ZBvisitorCopy
+copyTo callback in order to add the copy functionality

secured buffer allocation
+add ZBdoubleActionAllocBuffer

ZBvisitorAction : Ctor to add the markers, reLoadMarkers,  getters for the ZBmarkers
ZBerror : add  ZB_ELT_NOT_FOUND
ZButil : ok() and yesno() => change (char *) into (const char *)
ZBscreen: changed the call to contextual screen
ZBMarker: add the reLoadMarker, loadFrom and contains methods,
ZBscreenContextual: changed action(), to reload the ZBmarker (when hierarchy changed)


Version 0.32
+Add class ZBscreenContextual
+Add class ZBvisitorAction

contextual screen setup when O is pressed in the main screen.


Version 0.31
+Add class ZBmarker
+Add class ZBscreen
+class ZBdirectory => add methode findByFullName()
+ZButil.h add some constants, and lineSup(), lineInf(), lineBlank(), lineMiddle();


Version 0.30
+Add class ZBeltSystem;
+Add class ZBfile;
+Add class ZBdirectory;
+Add class ZBdevice;
+Add class ZBmemoryStickDevice;
+Add class ZBflash0;
+Add class ZBflash1;
+Add class ZBumdDevice;
+Add class ZBpspDevice;
+Add class ZBeltSystemFactory
+Add class ZBdoubleActionFile

+Add class ZBvisitor
+Add class ZBvisitorSize



Version 0.21
+Add class ZButil


