mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update versions and changelog for v5.0.0
This commit is contained in:
@@ -1,5 +1,25 @@
|
||||
# Changelog
|
||||
|
||||
## [5.0.0] - 2025-02-01
|
||||
|
||||
### Added
|
||||
|
||||
- `GameType::OpenMW` and `LCI_GAME_OPENMW` as the game code to use for OpenMW.
|
||||
Unlike other games:
|
||||
|
||||
- `.omwgame`, `.omwaddon` and `.omwscripts` are valid plugin file extensions.
|
||||
- Ghosted plugins are not supported.
|
||||
- The `is_master()` condition function returns `false` for all OpenMW plugins.
|
||||
- When resolving filenames, the additional data paths are checked in reverse
|
||||
order.
|
||||
|
||||
### Changed
|
||||
|
||||
- The `Error` and `GameType` enums are now non-exhaustive.
|
||||
- Updated libc to v0.2.169.
|
||||
- Updated regex to v1.11.1.
|
||||
- Updated unicase to v2.8.1.
|
||||
|
||||
## [4.0.2] - 2024-10-08
|
||||
|
||||
### Changed
|
||||
|
||||
Generated
+3
-3
@@ -1,6 +1,6 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "aho-corasick"
|
||||
@@ -322,7 +322,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
||||
|
||||
[[package]]
|
||||
name = "loot-condition-interpreter"
|
||||
version = "4.0.2"
|
||||
version = "5.0.0"
|
||||
dependencies = [
|
||||
"crc32fast",
|
||||
"criterion",
|
||||
@@ -336,7 +336,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "loot-condition-interpreter-ffi"
|
||||
version = "4.0.2"
|
||||
version = "5.0.0"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"loot-condition-interpreter",
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "loot-condition-interpreter"
|
||||
version = "4.0.2"
|
||||
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
||||
version = "5.0.0"
|
||||
authors = ["Oliver Hamlet <oliver@ortham.net>"]
|
||||
license = "MIT"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "loot-condition-interpreter-ffi"
|
||||
version = "4.0.2"
|
||||
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
||||
version = "5.0.0"
|
||||
authors = ["Oliver Hamlet <oliver@ortham.net>"]
|
||||
license = "MIT"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user