From d35f92d9a801782541fae86b8447e6b5687cdd7e Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 3 Mar 2024 01:25:28 +0000 Subject: [PATCH 1/2] Prepare release v1.4.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b676f6..64243e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v1.4.0] - 2024-03-03 + ### Added - Added Freedoom Shellbox sprites (#25). @@ -132,7 +134,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release. Originally made by Testament-Holmes, now maintained by the community. - Added all boxable rounds provided by HDBulletLib -[Unreleased]: https://github.com/HDest-Community/reusable-ammoboxes/compare/v1.3.2...HEAD +[Unreleased]: https://github.com/HDest-Community/reusable-ammoboxes/compare/v1.4.0...HEAD + +[v1.4.0]: https://github.com/HDest-Community/reusable-ammoboxes/compare/v1.3.2...v1.4.0 [v1.3.2]: https://github.com/HDest-Community/reusable-ammoboxes/compare/v1.3.1..v1.3.2 From 080fd38b28b7d9a8c37387e2cc99df76f0b460ab Mon Sep 17 00:00:00 2001 From: UndeadZeratul Date: Sat, 2 Mar 2024 19:29:14 -0600 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64243e9..3e52720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update Build Scripts. +- Update Build Scripts (#27, #28, #29, #30). +- Fix spawn replacer CVAR initialization checks (#26). +- Fix `ReusableRocketBox` Spawn slots for latest HDest Main (#33). +- Update `handleDroppedAmmobox` logic to fallback to simply replacing the box if the item being replaced isn't able to be bundled/boxed (#33). ## [v1.3.2] - 2023-10-25