Skip to content

Commit

Permalink
1.8.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Mar 18, 2023
1 parent 2729444 commit 23fc169
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
1.8.3 (March 18, 2023)
------------------------------
* add support for ball holding foul introduced with RCSSServer3D 0.7.6
* add optional buffering mechanism for bad network connections

1.8.2 (July 14, 2022)
------------------------------
* Assign default team color based on team name
* assign default team color based on team name

1.8.1 (April 7, 2022)
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'org.magmaoffenburg.roboviz'
version '1.8.2'
version '1.8.3'
mainClassName = 'org.magmaoffenburg.roboviz.MainKt'

ext {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/magmaoffenburg/roboviz/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import java.awt.EventQueue
class Main {
companion object {
const val name = "RoboViz"
const val version = "1.8.2"
const val version = "1.8.3"

var mode = Mode.LIVE
lateinit var config: Config // TODO maybe Config should be a Object
Expand Down

0 comments on commit 23fc169

Please sign in to comment.