Skip to content

Commit

Permalink
1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed May 27, 2016
1 parent 7d74369 commit e251c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* added an overlay to display fouls (can be toggled with `Q`) (#82)
* added `Shift+L` and `Shift+R` shortcuts to switch to the `direct_free_kick_left` / `right` play modes added in rcssserver3d 0.6.11 (#85)
* added support for using `~/.roboviz/config.txt` instead of the local `config.txt` if present
* added the RoboViz version to the window title

1.1.2
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/rv/Viewer.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
public class Viewer extends GLProgram
implements GLEventListener, ServerComm.ServerChangeListener, LogPlayer.StateChangeListener {

private static final String VERSION = "1.1.2";
private static final String VERSION = "1.2.0";

public enum Mode {
LOGFILE, LIVE,
Expand Down

0 comments on commit e251c9f

Please sign in to comment.