Skip to content

Commit b1cc0ef

Browse files
committed
Set version and changelogs for 18.5.0
1 parent 0e89ae2 commit b1cc0ef

4 files changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
Version numbers are shared between libloadorder and libloadorder-ffi. This
44
changelog does not include libloadorder-ffi changes.
55

6+
## [18.5.0] - 2025-08-01
7+
8+
### Added
9+
10+
- Support for DLC install paths used by the Microsoft Store's distribution of
11+
Starfield.
12+
- Support for plugin file symlinks for all games on Linux, and for OpenMW and
13+
Oblivion Remastered on Windows.
14+
15+
### Fixed
16+
17+
- Reading active plugins from Morrowind.ini now handles whitespace, entries in
18+
the wrong section and gaps in the index sequence in the same way as
19+
Morrowind's launcher.
20+
21+
### Changed
22+
23+
- Updated rust-ini to 0.21.2.
24+
- Updated windows to 0.61.3.
25+
- Removed the regex dependency.
26+
627
## [18.4.0] - 2025-05-01
728

829
### Added

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ harness = false
3838
members = ["ffi"]
3939

4040
[workspace.package]
41-
version = "18.4.0"
41+
version = "18.5.0"
4242
authors = ["Oliver Hamlet <oliver@ortham.net>"]
4343
repository = "https://github.com/Ortham/libloadorder.git"
4444
categories = ["games"]

ffi/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Version numbers are shared between libloadorder and libloadorder-ffi. This
44
changelog only contains libloadorder-ffi changes.
55

6+
## [18.5.0] - 2025-08-01
7+
8+
### Changed
9+
10+
- Updated libc to v0.2.174.
11+
- Updated to libloadorder v18.5.0.
12+
613
## [18.4.0] - 2025-05-01
714

815
### Added

0 commit comments

Comments
 (0)