1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

Added version 7.20 info.

This commit is contained in:
Martin Tůma 2020-01-26 22:43:06 +01:00
parent a7b40268ec
commit bf11325e5c
2 changed files with 17 additions and 17 deletions

View File

@ -36,8 +36,8 @@
<div id="content"> <div id="content">
<h2 id="data">Data files</h2> <h2 id="data">Data files</h2>
<p>GPXSee opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SLF, LOC, GeoJSON, <p>GPXSee opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML,
OziExplorer (PLT, RTE, WPT), Garmin GPI, LOC, GeoJSON, OziExplorer (PLT, RTE, WPT), Garmin GPI,
<a href="http://www.poi-factory.com/garmin-csv-file-format">Garmin CSV</a> <a href="http://www.poi-factory.com/garmin-csv-file-format">Garmin CSV</a>
and geotagged JPEG files, however not all format features are supported and geotagged JPEG files, however not all format features are supported
for all formats. Generally, GPXSee supports four kinds of data objects:</p> for all formats. Generally, GPXSee supports four kinds of data objects:</p>

View File

@ -54,7 +54,7 @@
<li> <li>
<div class="left-side"> <img src="css/images/formats.png" alt="" /> </div> <div class="left-side"> <img src="css/images/formats.png" alt="" /> </div>
<div class="right-side"> <div class="right-side">
<p>GPXSee supports all main GPS log file formats, namely GPX, TCX, KML, FIT, IGC, NMEA, LOC, SLF and OziExplorer files.</p> <p>GPXSee supports all main GPS log file formats, namely GPX, TCX, KML, FIT, IGC, NMEA, GPI, LOC, SLF, SML and OziExplorer files.</p>
<div class="buttons"> <div class="buttons">
<a href="https://sourceforge.net/projects/gpxsee/files/latest/download" class="download-btn">Download GPXSee</a> <a href="https://sourceforge.net/projects/gpxsee/files/latest/download" class="download-btn">Download GPXSee</a>
<a href="https://github.com/tumic0/GPXSee" class="github-btn">View on GitHub</a> <a href="https://github.com/tumic0/GPXSee" class="github-btn">View on GitHub</a>
@ -86,8 +86,8 @@
<h3>Key features</h3> <h3>Key features</h3>
<ul> <ul>
<li>Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SLF, LOC, GeoJSON, <li>Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML, LOC,
OziExplorer (PLT, RTE, WPT), Garmin GPI &amp; CSV and GeoJSON, OziExplorer (PLT, RTE, WPT), Garmin GPI &amp; CSV and
geotagged JPEG files.</li> geotagged JPEG files.</li>
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS, <li>User-definable online maps (OpenStreetMap/Google tiles, WMTS,
WMS, TMS, QuadTiles).</li> WMS, TMS, QuadTiles).</li>
@ -115,8 +115,9 @@
installer and an OS X dmg from the project's Sourceforge page and in installer and an OS X dmg from the project's Sourceforge page and in
form of various Linux packages from the project's openSUSE Build Service form of various Linux packages from the project's openSUSE Build Service
page. Most Linux distributions (Archlinux, Fedora, Gentoo, openSUSE, ...) page. Most Linux distributions (Archlinux, Fedora, Gentoo, openSUSE, ...)
as well as BSD distributions (FreeBSD, NetBSD) also provide GPXSee in as well as BSD distributions (FreeBSD, NetBSD, OpenBSD) also provide
their official repositories, however not always in the latest version.</p> GPXSee in their official repositories, however not always in the latest
version.</p>
<p>On OS X you can also use the MacPorts or Homebrew packaging systems <p>On OS X you can also use the MacPorts or Homebrew packaging systems
to install GPXSee.</p> to install GPXSee.</p>
@ -167,6 +168,15 @@
<div id="sidebar"> <div id="sidebar">
<div class="latest-news"> <div class="latest-news">
<h3>Releases</h3> <h3>Releases</h3>
<div class="news-item">
<p class="date">Jan 26 2020</p>
<h4>Version 7.20</h4>
<ul>
<li>Added support for Suunto SML files.</li>
<li>Various IMG maps improvements.</li>
<li>Windows build toolchain update (MSVC 2017, Qt 5.14, OpenSSL 1.1.1)</li>
</ul>
</div>
<div class="news-item"> <div class="news-item">
<p class="date">Jan 12 2020</p> <p class="date">Jan 12 2020</p>
<h4>Version 7.19</h4> <h4>Version 7.19</h4>
@ -207,16 +217,6 @@
<li>Various minor bug fixes in data loading.</li> <li>Various minor bug fixes in data loading.</li>
</ul> </ul>
</div> </div>
<div class="news-item">
<p class="date">Oct 5 2019</p>
<h4>Version 7.15</h4>
<ul>
<li>Fixed broken align of zoom level 0 with tiles of a different size than 256px.</li>
<li>Increased the default tile cache size value to 256MB.</li>
<li>IMG maps text layout tweaking and optimization.</li>
<li>The Windows &amp; OS X builds now use QtPBFImagePlugin v2.</li>
</ul>
</div>
</div> </div>
<div id="changelog-link"> <div id="changelog-link">
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a> <a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a>