-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
683d6b5
commit 5088f6c
Showing
2 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# 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] | ||
|
||
|
||
### Changed | ||
|
||
- Update Build Scripts (#15, #16, #17). | ||
|
||
## [v1.3.1] - 2023-12-18 | ||
|
||
### Changed | ||
|
||
- Fix sight bobs for M1 Garand (#13). | ||
|
||
## [v1.3.0] - 2023-10-25 | ||
|
||
### Added | ||
|
||
- Added credits for community maintainers | ||
|
||
### Changed | ||
|
||
- Refine Spawning Slots (#12). | ||
|
||
## [v1.2.2] - 2023-07-30 | ||
|
||
### Changed | ||
|
||
- Add missing SNDINFO entries (#11). | ||
|
||
## [v1.2.1] - 2023-07-18 | ||
|
||
### Changed | ||
|
||
- Update Boss Rifle Variants to better match the vanilla Boss Rifle (#8). | ||
- Fix .30-06 Clips not working in loadouts (#10). | ||
|
||
## [v1.2.0] - 2023-07-04 | ||
|
||
### Changed | ||
|
||
- Update to ZScript 4.10 | ||
- Update Spawn Handler (#5, #6, #7). | ||
|
||
## [v1.1.2] - 2023-07-27 | ||
|
||
### Changed | ||
|
||
- Update Spawn Handler, refined spawn slots (#4). | ||
|
||
## [v1.1.1] - 2023-06-08 | ||
|
||
### Changed | ||
|
||
- Fixed PK3 filename. | ||
|
||
## [v1.1.0] - 2023-06-08 | ||
|
||
### Changed | ||
|
||
- Minor Cleanup, refactor ZScript files, added debug logging to spawn handler (#1). | ||
|
||
## v1.0.0 | ||
|
||
### Added | ||
|
||
- Initial Release. | ||
|
||
[Unreleased]: https://github.com/HDest-Community/HexaDoken-Legacy-Continued/compare/v1.3.0...HEAD | ||
|
||
[v1.3.0]: https://github.com/HDest-Community/HexaDoken-Legacy-Continued/compare/v1.2.0...v1.3.0 | ||
|
||
[v1.2.0]: https://github.com/HDest-Community/HexaDoken-Legacy-Continued/compare/v1.1.4..v1.2.0 | ||
|
||
[v1.1.4]: https://github.com/HDest-Community/HexaDoken-Legacy-Continued/compare/v1.1.3..v1.1.4 | ||
|
||
[v1.1.3]: https://github.com/HDest-Community/HexaDoken-Legacy-Continued/compare/v1.1.2..v1.1.3 | ||
|
||
[v1.1.2]: https://github.com/HDest-Community/HexaDoken-Legacy-Continued/compare/v1.1.1..v1.1.2 | ||
|
||
[v1.1.1]: https://github.com/HDest-Community/HexaDoken-Legacy-Continued/compare/v1.1.0..v1.1.1 | ||
|
||
[v1.1.0]: https://github.com/HDest-Community/HexaDoken-Legacy-Continued/compare/v1.0.2..v1.1.0 | ||
|
||
[v1.0.2]: https://github.com/HDest-Community/HexaDoken-Legacy-Continued/compare/v1.0.1..v1.0.2 | ||
|
||
[v1.0.1]: https://github.com/HDest-Community/HexaDoken-Legacy-Continued/compare/v1.0.0..v1.0.1 | ||
|
||
[v1.0.0]: https://github.com/HDest-Community/HexaDoken-Legacy-Continued/releases/tag/v1.0.0 |