docs: Update ChangeLog and README.md for 10.5.0

This commit is contained in:
Mintsuki 2025-12-11 06:03:17 +01:00
parent 0f0809c79a
commit efb03ff089
No known key found for this signature in database
GPG Key ID: 1F3C021BECA23821
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
2025-12-11 Mintsuki <mintsuki@protonmail.com>
*** Release 10.5.0 ***
Noteworthy changes compared to the previous release, 10.4.0:
New features:
- Add new `interface_help_colour` global configuration file option to
allow changing the colour of "helper" messages in the interface.
- Add new `interface_rotation` global configuration option to allow
rotating the output interface be 0, 90, 180, or 270 degrees.
2025-11-30 Mintsuki <mintsuki@protonmail.com>
*** Release 10.4.0 ***

View File

@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `10.x` branch, one can do
```bash
git clone https://codeberg.org/Limine/Limine.git --branch=v10.x-binary --depth=1
```
or, to clone a specific binary point release (for example `10.4.0`):
or, to clone a specific binary point release (for example `10.5.0`):
```bash
git clone https://codeberg.org/Limine/Limine.git --branch=v10.4.0-binary --depth=1
git clone https://codeberg.org/Limine/Limine.git --branch=v10.5.0-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary