Skip to content

Commit

Permalink
feat: hale»studio 5.1.0
Browse files Browse the repository at this point in the history
Update CHANGELOG, add description of the new release to <release-tag>.xhtml page and update infocenter container.

ING-3990
  • Loading branch information
emanuelaepure10 committed Feb 2, 2024
1 parent bb04e1d commit d5b149d
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 3 deletions.
37 changes: 35 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,41 @@
# Change Log
All notable changes to this project will be documented in this file.
See the [change log guidelines](http://keepachangelog.com/) for information on how to structure the file.
See the [change log guidelines](https://github.com/halestudio/hale/compare/5.0.1...5.1.0) for information on how to structure the file.

## [Unreleased]
## [Unreleased](https://github.com/halestudio/hale/compare/5.0.1...5.1.0)

## [5.1.0]

### Added
- Support for reading multiple sheets from an Excel file simultaneously
- Enable exporting of multiple feature types to Excel
- Allow loading Excel with blank rows and sheets for schema and source data
- Add predefined and custom formatters for Date cells in Excel import
- Enable exporting feature types with no data in Excel
- Align Excel with CSV export wizard
- Prefer properties with short paths as GeoJSON geometry property
- Add wizard page to select the read mode for GeoJSON/JSON
- Added support for importing data from JSON files, enhancing the versatility of data import options.
- Introduced support for loading JSON schema, providing users with greater flexibility in handling JSON data structures.
- Improve the export to Shapefiles including feature types with no geometry
- Support adding multiple selections of feature types to be exported to CSV
- Replace default map with OpenStreetMap
- Add Boolean and Java Pattern class to Groovy restriction whitelist
- Update decimal places to 20 for GeoTools

## Maintenance
- Update Geotools to version 29.1
- Update dependencies in hale-platform to resolve security issues
- Fix for the Windows installer

### Fixed
- Fix Excel reader not adding instances for empty rows
- Fix Shapefile writer to recognize geometries for feature types
- Fix exporting transformed data leading to a shift of attribute values in Shapefile
- Fix TopoJSON encoding
- Fix endless loop when skipping instances in paginated WFS request
- Fix exporting HSD schemas for schemas with no namespace
- Fix Type selection broken on custom export config

## [5.0.1]

Expand Down
87 changes: 87 additions & 0 deletions doc/plugins/eu.esdihumboldt.hale.doc.user/html/new/5_1_0.xhtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="new.css" />
<title>What's new in hale»studio 5.0.1?</title>
</head>
<body>
<h1>What's new in hale»studio 5.1.0?</h1>

<ul>
<li>update Map using OpenStreetMap</li>
<li>Consistent Experience for Excel and CSV</li>
<li>Better Excel Support</li>
<li>Enhanced Date Formatting for Excel/CSV</li>
</ul>

<p>
For a full list of changes, please check out the <a
href="https://github.com/halestudio/hale/blob/master/CHANGELOG.md#510"
target="_blank">changelog on GitHub</a>
</p>

<p>We extend our sincere gratitude to Umweltbundesamt Deutschland and the Landesamt für Digitalisierung, Breitband und Vermessung (LDBV) Bayern for their generous support and collaboration in the development of this release. Their valuable contributions have played a crucial role in enhancing the capabilities and quality of our software.</p>

<table border="0" cellpadding="15" cellspacing="0" class="news" id="5_0_0">
<tbody>

<!-- New features -->
<tr>
<td class="section" colspan="2" id="5_1_0_Features" rowspan="1"><h2>New features</h2></td>
</tr>

<tr id="map_update">
<td class="title">Map Update</td>
<td class="content">
<p>
This release replaced the default map with OpenStreetMap for better visualization.
</p>
<p>
<img src="5_1_0_images/OpenStreetMap.png"></img>
</p>
</td>
</tr>
<tr id="export_multiple_feature_types">
<td class="title">Consistent Experience for Excel and CSV</td>
<td class="content">
<p>
This release adds more features to Excel/CSV such as:
<ul>
<li>Exporting multiple types of features to Excel/CSV is now simpler and faster.</li>
<li>Even if your feature types have no data, you can still export them to Excel for future reference.</li>
<li>We've fixed issues with the Excel reader not recognizing empty rows, ensuring smoother data processing.</li>
<li>The Excel functionality now aligns seamlessly with our CSV export wizard, providing a unified experience across formats.</li>
</ul>
</p>
<p>
<img src="5_1_0_images/export_multiple_feature_types.png"></img>
</p>
</td>
</tr>
<tr id="import_multiple_sheet_excel">
<td class="title">Better Excel Support</td>
<td class="content">
<p>
This release adds a feature to Excel that allow you to work with multiple sheets all at once, making it easier to manage your data.
</p>
<p>
<img src="5_1_0_images/import_multiple_sheet_excel.png"></img>
</p>
</td>
</tr>
<tr id="import_source_data_date_formatter">
<td class="title">Enhanced Date Formatting</td>
<td class="content">
<p>
This release allows you to choose from predefined or custom formats for Date cells during Excel/CSV import, giving you more control over your data.
</p>
<p>
<img src="5_1_0_images/import_source_data_date_formatter.png"></img>
</p>
</td>
</tr>
</tbody>
</table>
</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion doc/plugins/eu.esdihumboldt.hale.doc.user/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<anchor id="resources"/>
</topic>
<topic label="What&apos;s new?">
<topic href="html/new/5_0_1.xhtml" label="New in 5.0.1">
<topic href="html/new/5_1_0.xhtml" label="New in 5.1.0">
</topic>
<topic href="html/new/5_0_1.xhtml" label="New in 5.0.1">
</topic>
<topic href="html/new/5_0_0.xhtml" label="New in 5.0">
</topic>
Expand Down

0 comments on commit d5b149d

Please sign in to comment.