Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
spencers145 committed Aug 18, 2024
1 parent 2c844ec commit 1097588
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $.extend(SharkGame, {
],
GAME_NAME: null,
ACTUAL_GAME_NAME: "Shark Game",
VERSION: "20240805a",
VERSION: "20240818a",
ORIGINAL_VERSION: 0.71,
VERSION_NAME: "The Tempetuous Update",
EPSILON: 1e-6, // floating point comparison is a joy
Expand Down Expand Up @@ -905,6 +905,10 @@ SharkGame.Button = {
};

SharkGame.Changelog = {
"<a href='https://github.com/Toby222/SharkGame'>New Frontiers</a> patch 20240818a": [
"Added another new home message image, courtesy of <a href='https://x.com/stormwalker124'>stormwalker</a>.",
"Added a sprite for billfish pairs courtesy of <a href='https://github.com/glowkate'>Glowkate</a>.",
],
"<a href='https://github.com/Toby222/SharkGame'>New Frontiers</a> patch 20240805a": [
"Added a new home message image, courtesy of <a href='https://x.com/stormwalker124'>stormwalker</a>.",
"Fixed a bug where a home message image in Haven wasn't appearing.",
Expand Down

0 comments on commit 1097588

Please sign in to comment.