diff --git a/CHANGELOG.md b/CHANGELOG.md index a072b97..2dbf31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + + +## [v1.2.1] - 2020-11-23 +### Changed +- GitHub Actions workflow now produces both a release and debug zip archive. + ### Fixed -- For windows release builds, use the /MT flag rather than /MD. When built with /MD the plugin does not work with exported projects. +- Release binary for Windows 64-bit export. ## [v1.2.0] - 2020-11-21 @@ -37,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The Terminal `write()` method now accepts both String and PoolByteArray. -[Unreleased]: https://github.com/lihop/godot-xterm/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/lihop/godot-xterm/compare/v1.2.1...HEAD +[v1.2.1]: https://github.com/lihop/godot-xterm/compare/v1.2.0...v1.2.1 [v1.2.0]: https://github.com/lihop/godot-xterm/compare/v1.0.0...v1.2.0 [v1.0.0]: https://github.com/lihop/godot-xterm/releases/tag/v1.0.0 diff --git a/addons/godot_xterm/plugin.cfg b/addons/godot_xterm/plugin.cfg index 32c2fd5..32c68d4 100644 --- a/addons/godot_xterm/plugin.cfg +++ b/addons/godot_xterm/plugin.cfg @@ -3,5 +3,5 @@ name="GodotXterm" description="" author="The GodotXterm authors" -version="1.2.0" +version="1.2.1" script="plugin.gd"