Skip to content

Commit

Permalink
Merge pull request #325 from tudo-aqua/release_0.7.1
Browse files Browse the repository at this point in the history
Release 0.7.1
  • Loading branch information
snaujokat authored Aug 5, 2022
2 parents 3eaa97b + 4aedfef commit d19a167
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[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
[0.4]: https://github.com/tudo-aqua/bgw/releases/tag/v0.4
[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
<!-- ### Fixed -->
<!-- ### Added -->
<!-- ### Changed -->
<!-- ### Fixed -->
<!-- ### Removed -->
<!-- ### Security -->
<!-- ### Deprecated -->

# 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.
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ 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
```xml
<dependency>
<groupId>tools.aqua</groupId>
<artifactId>bgw-gui</artifactId>
<version>0.6</version>
<version>0.7.1</version>
</dependency>
```

Expand Down

0 comments on commit d19a167

Please sign in to comment.