diff --git a/Cargo.lock b/Cargo.lock index c4bfd9b..c86a62c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beacon" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index e7456a0..4bb10f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beacon" -version = "1.1.0" +version = "1.2.0" edition = "2021" [dependencies] diff --git a/README.md b/README.md index f889efd..04fec3d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/src/changelog.rs b/src/changelog.rs index 08fa5b0..b5c4440 100644 --- a/src/changelog.rs +++ b/src/changelog.rs @@ -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"}