Skip to content

Commit 58f88c3

Browse files
committed
v3.16.6: update download page and version history
1 parent d3d7b77 commit 58f88c3

2 files changed

Lines changed: 24 additions & 8 deletions

File tree

docs/index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,12 +1415,12 @@ <h2>Download Haven</h2>
14151415
</div>
14161416

14171417
<div class="download-card fade-in">
1418-
<h2>&#x2B21; Haven Server &mdash; v3.16.4</h2>
1418+
<h2>&#x2B21; Haven Server &mdash; v3.16.6</h2>
14191419
<p class="download-version">Latest stable release &middot; Windows, macOS &amp; Linux &middot; ~5 MB</p>
14201420

14211421
<div class="download-btn-group">
1422-
<a href="https://github.com/ancsemi/Haven/archive/refs/tags/v3.16.4.zip" class="btn btn-primary download-main">
1423-
<span class="icon">&#x2B07;</span> Download v3.16.4 (.zip)
1422+
<a href="https://github.com/ancsemi/Haven/archive/refs/tags/v3.16.6.zip" class="btn btn-primary download-main">
1423+
<span class="icon">&#x2B07;</span> Download v3.16.6 (.zip)
14241424
</a>
14251425
<div class="download-alt-links">
14261426
<a href="https://github.com/ancsemi/Haven" target="_blank">&#9965; View on GitHub</a>
@@ -1437,7 +1437,15 @@ <h2>&#x2B21; Haven Server &mdash; v3.16.4</h2>
14371437
<div class="version-list">
14381438
<div class="version-list-inner">
14391439
<div class="version-item">
1440-
<div><span class="v-name">v3.16.4</span><span class="v-tag latest">Latest</span> &mdash; Unicode letters (umlauts, accented characters, non-Latin scripts) now allowed in channel names. Fixed video and audio files appearing in the Files tab of the media gallery instead of Videos/Audio</div>
1440+
<div><span class="v-name">v3.16.6</span><span class="v-tag latest">Latest</span> &mdash; Added Unpin button to the pinned-message panel (visible to users with the <code>pin_message</code> permission or admin). Fixed webhook management being locked to admins despite a dedicated <code>manage_webhooks</code> permission; users with that permission can now create, list, delete, and toggle per-channel webhooks</div>
1441+
<a href="https://github.com/ancsemi/Haven/archive/refs/tags/v3.16.6.zip">Download &rarr;</a>
1442+
</div>
1443+
<div class="version-item">
1444+
<div><span class="v-name">v3.16.5</span> &mdash; Fixed editing messages in the DM PiP doing nothing (server resolved the wrong channel; client now sends the channel code). Encrypted image upload failure toast now shows the specific error instead of always saying &ldquo;Encrypted image upload failed&rdquo;</div>
1445+
<a href="https://github.com/ancsemi/Haven/archive/refs/tags/v3.16.5.zip">Download &rarr;</a>
1446+
</div>
1447+
<div class="version-item">
1448+
<div><span class="v-name">v3.16.4</span> &mdash; Unicode letters (umlauts, accented characters, non-Latin scripts) now allowed in channel names. Fixed video and audio files appearing in the Files tab of the media gallery instead of Videos/Audio</div>
14411449
<a href="https://github.com/ancsemi/Haven/archive/refs/tags/v3.16.4.zip">Download &rarr;</a>
14421450
</div>
14431451
<div class="version-item">

website/index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,12 +1415,12 @@ <h2>Download Haven</h2>
14151415
</div>
14161416

14171417
<div class="download-card fade-in">
1418-
<h2>&#x2B21; Haven Server &mdash; v3.16.4</h2>
1418+
<h2>&#x2B21; Haven Server &mdash; v3.16.6</h2>
14191419
<p class="download-version">Latest stable release &middot; Windows, macOS &amp; Linux &middot; ~5 MB</p>
14201420

14211421
<div class="download-btn-group">
1422-
<a href="https://github.com/ancsemi/Haven/archive/refs/tags/v3.16.4.zip" class="btn btn-primary download-main">
1423-
<span class="icon">&#x2B07;</span> Download v3.16.4 (.zip)
1422+
<a href="https://github.com/ancsemi/Haven/archive/refs/tags/v3.16.6.zip" class="btn btn-primary download-main">
1423+
<span class="icon">&#x2B07;</span> Download v3.16.6 (.zip)
14241424
</a>
14251425
<div class="download-alt-links">
14261426
<a href="https://github.com/ancsemi/Haven" target="_blank">&#9965; View on GitHub</a>
@@ -1437,7 +1437,15 @@ <h2>&#x2B21; Haven Server &mdash; v3.16.4</h2>
14371437
<div class="version-list">
14381438
<div class="version-list-inner">
14391439
<div class="version-item">
1440-
<div><span class="v-name">v3.16.4</span><span class="v-tag latest">Latest</span> &mdash; Unicode letters (umlauts, accented characters, non-Latin scripts) now allowed in channel names. Fixed video and audio files appearing in the Files tab of the media gallery instead of Videos/Audio</div>
1440+
<div><span class="v-name">v3.16.6</span><span class="v-tag latest">Latest</span> &mdash; Added Unpin button to the pinned-message panel (visible to users with the <code>pin_message</code> permission or admin). Fixed webhook management being locked to admins despite a dedicated <code>manage_webhooks</code> permission; users with that permission can now create, list, delete, and toggle per-channel webhooks</div>
1441+
<a href="https://github.com/ancsemi/Haven/archive/refs/tags/v3.16.6.zip">Download &rarr;</a>
1442+
</div>
1443+
<div class="version-item">
1444+
<div><span class="v-name">v3.16.5</span> &mdash; Fixed editing messages in the DM PiP doing nothing (server resolved the wrong channel; client now sends the channel code). Encrypted image upload failure toast now shows the specific error instead of always saying &ldquo;Encrypted image upload failed&rdquo;</div>
1445+
<a href="https://github.com/ancsemi/Haven/archive/refs/tags/v3.16.5.zip">Download &rarr;</a>
1446+
</div>
1447+
<div class="version-item">
1448+
<div><span class="v-name">v3.16.4</span> &mdash; Unicode letters (umlauts, accented characters, non-Latin scripts) now allowed in channel names. Fixed video and audio files appearing in the Files tab of the media gallery instead of Videos/Audio</div>
14411449
<a href="https://github.com/ancsemi/Haven/archive/refs/tags/v3.16.4.zip">Download &rarr;</a>
14421450
</div>
14431451
<div class="version-item">

0 commit comments

Comments
 (0)