diff --git a/CHANGELOG.md b/CHANGELOG.md index 8795dfb..1f0ed1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.8.2] - 2019-05-26 ### TR2Main bugfixes - Background capture is redesigned, now it's fast again (broken since v0.8.0). - Background capture is processed only when required (broken since v0.8.0). @@ -136,7 +138,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed unsafe memory management in the screenshot function, which caused the game to crash at higher screen resolutions. - Fixed incorrect TGA screenshot creation. In the original game, the bottom line of pixels is filled with junk. -[Unreleased]: https://github.com/Arsunt/TR2Main/compare/v0.8.1...HEAD +[Unreleased]: https://github.com/Arsunt/TR2Main/compare/v0.8.2...HEAD +[0.8.2]: https://github.com/Arsunt/TR2Main/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/Arsunt/TR2Main/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/Arsunt/TR2Main/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/Arsunt/TR2Main/compare/v0.6.0...v0.7.0