Commit Diff


commit - 765eba9175350573e40837ffbd0929cdb077fe75
commit + f7315e66ae98135326b720a11ec6885e3fe2e25f
blob - 2ac554b7c201ded135d472e8e6fb38709703f1cf
blob + 21f80e2a240df210b578e3b4475632ccb9b0116b
--- releases/changes.html
+++ releases/changes.html
@@ -22,6 +22,21 @@ See the
 history for per-change authorship information.
 </p>
 
+<h3 id="2024-11-21"><a href="#2024-11-21">GoT 0.106 - 2024-11-21</a></h3>
+<ul>
+<li>
+prevent gotd fromexiting with pending notifications if client disconnects
+</li>
+<li>
+convert got to the new imsg API
+</li>
+<li>
+gotwebd: improve performance of repository age calculations
+</li>
+<li>
+gotwebd: ensure child processes inherit non-default config
+</li>
+</ul>
 <h3 id="2024-11-14"><a href="#2024-11-14">GoT 0.105 - 2024-11-14</a></h3>
 <ul>
 <li>
@@ -49,7 +64,7 @@ gotd.conf: document the macro syntax
 tog: prevent a segfault upon unexpected object type in ref list view
 </li>
 <li>
-fix pack file creation in the presence of tagged tag objects
+fix pack file creation in the presenc of tagged tag objects
 </li>
 <li>
 plugged some memory leaks