Skip to content

Commit

Permalink
1.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Apr 29, 2023
1 parent 199b9fd commit 7e63857
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.8.4 (April 29, 2023)
------------------------------
* increase tracking speed of camera when tracking the ball

1.8.3 (March 18, 2023)
------------------------------
* add support for ball holding foul introduced with RCSSServer3D 0.7.6
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.3'
version '1.8.4'
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.3"
const val version = "1.8.4"

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

0 comments on commit 7e63857

Please sign in to comment.