mirror of
https://codeberg.org/Limine/Limine
synced 2026-01-26 13:14:28 +00:00
docs: Update ChangeLog and README.md for 10.5.0
This commit is contained in:
parent
0f0809c79a
commit
efb03ff089
12
ChangeLog
12
ChangeLog
@ -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 ***
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user