From 4aedfefd3d28c74a933d006b27acb2e5ab43ecfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20M=C3=A4ckel?= Date: Fri, 5 Aug 2022 10:59:39 +0200 Subject: [PATCH] Prepared README and CHANGELOG for 0.7.1 release. --- CHANGELOG.md | 8 +++++--- README.md | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87cc576639..891986bc97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -[0.8]: https://github.com/tudo-aqua/bgw/releases/tag/v0.8 +[0.7.1]: https://github.com/tudo-aqua/bgw/releases/tag/v0.7.1 [0.7]: https://github.com/tudo-aqua/bgw/releases/tag/v0.7 [0.6]: https://github.com/tudo-aqua/bgw/releases/tag/v0.6 [0.5]: https://github.com/tudo-aqua/bgw/releases/tag/v0.5 @@ -6,9 +6,9 @@ [0.3]: https://github.com/tudo-aqua/bgw/releases/tag/v0.3 [0.2]: https://github.com/tudo-aqua/bgw/releases/tag/v0.2 [0.1]: https://github.com/tudo-aqua/bgw/releases/tag/v0.1 - + @@ -16,7 +16,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [0.8] - To be released +## [0.7.1] - 05.08.2022 ### Added - BGW-Net Protocol client. @@ -29,12 +29,14 @@ All notable changes to this project will be documented in this file. ### Removed - Disabled default undo operation in TextField and TextArea as it causes NPEs in JavaFX. + - Write access to Animation.isRunning ### Fixed - Grid.grow() not updating row heights array. - Format function not getting applied to selected item in ComboBox. - Drag and Drop rollback on panes. - Exception when changing GameScenes in onDragDropped + - Flip Animation resetting size of ImageVisuals. ## [0.7] - 15.07.2022 diff --git a/README.md b/README.md index d07a855fad..f04d60da8e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Start by adding the latest version of BGW as a dependency to your project. #### Gradle ```gradle -implementation("tools.aqua:bgw-gui:0.6") +implementation("tools.aqua:bgw-gui:0.7.1") ``` #### Maven @@ -47,7 +47,7 @@ implementation("tools.aqua:bgw-gui:0.6") tools.aqua bgw-gui - 0.6 + 0.7.1 ```