release: 1.4.1
This commit is contained in:
parent
faa92fcc76
commit
c2a53d05a4
3 changed files with 9 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -187,7 +187,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "beacon"
|
name = "beacon"
|
||||||
version = "1.4.0"
|
version = "1.4.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"axum",
|
"axum",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "beacon"
|
name = "beacon"
|
||||||
version = "1.4.0"
|
version = "1.4.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -6,6 +6,13 @@ pub fn changelog_page() -> Markup {
|
||||||
layout(html! {
|
layout(html! {
|
||||||
h1 { "Beacon Changelog" }
|
h1 { "Beacon Changelog" }
|
||||||
|
|
||||||
|
section {
|
||||||
|
h2 { "1.4.1, 11.02.2025" }
|
||||||
|
ul {
|
||||||
|
li { "Improved fish icon loading speed, hopefully by a lot!" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
h2 { "1.4.0, 11.02.2025" }
|
h2 { "1.4.0, 11.02.2025" }
|
||||||
ul {
|
ul {
|
||||||
|
|
Loading…
Add table
Reference in a new issue