From 6e9cd130a7ca9ca5c0631ed42dc293ac878a5d95 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Mon, 15 Aug 2022 17:12:36 +1200 Subject: [PATCH] Bump version to 2.1.1 --- addons/godot_xterm/plugin.cfg | 2 +- docs/CHANGELOG.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/addons/godot_xterm/plugin.cfg b/addons/godot_xterm/plugin.cfg index 42bad951..567ac79e 100644 --- a/addons/godot_xterm/plugin.cfg +++ b/addons/godot_xterm/plugin.cfg @@ -3,5 +3,5 @@ name="GodotXterm" description="" author="Leroy Hopson" -version="2.1.0" +version="2.1.1" script="plugin.gd" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8aa5eb3b..8e93d4de 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,8 +5,10 @@ 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](https://github.com/lihop/godot-xterm/compare/v2.1.0...HEAD) +## [Unreleased](https://github.com/lihop/godot-xterm/compare/v2.1.1...HEAD) + +## [v2.1.1](https://github.com/lihop/godot-xterm/compare/v2.1.0...v2.1.1) - 2022-08-15 ### Fixed Thanks to [@ConteZero](https://github.com/contezero) for reporting and providing feedback on these issues: - [#51][i51]: Fixed issue where terminal would lose focus on Tab/Arrow key presses @@ -16,7 +18,6 @@ Thanks to [@ConteZero](https://github.com/contezero) for reporting and providing - [#55][i55]: Fixed unicode errors that would occur when using PTY with Terminal. - [#56][i56]: Fixed incorrect initial size of PTY when used with Terminal. - [i51]: https://github.com/lihop/godot-xterm/issues/51 [i53]: https://github.com/lihop/godot-xterm/issues/53 [i55]: https://github.com/lihop/godot-xterm/issues/55