Skip to content

Commit

Permalink
Release of 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 8, 2025
1 parent ba4cf4f commit 2dfa2d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ with some extra keywords : backend, tests, test, translation, funders, important

### Fixed

### Added
## 0.5.8 - 2025-01-08

### Changed
### Fixed

* Limit amount of decimals in altitude display to 2
* Better display of coordinates, with units

## 0.5.7 - 2024-12-16

Expand Down
4 changes: 2 additions & 2 deletions altiProfil/module.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="altiProfil" name="altiProfil" createdate="2020-03-12">
<version date="2024-12-16">0.5.7</version>
<version date="2025-01-08">0.5.8</version>
<label lang="en_US">altiProfil</label>
<description lang="en_US" />
<license URL="https://spdx.org/licenses/GPL-3.0-or-later.html">GNU GPLv3</license>
<copyright>2020-2024 GEOLAB</copyright>
<copyright>2020-2025 GEOLAB</copyright>
<creator name="arnaud Vandecasteele" email="arnaud [dot] vdc [at] geolab [dot] re" />
<contributor name="3Liz" email="[email protected]"/>
<homepageURL>http://geolab.re</homepageURL>
Expand Down
4 changes: 2 additions & 2 deletions altiProfilAdmin/module.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="altiProfilAdmin" name="altiProfilAdmin" createdate="2020-08-12">
<version date="2024-12-16">0.5.7</version>
<version date="2025-01-08">0.5.8</version>
<label lang="en_US">altiProfilAdmin</label>
<description lang="en_US" />
<license URL="https://spdx.org/licenses/GPL-3.0-or-later.html">GNU GPLv3</license>
<copyright>2020-2024 3liz</copyright>
<copyright>2020-2025 3liz</copyright>
<creator name="3liz" email="[email protected]" active="true"/>
<!--<contributor name="hisname" email="[email protected]" active="true" since="" role=""/>-->
<homepageURL>https://3liz.com</homepageURL>
Expand Down

0 comments on commit 2dfa2d1

Please sign in to comment.