File tree 3 files changed +6
-2
lines changed
src/main/java/magma/tools/benchmark/view
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 3.2 (to be relesaed)
2
+ ---------------------
3
+ - added Throw In Challenge for RoboCup 2024
4
+
1
5
Version 3.1 (RoboCup 2023)
2
6
---------------------
3
7
- Rolling Ball Challenge: add rule to prevent player from moving too far
Original file line number Diff line number Diff line change 5
5
<groupId >magmaoffenburg</groupId >
6
6
<artifactId >magmachallenge</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >3.1 </version >
8
+ <version >3.2-beta1 </version >
9
9
<name >magmaChallenge</name >
10
10
<url >https://github.com/magmaOffenburg/magmaChallenge</url >
11
11
Original file line number Diff line number Diff line change 59
59
*/
60
60
public class BenchmarkView extends JFrame implements IObserver <IModelReadOnly >
61
61
{
62
- public static final String VERSION = "3.2" ;
62
+ public static final String VERSION = "3.2-beta1 " ;
63
63
64
64
private final JComboBox <ChallengeType > challenge ;
65
65
You can’t perform that action at this time.
0 commit comments