Skip to content

Commit

Permalink
updated readme and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Jan 31, 2022
1 parent 1ff420c commit 1342562
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change Log
==========

### 1.4.4 - 2022-01-31

##### Additions
* Added new `--[no-]material-defaults` option to the `to-cityjson` command to control whether CityGML default
values for X3D materials should be used in the CityJSON output. [#24](https://github.com/citygml4j/citygml-tools/issues/24)

##### Fixes
* Fixed bug in `to-cityjson` command when collecting the boundary surfaces for the `"semantics"` property.
* Fixed `to-cityjson` command to avoid duplicate `"materials"`.
* The `from-cityjson` command now avoids creating empty CityGML boundary surfaces for unreferenced semantic surfaces.
* Changed the `from-cityjson` command to only consider semantic surfaces for geometries with LoD > 1.

##### Miscellaneous
* Updated to citygml4j version 2.12.0.

### 1.4.3 - 2021-09-25

##### Additions
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ citygml-tools is licensed under the [Apache License, Version 2.0](http://www.apa
See the `LICENSE` file for more details.

## Latest release
The latest stable release of citygml-tools is 1.4.3.
The latest stable release of citygml-tools is 1.4.4.

Download the citygml-tools 1.4.3 release binaries
[here](https://github.com/citygml4j/citygml-tools/releases/download/v1.4.3/citygml-tools-1.4.3.zip). Previous releases
Download the citygml-tools 1.4.4 release binaries
[here](https://github.com/citygml4j/citygml-tools/releases/download/v1.4.4/citygml-tools-1.4.4.zip). Previous releases
are available from the [releases section](https://github.com/citygml4j/citygml-tools/releases).

## Contributing
Expand Down Expand Up @@ -115,7 +115,7 @@ The libraries are also available as [Maven](http://maven.apache.org/) artifacts
<dependency>
<groupId>org.citygml4j.tools</groupId>
<artifactId>global-app-mover</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</dependency>
```

Expand All @@ -127,7 +127,7 @@ repositories {
}
dependencies {
compile 'org.citygml4j.tools:global-app-mover:1.4.3'
compile 'org.citygml4j.tools:global-app-mover:1.4.4'
}
```

Expand Down

0 comments on commit 1342562

Please sign in to comment.