From a0384e48864f80807a0f11122fd36597a9c54840 Mon Sep 17 00:00:00 2001 From: UndeadZeratul Date: Fri, 9 Feb 2024 16:41:15 -0600 Subject: [PATCH] Add Changelog --- CHANGELOG.md | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f866678 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,104 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +- Added PD-42 Reflex Sight upgrade for the FAK (#32). + +### Changed + +- Add missing content to reamde (#26). +- Add Alt-Reload to SwapPistols state label (#29). +- Update DSD logic to better match vanilla Backpacks (#30). +- Update Build Scripts (#33, #34, #35). + +## [v1.2.0] + +### Changed + +- Remove vertical clamps from front sight bob (#23). +- Update PSG Loadout Code & Sprite Index to remove conflict with PB's B&M (#24). + +## [v1.1.4] + +### Changed + +- Updated muzzle flashes to properly use `A_Overlay` sprites (#21). + +## [v1.1.3] + +### Changed + +- Add remaining folders to build scripts (#20). + +## [v1.1.2] + +### Changed + +- Fix ZSCRIPT.zs filename in project root (#19). + +## [v1.1.1] + +### Changed + +- Unify ZScript Filenames (#18). + +## [v1.1.0] + +### Added + +- Ported Ace's items into pack (#14). +- Added credits for community maintainers. + +### Changed + +- Synced Wyvern to behave more like the vanilla Slayer (#13). +- Updated sight bob logic (#16, #17). +- Refined spawning slots (#15). + +## [v1.0.2] + +### Changed + +- Tweaked Majestic's Sprites & Sound definitions (#12). +- Added ability to swap hands back. + +## [v1.0.1] + +### Changed + +- Fixed Readme's Filename + +## [v1.0.0] + +### Added + +- Initial Release. Originally created as individual mods by Accensus, now maintained by the community. +- Currently contains the following weapons: + - Blackhawk, added in (#1). + - Blackjack, added in (#2). + - Gungnir, added in (#3). + - Hammerhead, added in (#4). + - Jackdaw, added in (#5). + - Majestic, added in (#6). + - Redline, added in (#7). + - Scorpion, added in (#8). + - Viper, added in (#9). + - Wyvern, added in (#10). + +[Unreleased]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.2.0..HEAD +[v1.2.0]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.1.4..v1.2.0 +[v1.1.4]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.1.3..v1.1.4 +[v1.1.3]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.1.2..v1.1.3 +[v1.1.2]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.1.1..v1.1.2 +[v1.1.1]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.1.0..v1.1.1 +[v1.1.0]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.0.2..v1.1.0 +[v1.0.2]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.0.1..v1.0.2 +[v1.0.1]: https://github.com/HDest-Community/ace-corp-extended/compare/v1.0.0..v1.0.1 +[v1.0.0]: https://github.com/HDest-Community/ace-corp-extended/releases/tag/v1.0.0 \ No newline at end of file