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

Commit

Permalink
chore: update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
leia-uwu committed Oct 2, 2024
1 parent e36b29e commit 94d85bf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
4 changes: 2 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ <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='changelogRec.html' target="_blank" class="footer-after">ver 0.0.14</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>
Expand Down Expand Up @@ -1293,7 +1293,7 @@ <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='changelogRec.html' class="footer-after">ver 0.0.14</a>
<!--
<a href='changelog.html' class="footer-after">ver 0.8.82</a>
<a href='#' class="btn-cookie-settings footer-after">cookie settings</a>
Expand Down
20 changes: 16 additions & 4 deletions client/public/changelogRec.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,27 @@
- Better river generation.
- More gamemodes.

## [0.0.13] - Sep. 19, 2024
## [0.0.14] - October 2, 2024
- Heavily optimized server performance.
- Fixed various client and server crashing issues.
- Fixed various team lobby issues.
- Fixed an issue where cabins would not spawn.
- Fixed an issue with switching throwables.
- Fixed an issue where a special skin would not spawn in the scout hut.
- Fixed an issue where the game would sometimes pick kill leader incorrectly.
- Fixed an issue with M1 Garand not playing the last shot sound.
- Fixed an issue with obstacle residues not scaling properly.
- Fixed various mobile controls issues.

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

## [0.0.12] - Sep. 15, 2024
## [0.0.12] - September 15, 2024
- Added a name filter.
- Adjusted airdrop timings.
- Adjusted red zone timings and sizes.
Expand All @@ -44,10 +56,10 @@
- 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
## [0.0.11] - September 10, 2024
- Come join the Discord server!

## [0.0.1] - Aug. 17, 2024
## [0.0.1] - August 17, 2024
- First early access release.
</pre>
</body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "survev",
"version": "0.0.1",
"version": "0.0.14",
"description": "Open Source Surviv.io Server",
"scripts": {
"dev:server": "cd server && pnpm dev",
Expand Down

0 comments on commit 94d85bf

Please sign in to comment.