diff options
Diffstat (limited to 'pages/changelog.html')
| -rw-r--r-- | pages/changelog.html | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/pages/changelog.html b/pages/changelog.html new file mode 100644 index 0000000..b479c15 --- /dev/null +++ b/pages/changelog.html @@ -0,0 +1,81 @@ +--- +<div id="outline-container-org42b226c" class="outline-1"> +<h1 id="org42b226c">Site Changelog</h1> +<div class="outline-text-1" id="text-org42b226c"> +<p> +A record of any notable user-facing changes made to this website. For more detail, refer to the log of the <a href="https://git.sr.ht/~jakob/blog">Git repository</a>. +</p> +</div> +<div id="outline-container-orgd3c17f9" class="outline-2"> +<h2 id="orgd3c17f9">Sunday, December 24, 2023</h2> +<div class="outline-text-2" id="text-orgd3c17f9"> +<ul class="org-ul"> +<li>Updated the header bar. I don't see the point in having a user-facing link to the Atom feed, since any reader software worth its weight will be able to pick up on my site having a feed automatically.</li> +</ul> +</div> +</div> +<div id="outline-container-org721a882" class="outline-2"> +<h2 id="org721a882">Monday, August 28, 2023</h2> +<div class="outline-text-2" id="text-org721a882"> +<ul class="org-ul"> +<li>Updated comment UI.</li> +</ul> +</div> +</div> +<div id="outline-container-org45dd2f0" class="outline-2"> +<h2 id="org45dd2f0">Sunday, August 27, 2023</h2> +<div class="outline-text-2" id="text-org45dd2f0"> +<ul class="org-ul"> +<li>Fixed bug with comment reaction system where pressing the "react" button multiple times would lead to multiple selector widgets being created.</li> +</ul> +</div> +</div> +<div id="outline-container-org34dec0a" class="outline-2"> +<h2 id="org34dec0a">Saturday, August 12, 2023</h2> +<div class="outline-text-2" id="text-org34dec0a"> +<ul class="org-ul"> +<li>Added cheesy rhymes to the user-facing status code pages.</li> +<li>Enabled partial API access for Tor and i2p visitors. +<ul class="org-ul"> +<li>Comments received through these tunnels are marked as such.</li> +</ul></li> +</ul> +</div> +</div> +<div id="outline-container-org01aeb23" class="outline-2"> +<h2 id="org01aeb23">Friday, August 11, 2023</h2> +<div class="outline-text-2" id="text-org01aeb23"> +<ul class="org-ul"> +<li>Fixed custom error documents.</li> +<li>Stood up static content mirrors on <a href="http://jakobyallfrbd3herebyee7hug3hxs2ma6aflmmllk35d7dyiwp3adid.onion/">Tor</a> and <a href="http://mtgqjdrqqpovyhx7tortulrnvakbptsi3w5yintmo6lqapdd3hnq.b32.i2p">i2p</a>.</li> +</ul> +</div> +</div> +<div id="outline-container-org8599ffb" class="outline-2"> +<h2 id="org8599ffb">Saturday, August 5, 2023</h2> +<div class="outline-text-2" id="text-org8599ffb"> +<ul class="org-ul"> +<li>Began maintaining a changelog.</li> +<li>Pulled in <a href="https://pagefind.app/">pagefind</a> for self-hosted search.</li> +<li>Updated <a href="https://en.wikipedia.org/wiki/Atom_(web_standard)">Atom</a> feed to include only the first paragraph of the post in the <code><summary></code> section. +<ul class="org-ul"> +<li>This <i>drastically</i> reduces the size of <code>feed.xml</code>. Hopefully it makes pulling a little less painful for those subscribed.</li> +</ul></li> +<li>Re-implemented RSVP and gallery using server-side rendering. +<ul class="org-ul"> +<li>These are features the typical reader would not have used. They're described in detail <a href="https://jakob.space/blog/pushing-haunt-to-its-limits.html">here</a>, but the short is that they're things I use for my meatspace friends.</li> +</ul></li> +<li>Updated the <a href="https://jakob.space/pages/about-complete.html">long-form biographical page</a>. +<ul class="org-ul"> +<li>Updated a couple of biographical details that were no longer accurate.</li> +<li>Now written in <a href="https://git.sr.ht/~jakob/blog/tree/master/item/org/pages/about-complete.org">Org</a>.</li> +</ul></li> +<li>Updated the <a href="https://jakob.space/pages/about.html">short-form biographical page</a>. +<ul class="org-ul"> +<li>Got rid of the "projects" section and my CTF team history.</li> +</ul></li> +<li>Minor adjustments to the the front-matter of <a href="https://jakob.space/blog/pushing-haunt-to-its-limits.html">Pushing Haunt to Its Limits</a>.</li> +</ul> +</div> +</div> +</div> |