Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #121 from IOMAN12/master
Browse files Browse the repository at this point in the history
Add new changelog
  • Loading branch information
leia-uwu authored Sep 19, 2024
2 parents 4f06d5d + 053e937 commit a05a8ef
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,12 @@ <h3 class='news-header'>What's New!</h3>
</div>
</div>
<div id="start-bottom-middle">
<a href='changelogRec.html' target="_blank" class="footer-after">ver 0.0.13</a>
<a href="changelog.html" target="_blank" data-l10n="index-proxy-sites">original changelog</a>
<!--
<a href='changelog.html' target="_blank" class="footer-after">ver 0.8.82</a>
<a href="proxy.txt" target="_blank" data-l10n="index-proxy-sites">proxy sites</a>
-->
</div>
<div id='start-bottom-right-wrapper'>
<div id='start-bottom-right'>
Expand Down Expand Up @@ -1288,8 +1293,12 @@ <h2>&nbsp;</h2>
</div> -->
<div class='modal-divider'></div>
<div id='modal-hamburger-bottom'>
<a href='changelogRec.html' class="footer-after">ver 0.0.13</a>
<!--
<a href='changelog.html' class="footer-after">ver 0.8.82</a>
<a href='#' class="btn-cookie-settings footer-after">cookie settings</a>
<a href='privacy.txt' target="_blank" class="footer-after">privacy</a>
-->
<a href='attribution.txt' target="_blank">attributions</a>
</div>
</div>
Expand Down
54 changes: 54 additions & 0 deletions client/public/changelogRec.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>html, body { background: white; color: black; }</style>
</head>
<body>
<script>
try {
var config = JSON.parse(localStorage.getItem("surviv_config"));
if (config.webview) {
var a = document.createElement("a");
var text = document.createTextNode("Go back");
a.appendChild(document.createTextNode("Go back"));
a.title = "Go back";
a.href = "javascript:history.back()";
document.body.appendChild(a);
}
} catch (e) { }
</script>
<pre style="word-wrap: break-word; white-space: pre-wrap;"># Changelog

## [Unreleased]
- Better loot physics.
- Better river generation.
- More gamemodes.

## [0.0.13] - Sep. 19, 2024
- Added changelog file.
- Map generation improvements.
- Fixed an issue with grenades crashing the server.
- Fixed an issue with client and server crashing.
- Fixed an issue with grenades being thrown too high.
- Fixed an issue where players could join full teams.

## [0.0.12] - Sep. 15, 2024
- Added a name filter.
- Adjusted airdrop timings.
- Adjusted red zone timings and sizes.
- Fixed an issue with client and server crashing.
- Fixed an issue with opening multiple doors at once.
- Fixed an issue with going through walls.
- Fixed an issue with spawning near enemy players.
- Fixed an issue with spawning inside the gas.
- Fixed an issue where the cabin smoke would sometimes not stop.
- Fixed an issue where death emotes would be random when not set.

## [0.0.11] - Sep. 10, 2024
- Come join the Discord server!

## [0.0.1] - Aug. 17, 2024
- First early access release.
</pre>
</body>
</html>

0 comments on commit a05a8ef

Please sign in to comment.