CHANGELOG.md 2.12 KB
Newer Older
Riegel's avatar
Riegel committed
1
2
3
4
5
6
7
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Riegel's avatar
Riegel committed
8
## [3.16.0] ((2024-11-11))
Riegel's avatar
Riegel committed
9
10
11
12
13
14
15
16
17
18
19
20
21

CityDoctor now supports the import, export and validation of CityGML 3.0 files.

#### CityGML Object parsing

- CityDoctor is now capable of parsing and validating the following CityGML objects:

    - Tunnel, TunnelParts, TunnelHollows and TunnelInstallations
    - BuildingRooms, BuildingFurniture, BuildingStoreys and BuildingUnits
    - BridgeRooms and BridgeFurniture
    - CityFurniture
    - GenericCityObjects

Riegel's avatar
Riegel committed
22
- CityDoctor now supports ImplicitGeometries and CompositeSurfaces.
Riegel's avatar
Riegel committed
23
24
25
26

- Data from CityDoctor's internal model will now be exported to the same CityGML version as
the input file, rather than always exporting it to CityGML 2.0.

Riegel's avatar
Riegel committed
27

Riegel's avatar
Riegel committed
28
29
#### CityDoctorGUI

Riegel's avatar
Riegel committed
30
- Featuretabs for Tunnel, CityFurniture and other CityObjects were added.
Riegel's avatar
Riegel committed
31
32
33
34

- QoL improvements:
  - Added a north arrow to the mesh view.
  - The camera of the mesh view can now be dragged by holding the right mouse button.
Riegel's avatar
Riegel committed
35
36
  - Added a button which resets the camera view back to the initial state.
  - Added a button to toggle hiding of roof BoundarySurfaces in the mesh view.
Riegel's avatar
Riegel committed
37
  - Feature-tabs will now be greyed out if they contain no objects.
Riegel's avatar
Riegel committed
38
  - Added a view-tab for GenericAttributes
Riegel's avatar
Riegel committed
39
40
41
42
43
44


### Fixed

- Fixed a TreeNode text color bug, which showed unchecked objects as being already validated.
- Fixed an oversight in the CityGML version number parsing
Riegel's avatar
Riegel committed
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73


## [3.15.0] (2024-09-03)

### Added (7 changes)

- Add CityDoctorAutoPro extension.
- Add CityDoctorGUI extension.
- Add CityDoctorHealer extension.
- Add CityDoctorHealerGUI extension.
- Add CityDoctorHealerGenetic extension.
- Add CityDoctorWebService extension.
- Add Documentation for extension modules.

### Fixed (1 change)

- Fix false positives for Solid self-intersections.

### Changed (1 change)

- Update Maven dependencies: Include JavaFX

### Security (1 change)

- Upgrade SnakeYAML to version 2.0

## [3.14.0] (2024-03-20)

Official Release of CityDoctor2