Skip to content

Commit 3c03df3

Browse files
committed
1.0.87 release
1 parent e24daca commit 3c03df3

File tree

3 files changed

+526
-4
lines changed

3 files changed

+526
-4
lines changed

.github/ISSUE_TEMPLATE/issue_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
attributes:
2222
label: Ventoy Version
2323
description: What version of ventoy are you running?
24-
placeholder: 1.0.84
24+
placeholder: 1.0.87
2525
validations:
2626
required: true
2727
- type: dropdown

INSTALL/grub/grub.cfg

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,7 +2386,7 @@ function mimg_common_menuentry {
23862386
#############################################################
23872387
#############################################################
23882388

2389-
set VENTOY_VERSION="1.0.86"
2389+
set VENTOY_VERSION="1.0.87"
23902390

23912391
#ACPI not compatible with Window7/8, so disable by default
23922392
set VTOY_PARAM_NO_ACPI=1
@@ -2545,9 +2545,18 @@ elif [ "$vtoy_display_mode" = "serial_console" ]; then
25452545
terminal_input serial console
25462546
terminal_output serial console
25472547
else
2548-
if [ "$vtoy_res_fit" = "1" ]; then
2548+
if [ "$vtoy_gfxmode" = "max" ]; then
2549+
set gfxmode=1024x768
25492550
terminal_output gfxterm
2550-
fi
2551+
2552+
vt_enum_video_mode
2553+
vt_get_video_mode 0 vtCurMode
2554+
terminal_output console
2555+
set gfxmode=$vtCurMode
2556+
terminal_output gfxterm
2557+
elif [ "$vtoy_res_fit" = "1" ]; then
2558+
terminal_output gfxterm
2559+
fi
25512560

25522561
if [ -n "$vtoy_theme" ]; then
25532562
vt_set_theme

0 commit comments

Comments
 (0)