]> glassweightruler.freedombox.rocks Git - Ventoy.git/commit
1.0.60 release v1.0.60
authorlongpanda <admin@ventoy.net>
Fri, 12 Nov 2021 11:56:05 +0000 (19:56 +0800)
committerlongpanda <admin@ventoy.net>
Fri, 12 Nov 2021 11:56:05 +0000 (19:56 +0800)
commitb0568922d20d7c19025f371fa9066044777d7b5b
treec3be797fa251d30f2736647761ad7d7fe1a0eb1b
parent69b6bb8fcac7c8840c7f0bd2acaddb62898de93a
1.0.60 release
87 files changed:
.github/ISSUE_TEMPLATE/issue_template.yml
INSTALL/Ventoy2Disk.exe
INSTALL/Ventoy2Disk.sh
INSTALL/Ventoy2Disk_ARM.exe
INSTALL/Ventoy2Disk_ARM64.exe
INSTALL/Ventoy2Disk_X64.exe
INSTALL/all_in_one.sh
INSTALL/tool/VentoyWorker.sh
INSTALL/tool/aarch64/V2DServer
INSTALL/tool/aarch64/Ventoy2Disk.gtk3
INSTALL/tool/aarch64/Ventoy2Disk.qt5
INSTALL/tool/aarch64/vtoycli [moved from INSTALL/tool/aarch64/vtoyfat with 54% similarity]
INSTALL/tool/aarch64/vtoygpt [deleted file]
INSTALL/tool/i386/V2DServer
INSTALL/tool/i386/Ventoy2Disk.gtk2
INSTALL/tool/i386/Ventoy2Disk.gtk3
INSTALL/tool/i386/Ventoy2Disk.qt5
INSTALL/tool/i386/vtoycli [new file with mode: 0644]
INSTALL/tool/i386/vtoyfat [deleted file]
INSTALL/tool/i386/vtoygpt [deleted file]
INSTALL/tool/mips64el/V2DServer
INSTALL/tool/mips64el/Ventoy2Disk.gtk3
INSTALL/tool/mips64el/Ventoy2Disk.qt5
INSTALL/tool/mips64el/vtoycli [new file with mode: 0644]
INSTALL/tool/mips64el/vtoyfat [deleted file]
INSTALL/tool/mips64el/vtoygpt [deleted file]
INSTALL/tool/ventoy_lib.sh
INSTALL/tool/x86_64/V2DServer
INSTALL/tool/x86_64/Ventoy2Disk.gtk2
INSTALL/tool/x86_64/Ventoy2Disk.gtk3
INSTALL/tool/x86_64/Ventoy2Disk.qt5
INSTALL/tool/x86_64/vtoycli [new file with mode: 0644]
INSTALL/tool/x86_64/vtoyfat [deleted file]
INSTALL/tool/x86_64/vtoygpt [deleted file]
INSTALL/ventoy_pack.sh
vtoycli/build.sh [new file with mode: 0644]
vtoycli/crc32.c [new file with mode: 0644]
vtoycli/fat_io_lib/buildlib.sh [new file with mode: 0644]
vtoycli/fat_io_lib/include/fat_access.h [new file with mode: 0644]
vtoycli/fat_io_lib/include/fat_cache.h [new file with mode: 0644]
vtoycli/fat_io_lib/include/fat_defs.h [new file with mode: 0644]
vtoycli/fat_io_lib/include/fat_filelib.h [new file with mode: 0644]
vtoycli/fat_io_lib/include/fat_format.h [new file with mode: 0644]
vtoycli/fat_io_lib/include/fat_list.h [new file with mode: 0644]
vtoycli/fat_io_lib/include/fat_misc.h [new file with mode: 0644]
vtoycli/fat_io_lib/include/fat_opts.h [new file with mode: 0644]
vtoycli/fat_io_lib/include/fat_string.h [new file with mode: 0644]
vtoycli/fat_io_lib/include/fat_table.h [new file with mode: 0644]
vtoycli/fat_io_lib/include/fat_types.h [new file with mode: 0644]
vtoycli/fat_io_lib/include/fat_write.h [new file with mode: 0644]
vtoycli/fat_io_lib/lib/libfat_io_32.a [new file with mode: 0644]
vtoycli/fat_io_lib/lib/libfat_io_64.a [new file with mode: 0644]
vtoycli/fat_io_lib/lib/libfat_io_aa64.a [new file with mode: 0644]
vtoycli/fat_io_lib/lib/libfat_io_m64e.a [new file with mode: 0644]
vtoycli/fat_io_lib/release/API.txt [new file with mode: 0644]
vtoycli/fat_io_lib/release/COPYRIGHT.txt [new file with mode: 0644]
vtoycli/fat_io_lib/release/Configuration.txt [new file with mode: 0644]
vtoycli/fat_io_lib/release/History.txt [new file with mode: 0644]
vtoycli/fat_io_lib/release/License.txt [new file with mode: 0644]
vtoycli/fat_io_lib/release/Media Access API.txt [new file with mode: 0644]
vtoycli/fat_io_lib/release/example.c [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_access.c [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_access.h [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_cache.c [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_cache.h [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_defs.h [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_filelib.c [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_filelib.h [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_format.c [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_format.h [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_list.h [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_misc.c [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_misc.h [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_opts.h [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_string.c [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_string.h [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_table.c [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_table.h [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_types.h [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_write.c [new file with mode: 0644]
vtoycli/fat_io_lib/release/fat_write.h [new file with mode: 0644]
vtoycli/fat_io_lib/release/version.txt [new file with mode: 0644]
vtoycli/partresize.c [new file with mode: 0644]
vtoycli/vtoycli.c [new file with mode: 0644]
vtoycli/vtoycli.h [new file with mode: 0644]
vtoycli/vtoyfat.c [new file with mode: 0644]
vtoycli/vtoygpt.c [new file with mode: 0644]