Skip to content

Commit d6d6312

Browse files
committed
Update for v0.13.3.AB Release
1 parent 7178bcb commit d6d6312

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
label: RefindPlus Version
1313
description: Which version of RefindPlus is affected?
1414
options:
15-
- 'v0.13.3.AA Release'
15+
- 'v0.13.3.AB Release'
1616
- 'Older Released Version'
1717
- 'Pre-Release Code Build'
1818
validations:

NEWS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.13.3.AB (Pre-Release):
1+
0.13.3.AB (06 Sep 2022):
22
-----------------------
33
- Adds `PreferUGA` Feature
44
* Sets RefindPlus to always use UGA for graphics output when available

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,14 @@ RefindPlus-Specific funtionality can be configured by adding the tokens below to
5454

5555
Token | Functionality
5656
----- | -----
57-
continue_on_warning |Proceeds as if a key is pressed after screen warnings (unattended boot)
57+
continue_on_warning |Proceed as if a key was pressed after screen warnings (for unattended boot)
5858
csr_dynamic |Actively enables or disables the SIP Policy on Macs
5959
csr_normalise |Removes the `APPLE_INTERNAL` bit, when present, to permit OTA updates
6060
decline_apfs_load |Disables built in provision of APFS filesystem capability
6161
decline_apfs_mute |Disables supressesion of verbose APFS text on boot
6262
decline_apfs_sync |Disables feature allowing direct APFS/FileVault boot (Without "PreBoot")
6363
decline_apple_fb |Disables provision under some circumstances of missing AppleFramebuffers
6464
decline_esp_filter |Allows other ESPs other than the RefindPlus ESP to be scanned for loaders
65-
decline_macos_filter |Disables the `ProtectNVRAM` feature on MacOS boots
6665
decline_nvme_load |Disables the built in NvmExpress Driver
6766
decline_nvram_protect |Disables blocking of potentially harmful write attempts to Legacy Mac NVRAM
6867
decline_reload_gop |Disables reinstallation of UEFI 2.x GOP drivers on EFI 1.x units
@@ -74,6 +73,8 @@ disable_amfi |Disables AMFI Checks on MacOS if required
7473
disable_compat_check |Disables Mac version compatibility checks if required
7574
disable_nvram_paniclog|Disables MacOS kernel panic logging to NVRAM
7675
disable_rescan_dxe |Disables scanning for newly revealed DXE drivers when connecting handles
76+
focus_nvram_fix |Limits the `ProtectNVRAM` feature to explicit UEFI Windows boots
77+
follow_symlinks |Allows following symbolic links to loaders (Ignored by default)
7778
force_trim |Forces `TRIM` on non-Apple SSDs on Macs if required
7879
hidden_icons_external |Allows scanning for `.VolumeIcon` icons on external volumes
7980
hidden_icons_ignore |Disables scanning for `.VolumeIcon` image icons if not required
@@ -82,6 +83,7 @@ icon_row_move |Repositions the main screen icon rows (vertically)
8283
icon_row_tune |Finetunes the resulting `icon_row_move` outcome
8384
nvram_variable_limit |Limits NVRAM write attempts to the specified variable size
8485
pass_uga_through |Provides UGA instance on GOP to permit EfiBoot with modern GPUs
86+
prefer_uga |Prefers UGA use (when available) regardless of GOP availability
8587
provide_console_gop |Fixes issues with GOP on some legacy units
8688
ransom_drives |Frees partitions locked by how certain firmware load inbuilt drivers
8789
renderer_direct_gop |Provides a potentially improved GOP instance for certain GPUs
@@ -109,7 +111,7 @@ In addition to the new functionality listed above, the following upsteam tokens
109111
* Levels 1 and 2 output logs similar to the detailed upstream format.
110112
- Level 1 is broadly equivalent to upstream Level 4 (upstream Levels 1 to 3 were dispensed with)
111113
- Level 2 is only exposed on `NOOPT` builds and outputs logs at a very detailed level
112-
* Automate by passing `ALL` as a second parameter to the RefindPlus build script
114+
* Create `NOOPT` builds by passing `ALL` as a second parameter to the RefindPlus build script
113115
* The first parameter is the build branch, which also needs to be specified in such instances
114116
- When Level 2 is not exposed, selected levels above `1` will be capped at Level 1
115117
- When exposed, selected levels above `2` will be capped at Level 2

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
* Modifications distributed under the preceding terms.
1717
*/
1818

19-
#define REFINDPLUS_VERSION L"0.13.3.AB (Pre-Release)"
19+
#define REFINDPLUS_VERSION L"0.13.3.AB"

0 commit comments

Comments
 (0)