release: 1.2.0
This commit is contained in:
parent
f36e9019f4
commit
9882ab74a5
4 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -187,7 +187,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "beacon"
|
name = "beacon"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"axum",
|
"axum",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "beacon"
|
name = "beacon"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -12,6 +12,6 @@ Current major missing features include:
|
||||||
|
|
||||||
- [ ] Fisher's Intution (catching other fish to spawn a big fish)
|
- [ ] Fisher's Intution (catching other fish to spawn a big fish)
|
||||||
- [ ] Spearfishing
|
- [ ] Spearfishing
|
||||||
- [ ] Better condition display, show the weather, etc
|
- [x] Better condition display, show the weather, etc
|
||||||
- [ ] Folklore requirement display
|
- [ ] Folklore requirement display
|
||||||
- [ ] Ability to remove caught fish (un-catch them)
|
- [ ] Ability to remove caught fish (un-catch them)
|
||||||
|
|
|
@ -7,7 +7,7 @@ pub fn changelog_page() -> Markup {
|
||||||
h1 { "Beacon Changelog" }
|
h1 { "Beacon Changelog" }
|
||||||
|
|
||||||
section {
|
section {
|
||||||
h2 { "1.2.0" }
|
h2 { "1.2.0, 09.02.2025" }
|
||||||
ul {
|
ul {
|
||||||
li { "Improved display of fish conditions, the weather constraints are now shown" }
|
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"}
|
li { "The fishing hole name is now also shown next to the fish"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue