2024-03-19 19:06:53 +01:00
|
|
|
---
|
|
|
|
layout: default
|
2024-08-11 20:01:06 +02:00
|
|
|
nav: changelognav.html
|
2024-03-19 19:06:53 +01:00
|
|
|
title: Tiny Life Changelog
|
|
|
|
summary: The full changelog for Tiny Life
|
|
|
|
---
|
|
|
|
|
2024-04-17 20:10:06 +02:00
|
|
|
<div class="section top-margin full-width-images">
|
2024-03-19 19:06:53 +01:00
|
|
|
<h1>Tiny Life Changelog</h1>
|
|
|
|
<p>This is the full changelog for the game, as seen in the bottom-right corner of its main menu.</p>
|
|
|
|
|
|
|
|
{% capture changelog %}{% include __changelog.md %}{% endcapture %}
|
2024-03-20 16:09:10 +01:00
|
|
|
{% assign content = changelog | markdownify | replace: 'src="media/', 'src="../media/' | replace: 'src="./media/', 'src="../media/' %}
|
2024-03-19 19:06:53 +01:00
|
|
|
{% include anchor_headings.html html=content anchorBody="#" anchorClass="anchor-heading" %}
|
|
|
|
</div>
|