CHANGELOG.md 2.6 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
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## [3.17.0] (TBD)

### Added

- Checking of CityGml ZIP-archives with CityDoctor (#12)

### Changed

- Changed GUI to allow loading and checking of ZIP-archives. (#12)

### Fixes

- Reworked self-intersection calculations to eliminate false-positives (#65)
- CityGml objects added in 3.16.0 are now being recorded in error statistics and validation reports (#104)
- Envelope and CRS will now be included when exporting singular features
- Fixed various minor errors and bugs in CityDoctorGUI

## [3.16.0] (2024-11-11)
Riegel's avatar
Riegel committed
26
27
28
29
30
31
32
33
34
35
36
37
38

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
39
- CityDoctor now supports ImplicitGeometries and CompositeSurfaces.
Riegel's avatar
Riegel committed
40
41
42
43

- 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
44

Riegel's avatar
Riegel committed
45
46
#### CityDoctorGUI

Riegel's avatar
Riegel committed
47
- Featuretabs for Tunnel, CityFurniture and other CityObjects were added.
Riegel's avatar
Riegel committed
48
49
50
51

- 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
52
53
  - 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
54
  - Feature-tabs will now be greyed out if they contain no objects.
Riegel's avatar
Riegel committed
55
  - Added a view-tab for GenericAttributes
Riegel's avatar
Riegel committed
56
57
58
59
60
61


### 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90


## [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