Skip to content

Commit

Permalink
1.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Apr 4, 2022
1 parent 8374293 commit 1383689
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.2.3 (April 4, 2022)
------------------------------
* Improved reliability when counting scored goals
* Kicks disrupting the game flow are now prevented from being executed
* *Internal: Updated libraries*
* *Internal: Removed Gson dependency*

1.2.2 (March 5, 2021)
------------------------------
* Prevent losing orientation by limiting the maximum NeckPitch angle to zero degrees
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It should be compatible with older JREs, too, but this is not verified.
- Make sure you have Java installed and available on your command line.

### Getting the prebuilt version
We provide a prebuilt version of the Fat Proxy. You can download the latest version from the [Releases page](https://github.com/magmaOffenburg/magmaFatProxy/releases) (e.g. `magmafatproxy-1.2.2.zip`). The Zip file contains the JAR file as well as the start script.
We provide a prebuilt version of the Fat Proxy. You can download the latest version from the [Releases page](https://github.com/magmaOffenburg/magmaFatProxy/releases) (e.g. `magmafatproxy-1.2.3.zip`). The Zip file contains the JAR file as well as the start script.

### Building from source
- Clone the repository: `git clone https://github.com/magmaOffenburg/magmaFatProxy`.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>magmaoffenburg</groupId>
<artifactId>magmafatproxy</artifactId>
<packaging>jar</packaging>
<version>1.2.2</version>
<version>1.2.3</version>
<name>magmaFatProxy</name>
<url>https://github.com/magmaOffenburg/magmaFatProxy</url>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/magma/fatproxy/MagmaFatProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
public class MagmaFatProxy
{
private static final String PROXY_VERSION = "1.2.2";
private static final String PROXY_VERSION = "1.2.3";

/**
* Instantiates and starts the Simspark agent proxy.
Expand Down

0 comments on commit 1383689

Please sign in to comment.