improve fish metadata display
This commit is contained in:
parent
88d14fe501
commit
81d4340abd
4 changed files with 102 additions and 8 deletions
|
@ -6,6 +6,15 @@ pub fn changelog_page() -> Markup {
|
|||
layout(html! {
|
||||
h1 { "Beacon Changelog" }
|
||||
|
||||
section {
|
||||
h2 { "1.2.0" }
|
||||
ul {
|
||||
li { "Improved display of fish conditions, the weather constraints are now shown" }
|
||||
li { "Color-coded the patch display badges" }
|
||||
li { "The fishing hole name is now also shown next to the fish"}
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
h2 { "1.1.0, 07.02.2025" }
|
||||
ul {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue