diff --git a/ChangeLog b/ChangeLog index 1040497d..a142a6da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2025-01-10 mintsuki + + *** Release 8.7.0 *** + + Noteworthy changes compared to the previous release, 8.6.1: + + New features: + - Limine boot protocol: Add support for PE executables. + - Linux boot protocol: Enable support for Loongarch64. + - Add support for selecting a random wallpaper every boot if multiple + are provided. + - Add `path` aliases for `kernel_path` and `image_path` for the Linux + and EFI Chainloading protocols respectively. + + Miscellaneous: + - Submodule version/commit bumps. + 2024-12-26 mintsuki *** Release 8.6.1 *** diff --git a/README.md b/README.md index aa464ad1..d9246774 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `8.x` branch, one can do: ```bash git clone https://github.com/limine-bootloader/limine.git --branch=v8.x-binary --depth=1 ``` -or, to clone a specific binary point release (for example `8.6.1`): +or, to clone a specific binary point release (for example `8.7.0`): ```bash -git clone https://github.com/limine-bootloader/limine.git --branch=v8.6.1-binary --depth=1 +git clone https://github.com/limine-bootloader/limine.git --branch=v8.7.0-binary --depth=1 ``` In order to rebuild host utilities like `limine`, simply run `make` in the binary