Skip to content

Commit

Permalink
Bump version to 2.0.0-rc2
Browse files Browse the repository at this point in the history
With the displacements and VMT issues fixed, I think this version is ready for release, however another bug was reported on github that I cannot reproduce locally, so this is to check if the issue still exists
  • Loading branch information
Dylancyclone committed Aug 2, 2021
1 parent a3290a6 commit 23e3547
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Watch a demonstration video:

From the root directory, run:

`mvn package;java -jar ./target/VMF2OBJ-2.0.0-rc.1-jar-with-dependencies.jar [VMF_FILE] [args...]`
`mvn package;java -jar ./target/VMF2OBJ-2.0.0-rc.2-jar-with-dependencies.jar [VMF_FILE] [args...]`

```
usage: vmf2obj [VMF_FILE] [args...]
Expand Down
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
* Verticies that are within 0.2 units of each other will be merged together, greatly reducing the number of extraneous vertices when dealing with complex brushes
* Fix colinear and equidistant points causing a crash
* Fix brushes having inverted normals
* Fix displacements being exported incorrectly
* Fix compatibility with new large VMT files
* Fix compatibility with VMT files that have GPU conditional statements

4/27/2021 1.1.3:
* Improve transparent material compatibility
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.lathrum.VMF2OBJ</groupId>
<artifactId>VMF2OBJ</artifactId>
<version>2.0.0-rc.1</version>
<version>2.0.0-rc.2</version>
<packaging>jar</packaging>

<name>VMF2OBJ</name>
Expand Down

0 comments on commit 23e3547

Please sign in to comment.