diff --git a/CHANGELOG.md b/CHANGELOG.md index eaecf7f..3905219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project doesn't adhere to [Semantic Versioning](https://semver.org/spec If you're looking for the changes included in the latest beta (against the latest stable version), check the unreleased section. +## [Unreleased] +### Added +- Implemented "Remove Siege Attacker" launch option. +- Implemented experimental support for applying SQL scripts to the load order. + +### Changed +- Migrated patcher logic to a separate redistributeable exe: [TWPatcher](https://github.com/Frodo45127/twpatcher). +- Migrated workshop logic to a separate repo: [Workshopper](https://github.com/Frodo45127/workshopper) +- Improved compilation support. +- Disabled log-checking logic by default. + ## [0.9.9] ### Fixed - Fixed some cornercases of modded single-entity units not being treated as such by the unit multiplier. diff --git a/Cargo.lock b/Cargo.lock index f0a78ce..8057f85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3986,7 +3986,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "twpatcher" -version = "0.9.2" +version = "0.9.3" dependencies = [ "anyhow", "clap", @@ -4673,7 +4673,7 @@ dependencies = [ [[package]] name = "workshopper" -version = "0.9.10" +version = "0.9.100" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 0b4f108..288828f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "0.9.10" +version = "0.9.100" authors = ["Frodo45127 "] rust-version = "1.67" edition = "2021" diff --git a/twpatcher b/twpatcher index c4141fb..d0be0bd 160000 --- a/twpatcher +++ b/twpatcher @@ -1 +1 @@ -Subproject commit c4141fbf945604775dabc1305c94b4ff4310da18 +Subproject commit d0be0bdc8e2a014f7c7dfd8bbf56ec0e9b4bf6ef diff --git a/workshopper b/workshopper index 880b5b9..62a3efc 160000 --- a/workshopper +++ b/workshopper @@ -1 +1 @@ -Subproject commit 880b5b9f5a0bc4b8638ce436ff9515ed327b1380 +Subproject commit 62a3efc13a83d8e0f40c3c5633b42e125ad62dfb