Skip to content

Commit

Permalink
release: 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Nov 16, 2021
1 parent 64723d6 commit 563c9fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),

See [the changelog of the backend](https://github.com/software-challenge/backend/blob/main/CHANGELOG.md)
See the [changelog of the backend](https://github.com/software-challenge/backend/blob/main/CHANGELOG.md)
for details on our versioning scheme.

## [22.1.0](https://github.com/software-challenge/gui/commits/22.1.0) Fancying up- 2021-11
## [22.1.0](https://github.com/software-challenge/gui/commits/22.1.0) Fancying up - 2021-11
- Ensure compatibility beyond Java 16
- Figure animations
- Persist Preferences
- Animate figures
- Persist preferences

## [22.0.3](https://github.com/software-challenge/gui/commits/22.0.3) - 2021-07-26
- Fix annoying error when striking a figure in a human vs human match
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tasks {
val release by creating {
dependsOn(clean, check)
group = "distribution"
description = "Creates and pushes a tagged commit according to the backend version"
description = "Create and push a tagged commit matching the backend version"
doLast {
val desc = project.properties["m"]?.toString()
?: throw InvalidUserDataException("Das Argument -Pm=\"Beschreibung dieser Version\" wird benötigt")
Expand Down

0 comments on commit 563c9fa

Please sign in to comment.