From a173acaf174f9bc093741863a16697fa35600c4f Mon Sep 17 00:00:00 2001 From: longpanda Date: Tue, 15 Feb 2022 19:17:58 +0800 Subject: [PATCH] 1.0.68 release --- .github/ISSUE_TEMPLATE/issue_template.yml | 2 +- INSTALL/grub/grub.cfg | 2 +- README.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml index 91029fcd..d883688d 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.yml +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -21,7 +21,7 @@ body: attributes: label: Ventoy Version description: What version of ventoy are you running? - placeholder: 1.0.67 + placeholder: 1.0.68 validations: required: true - type: dropdown diff --git a/INSTALL/grub/grub.cfg b/INSTALL/grub/grub.cfg index 1107c78e..c8ca419b 100644 --- a/INSTALL/grub/grub.cfg +++ b/INSTALL/grub/grub.cfg @@ -2069,7 +2069,7 @@ function img_unsupport_menuentry { ############################################################# ############################################################# -set VENTOY_VERSION="1.0.67" +set VENTOY_VERSION="1.0.68" #ACPI not compatible with Window7/8, so disable by default set VTOY_PARAM_NO_ACPI=1 diff --git a/README.md b/README.md index 8ec56689..b0f1ce61 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files.
With ventoy, you don't need to format the disk over and over, you just need to copy the image files to the USB drive and boot it. You can copy many image files at a time and ventoy will give you a boot menu to select them.
+You can also browse ISO/WIM/IMG/VHD(x)/EFI files in local disk and boot them.
x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI, ARM64 UEFI and MIPS64EL UEFI are supported in the same way.
Both MBR and GPT partition style are supported in the same way.
Most type of OS supported(Windows/WinPE/Linux/Unix/ChromeOS/Vmware/Xen...)
@@ -38,6 +39,9 @@ VMware ESXi, Citrix XenServer, Xen XCP-ng # Tested Image Report [【How to report a successfully tested image file】](https://github.com/ventoy/Ventoy/issues/1195) + +# Ventoy Browser +With Ventoy you can also browse ISO/WIM/IMG/VHD(x)/EFI files in local disk and boot them. [Notes](https://www.ventoy.net/en/doc_browser.html) # VentoyPlugson A GUI Ventoy plugin configurator. [VentoyPlugson](https://www.ventoy.net/en/plugin_plugson.html) @@ -48,6 +52,7 @@ A GUI Ventoy plugin configurator. [VentoyPlugson](https://www.ventoy.net/en/plug * Fast (limited only by the speed of copying iso file) * Can be installed in USB/Local Disk/SSD/NVMe/SD Card * Directly boot from ISO/WIM/IMG/VHD(x)/EFI files, no extraction needed +* Support to browse and boot ISO/WIM/IMG/VHD(x)/EFI files in local disk * No need to be continuous in disk for ISO/WIM/IMG/VHD(x)/EFI files * MBR and GPT partition style supported (1.0.15+) * x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI, ARM64 UEFI, MIPS64EL UEFI supported