1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-12-05 00:39:09 +01:00

Compare commits

..

No commits in common. "768a440d47071cbec52ef8ed1a9a42139af0952b" and "e2cf5fe483c8c9f5716d8243d0b6ccf6931b8182" have entirely different histories.

2 changed files with 10 additions and 23 deletions

View File

@ -290,21 +290,8 @@
<h4 id="headers">Server access</h4>
<p>If the map server requires HTTP authentication, you can use the <i>authorization</i>
element to specify HTTP basic authorization credentials:</p>
<pre>
...
&lt;authorization username="joe" password="123456"/&gt;
</pre>
<p>Since version 13.3 you may also specify additional HTTP request headers using
the <i>header</i> element:</p>
<pre>
...
&lt;header name="Referer">https://referer.limited/&lt;/header&gt;
&lt;header name="User-Agent">Mozilla/5.0 (GNU Hurd)&lt;/header&gt;
</pre>
element to specify HTTP basic authorization credentials. Since version 13.3 you may
also specify additional HTTP request headers using the <i>header</i> element.</p>
<h3 id="offline">Offline maps</h3>

View File

@ -193,14 +193,6 @@
</div>
<div class="latest-news">
<h2>Releases</h2>
<div class="news-item">
<p class="date">Jun 10 2023</p>
<h3>Version 13.4</h3>
<ul>
<li>Extended Mapsforge render themes support.</li>
<li>Improved ENC maps rendering.</li>
</ul>
</div>
<div class="news-item">
<p class="date">May 21 2023</p>
<h3>Version 13.3</h3>
@ -235,6 +227,14 @@
<li>Minor fixes.</li>
</ul>
</div>
<div class="news-item">
<p class="date">Apr 10 2023</p>
<h3>Version 12.4</h3>
<ul>
<li>Fixed/improved Mapsforge maps rendering.</li>
<li>Minor fixes.</li>
</ul>
</div>
</div>
<div id="changelog-link">
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a>