add link to changelog

This commit is contained in:
shibao 2022-02-24 20:42:27 -05:00
parent d0857eccc1
commit 8405513337
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,6 @@
# v0.3.1
- Add link to changelog from version number
# v0.3.0
- Fix ammo type counts not showing when count is 0
- Add prompt to create first container before first ammo group

View File

@ -127,11 +127,15 @@ defmodule CanneryWeb.HomeLive do
</p>
</li>
<li class="flex flex-row justify-center space-x-2">
<li class="flex flex-row justify-center items-center space-x-2">
<b>Version:</b>
<p>
0.3.0
</p>
<%= link class: "flex flex-row justify-center items-center space-x-2 hover:underline",
to: "https://gitea.bubbletea.dev/shibao/cannery/src/branch/stable/CHANGELOG.md",
target: "_blank",
rel: "noopener noreferrer" do %>
<p>0.3.0</p>
<i class="fas fa-md fa-info-circle"></i>
<% end %>
</li>
</ul>
</div>