Skip to content

Commit

Permalink
1.4.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremexp committed Jan 22, 2023
1 parent 57cc266 commit 367962f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- 1.4.1 - 22/01/2023
- all->ut4: fixed all converted sound actors have same radius
- extractor tool: now staticmeshes are now also exported from map package when using Epic Games extractor
- conversion settings: now allow change the radius factor of all lights
- ui: fixed recent conversion history not working properly

- 1.4.0 - 21/01/2023
- Added support for ut2003/4/unreal 2 conversion to Unreal Tournament 3 (note: terrain not yet converted)
- u1->all: fixed conversion crash with Unreal 1 patch v227f
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>org.xtx</groupId>
<artifactId>UT-Converter</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<packaging>jar</packaging>

<name>UT Converter</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xtx/ut4converter/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class MainApp extends Application {
/**
* Version of UT4 Converter
*/
public static final String VERSION = "1.4.0";
public static final String VERSION = "1.4.1";

/**
* Author
Expand Down

0 comments on commit 367962f

Please sign in to comment.