release: 1.2.0

This commit is contained in:
insects 2025-02-09 18:01:32 +01:00
parent f36e9019f4
commit 9882ab74a5
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -187,7 +187,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "beacon"
version = "1.1.0"
version = "1.2.0"
dependencies = [
"anyhow",
"axum",

View file

@ -1,6 +1,6 @@
[package]
name = "beacon"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
[dependencies]

View file

@ -12,6 +12,6 @@ Current major missing features include:
- [ ] Fisher's Intution (catching other fish to spawn a big fish)
- [ ] Spearfishing
- [ ] Better condition display, show the weather, etc
- [x] Better condition display, show the weather, etc
- [ ] Folklore requirement display
- [ ] Ability to remove caught fish (un-catch them)

View file

@ -7,7 +7,7 @@ pub fn changelog_page() -> Markup {
h1 { "Beacon Changelog" }
section {
h2 { "1.2.0" }
h2 { "1.2.0, 09.02.2025" }
ul {
li { "Improved display of fish conditions, the weather constraints are now shown" }
li { "The fishing hole name is now also shown next to the fish"}