]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
1.0.71 release v1.0.71
authorlongpanda <admin@ventoy.net>
Fri, 11 Mar 2022 13:36:42 +0000 (21:36 +0800)
committerlongpanda <admin@ventoy.net>
Fri, 11 Mar 2022 13:36:42 +0000 (21:36 +0800)
.github/ISSUE_TEMPLATE/issue_template.yml
INSTALL/grub/grub.cfg
Plugson/www/helplist
Plugson/www/index.html
README.md

index 8cfe25b5b2731aacff2af5e9357c5faf7690e6d4..1bd7c9b0d9613b6ee571501bcc66fc08cb437d5d 100644 (file)
@@ -21,7 +21,7 @@ body:
     attributes:
       label: Ventoy Version
       description: What version of ventoy are you running?
-      placeholder: 1.0.70
+      placeholder: 1.0.71
     validations:
       required: true
   - type: dropdown
index d0e27f53f07abc6e42b2efd276f2041d9e8a839d..43ae8aeafb24b5fa89c6d4d8be59325ff34be019 100644 (file)
@@ -2113,7 +2113,7 @@ function img_unsupport_menuentry {
 #############################################################
 #############################################################
 
-set VENTOY_VERSION="1.0.70"
+set VENTOY_VERSION="1.0.71"
 
 #ACPI not compatible with Window7/8, so disable by default
 set VTOY_PARAM_NO_ACPI=1
@@ -2376,6 +2376,8 @@ if [ -n "$VTOY_DEFAULT_IMAGE" ]; then
         export timeout
         export default
 
+        vt_fn_mutex_lock 1
+
         if [ "$vtHotkey" = "F2" ]; then
             unset timeout
             vt_browser_disk
@@ -2387,6 +2389,8 @@ if [ -n "$VTOY_DEFAULT_IMAGE" ]; then
             ventoy_ext_menu
         fi
         
+        vt_fn_mutex_lock 0
+        
         unset timeout
         unset default
     fi    
index 4948aa3e20e42a98489b912d41dfd93e8d018a43..de62966683962793f479f5e36a3240f44de86944 100644 (file)
@@ -1 +1 @@
-de_DEen_USfr_FRhr_HRid_IDja_JPpt_PTsr_RStr_TRzh_CN
\ No newline at end of file
+de_DEen_USfr_FRhr_HRid_IDja_JPko_KRpt_PTsr_RStr_TRzh_CN
\ No newline at end of file
index 9037a94770a06851fe3939fd1578c4301169b540..b65efa5216a5242c1380d99071fed46a17b8728b 100644 (file)
 \r
         <footer class="main-footer">\r
             <div class="pull-right hidden-xs">\r
-                <b id="plugson_build_date">20220204 16:31:23</b>
+                <b id="plugson_build_date">20220311 21:24:51</b>
             </div>\r
             <strong><a href="https://www.ventoy.net" target="_blank">https://www.ventoy.net</a></strong>\r
         </footer>\r
     \r
 \r
     (function ventoy_handshake() {\r
-\r
-        if (m_syntax_error === 1) {\r
-            \r
-        }\r
-\r
         callVtoyCatchErr({\r
             method : 'handshake'\r
         },         \r
                 m_invalid_config = 0;\r
             }\r
 \r
+            if (data.save_error === 1) {\r
+                var title = g_current_language == 'en' ? g_vtoy_cur_language_en.STR_INFO : g_vtoy_cur_language_cn.STR_INFO;\r
+                var msg = g_current_language == 'en' ? g_vtoy_cur_language_en.STR_CONFIG_SAVE_ERROR_TIP : g_vtoy_cur_language_cn.STR_CONFIG_SAVE_ERROR_TIP;\r
+                Modal.alert({title:title,msg:msg}).on(function(e) {\r
+                });\r
+            }\r
+\r
             setTimeout(function() {\r
                 ventoy_handshake();\r
             }, 1000);\r
index dd3826ad50be4459b7c7dd9d7bd92f5248d8c4d7..48434e208885c88cfde31afc18b2bca07040f8c6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ You can also browse ISO/WIM/IMG/VHD(x)/EFI files in local disk and boot them.<br
 x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI, ARM64 UEFI and MIPS64EL UEFI are supported in the same way.<br/>
 Both MBR and GPT partition style are supported in the same way.<br/>
 Most type of OS supported(Windows/WinPE/Linux/Unix/ChromeOS/Vmware/Xen...) <br/>
-  810+ ISO files are tested (<a href="https://www.ventoy.net/en/isolist.html">List</a>). 90%+ distros in <a href="https://distrowatch.com/">distrowatch.com</a> supported (<a href="https://www.ventoy.net/en/distrowatch.html">Details</a>). <br/>
+  830+ ISO files are tested (<a href="https://www.ventoy.net/en/isolist.html">List</a>). 90%+ distros in <a href="https://distrowatch.com/">distrowatch.com</a> supported (<a href="https://www.ventoy.net/en/distrowatch.html">Details</a>). <br/>
 <br/>Official Website: <a href=https://www.ventoy.net>https://www.ventoy.net</a>
 </h4>
 
@@ -41,7 +41,7 @@ VMware ESXi, Citrix XenServer, Xen XCP-ng
 [【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)
+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)
@@ -63,7 +63,7 @@ A GUI Ventoy plugin configurator. [VentoyPlugson](https://www.ventoy.net/en/plug
 * FAT32/exFAT/NTFS/UDF/XFS/Ext2(3)(4) supported for main partition
 * ISO files larger than 4GB supported
 * Native boot menu style for Legacy & UEFI
-* Most type of OS supported, 810+ iso files tested
+* Most types of OS supported, 830+ iso files tested
 * Linux vDisk boot supported
 * Not only boot but also complete installation process
 * Menu dynamically switchable between List/TreeView mode
@@ -122,7 +122,7 @@ See [https://www.ventoy.net/en/faq.html](https://www.ventoy.net/en/faq.html) for
 
 # Donation
 It would be much appreciated if you want to make a small donation to support my work!  
-Alipay, WeChat Pay, PayPal and Bitcoin are avaliable for donation. You can chose any of them.  
+Alipay, WeChat Pay, PayPal and Bitcoin are available for donation. You can choose any of them.  
 
 Alipay | WeChat Pay
 -|-