diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d46599..57193d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,58 +7,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v2.0.0] - 2024-02-09 + ### Added -- New Chainsaw Scientist! Deals high amount of Slash Damage in quick successions, and drops a Lumberjack Chainsaw as a reward. -- New Community Spawn Handler. -- More melee weapon support! PB's Combat Knives and Sledgehammers, as well as Emmy's Crowbar, now drop from their respective Zombie Scientist variants. +- New Chainsaw Scientist! Deals high amount of Slash Damage in quick successions, and drops a Lumberjack Chainsaw as a reward. +- New Community Spawn Handler. +- More melee weapon support! PB's Combat Knives and Sledgehammers, as well as Emmy's Crowbar, now drop from their respective Zombie Scientist variants. ### Changed -- Rebalanced Scientist movement speed (#1). -- Updated attack animations (#1). -- Common logic has been refactored into new base class. -- Scientists now properly use `A_HDLook` and `A_HDChase` +- Rebalanced Scientist movement speed (#1). +- Updated attack animations (#1). +- Common logic has been refactored into new base class. +- Scientists now properly use `A_HDLook` and `A_HDChase` -## [1.2c] +## [v1.2c] ### Changed -- Updated Class Names for latest HDest. +- Updated Class Names for latest HDest. -## [1.2b] +## [v1.2b] ### Added -- Now maintained by the HDest Discord Community Modders. +- Now maintained by the HDest Discord Community Modders. -## [1.2] +## v1.2.0 ### Added -- Added support for PB's weapon pack! Axe scientists now drop the fire axe! -Doorbusters rejoice! +- Added support for PB's weapon pack! Axe scientists now drop the fire axe! + Doorbusters rejoice! ### Changed -- Greatly reduced spawn chance of scientists across the board, since they -were spawning to the point where it harms HidDest's natural dakka state with the -4mm. +- Greatly reduced spawn chance of scientists across the board, since they + were spawning to the point where it harms HidDest's natural dakka state with the + 4mm. -## [1.1] +## v1.1.0 ### Changed -- Slightly tweaks the scientist melee range to make them more imposing, and -also sets all their size to 1.0, for better or worse, save for the knife lady -who gets 0.95. +- Slightly tweaks the scientist melee range to make them more imposing, and + also sets all their size to 1.0, for better or worse, save for the knife lady + who gets 0.95. -## [1.0] +## v1.0.0 ### Added -- Initial Release +- Initial Release + +[Unreleased]: https://github.com/HDest-Community/HDest-Zombie-Scientists/compare/v2.0.0...HEAD + +[v2.0.0]: https://github.com/HDest-Community/HDest-Zombie-Scientists/compare/v1.2c...v2.0.0 + +[v1.2c]: https://github.com/HDest-Community/Zombie-Scientists/compare/v1.2b..v1.2c -[Unreleased]: https://github.com/HDest-Community/Zombie-Scientists/compare/v1.2c..HEAD -[1.2c]: https://github.com/HDest-Community/Zombie-Scientists/compare/v1.2b..v1.2c -[1.2b]: https://github.com/HDest-Community/Zombie-Scientists/releases/tag/v1.2b \ No newline at end of file +[v1.2b]: https://github.com/HDest-Community/Zombie-Scientists/releases/tag/v1.2b