Skip to content

Commit

Permalink
feat: Release hale»studio 5.0.1
Browse files Browse the repository at this point in the history
Change changelog.md and toc.xml
add a new file for 5.0.1.xhtml + images related
  • Loading branch information
emanuelaepure10 committed Jul 5, 2023
1 parent ed9c173 commit 8905fb4
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ See the [change log guidelines](http://keepachangelog.com/) for information on h

## [Unreleased]

## [5.0.1]

### Added
- Add an option to overwrite content in Geopackage Writer instead of appending content
- Add a parameter to the GeoPackage writer that allows creating tables for all mapping-relevant target types
- Add the creation of a .cpg file when a .shp file is beeing exported

### Fixed
- Fix the Commons Text security vulnerability
- Fix to Proxy settings to be able to contact update sites when Proxy usage is required
- Fix the automation of the build process


## [5.0.0]

### Added
Expand Down
60 changes: 60 additions & 0 deletions doc/plugins/eu.esdihumboldt.hale.doc.user/html/new/5_0_1.xhtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?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.0.1?</h1>

<ul>
<li>Added an option to overwrite content in Geopackage Writer instead of appending content</li>
<li>Added a parameter to the GeoPackage writer that allows creating tables for all mapping-relevant target types</li>
</ul>

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

<p>To avoid any compatibility issues when using an existing workspace, we recommend starting with a fresh one when you install
hale»studio 5.0.1</p>

<p>The development work for this release was co-funded by the European Health and Digital Executive Agency (HaDEA) under Action No 2018-EU-IA-0093.</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_0_0_Features" rowspan="1"><h2>New features</h2></td>
</tr>

<tr id="geopackage-writer">
<td class="title">Overwrite content in Geopackage Writer</td>
<td class="content">
<p>
This release add a parameter to the GeoPackage writer that allow overwriting the target file if it exists. The parameter is disabled by default so that data is appended to an existing file unless overwriting is explicitly requested.
</p>
<p>
<img src="5_0_1_images/geopackage-writer.png"></img>
</p>
</td>
</tr>
<tr id="geopackage-parameter">
<td class="title">Parameter to the GeoPackage writer</td>
<td class="content">
<p>
This release add a parameter to the GeoPackage writer that allows creating tables for all mapping-relevant target types, even if they have no instances.
</p>
<p>
<img src="5_0_1_images/geopackage-parameter.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.
2 changes: 2 additions & 0 deletions doc/plugins/eu.esdihumboldt.hale.doc.user/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<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>
<topic href="html/new/5_0_0.xhtml" label="New in 5.0">
</topic>
<topic href="html/new/4_1_0.xhtml" label="New in 4.1">
Expand Down

0 comments on commit 8905fb4

Please sign in to comment.