Browse Source

Add post for the new release

master
onryo 3 months ago
parent
commit
e7ae6a4346
  1. 2
      css/style.css
  2. 13
      index.html

2
css/style.css

@ -1383,7 +1383,7 @@ width: 95%;
.blog-post-item {
display: grid;
flex-direction: column;
height: 300px;
height: 320px;
align-items: center;
justify-content: center;
outline: .1rem solid rgba(12, 12, 12);

13
index.html

@ -140,10 +140,19 @@
<h1 class="section-title">Hush Blog</h1>
<section class="section-default">
<article class="blog-post-item">
<h2>SilentDragon v1.4.2 <br>"Waggish Weevil"</h2>
<p>In this release we fixed a coredump that can happen after importing a private key. When compiling it is now possible to set a custom number of jobs, when building, SD now also prevents the logging of sensitive data to STDOUT.</p>
<div class="blog-links">
<a href="https://git.hush.is/hush/SilentDragon/releases/tag/v1.4.2">Release Notes</a> <span class="date">Feb 19, 2024</span>
</div>
</article>
<article class="blog-post-item">
<h2>SilentDragonLite v2.0.1 <br>"Ethereal Electric Eel"</h2>
<p>This release has new Notes Automation code that increases the number of unspent outputs to be able to send multiple transactions at once and hence giving users an opportunity to send messages in bulk.</p>
<p>This release has new Notes Automation code that increases the number of unspent outputs to be able to send multiple transactions at once hence giving users an opportunity to send messages in bulk.</p>
<div class="blog-links">
<a href="https://git.hush.is/hush/SilentDragonLite/releases/tag/v2.0.1">Release Notes</a> <span class="date">Feb 10, 2024</span>
@ -152,7 +161,7 @@
<article class="blog-post-item">
<h2>Hush Community Grant #0</h2>
<p>We are thrilled to announce that lucretius was granted with 10800 HUSH for its work on the latest SilentDragonLite releases. It includes Instant HushChat that has mempool integration, notes automation that guarantees instant messaging experience and various bug fixes.</p>
<p>We are thrilled to announce that lucretius was granted with 10800 HUSH for its work on the latest SilentDragonLite releases. It includes Instant HushChat that has mempool integration and notes automation that guarantees instant messaging experience, likewise bug fixes and new features.</p>
<div class="blog-links">
<a href="https://blog.hush.is/hush-community-grant-lucretius">read more</a> <span class="date">Jan 26, 2024</span>
</div>

Loading…
Cancel
Save