Skip to content

Commit 7e63857

Browse files
committed
1.8.4 release
1 parent 199b9fd commit 7e63857

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.8.4 (April 29, 2023)
2+
------------------------------
3+
* increase tracking speed of camera when tracking the ball
4+
15
1.8.3 (March 18, 2023)
26
------------------------------
37
* add support for ball holding foul introduced with RCSSServer3D 0.7.6

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'org.magmaoffenburg.roboviz'
9-
version '1.8.3'
9+
version '1.8.4'
1010
mainClassName = 'org.magmaoffenburg.roboviz.MainKt'
1111

1212
ext {

src/main/kotlin/org/magmaoffenburg/roboviz/Main.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import java.awt.EventQueue
1313
class Main {
1414
companion object {
1515
const val name = "RoboViz"
16-
const val version = "1.8.3"
16+
const val version = "1.8.4"
1717

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

0 commit comments

Comments
 (0)