Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
UndeadZeratul committed Feb 9, 2024
1 parent 683d6b5 commit 5088f6c
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pk3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ runs:
- uses: actions/checkout@v4
- uses: montudor/action-zip@v1
with:
args: zip -r "hexadoken-legacy-continued-${{ env.SUFFIX }}.pk3" . -i graphics/* patches/* sounds/* sprites/* zscript/* CVARINFO KEYCONF LANGUAGE LICENSE MAPINFO MENUDEF readme.md SNDINFO TEXTURES zscript.zsc
args: zip -r "hexadoken-legacy-continued-${{ env.SUFFIX }}.pk3" . -i graphics/* patches/* sounds/* sprites/* zscript/* CHANGELOG.md CVARINFO KEYCONF LANGUAGE LICENSE MAPINFO MENUDEF readme.md SNDINFO TEXTURES zscript.zsc
95 changes: 95 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 5088f6c

Please sign in to comment.