Skip to content

Commit

Permalink
feat: update changelog + bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanger committed Nov 7, 2024
1 parent b04fb21 commit 53b20ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions client/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
<pre>
# Changelog

v0.21.4 - [11/6/2024]
- Fixed a critical bit stream vulnerability.
- Fixed broken bridge spawning.
- Added bullet whiz sound effects.
- Nerfed USAS-12, M590M, and Flint Stone spawns.
- Small improvements to Bombed Armory.
- Added awhhmahgawd emote.

v0.21.3 - [11/3/2024]
- Halloween mode is over.
- Redesigned the warehouse.
Expand Down
2 changes: 1 addition & 1 deletion common/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const inventorySlotTypings = Object.freeze([ItemType.Gun, ItemType.Gun, ItemType
export const GameConstants = freezeDeep({
// !!!!! NOTE: Increase this every time a bit stream change is made between latest release and master
// or a new item is added to a definition list
protocolVersion: 33,
protocolVersion: 34,
gridSize: 32,
maxPosition: 1924,
modeName: "fall" satisfies Mode as Mode,
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": "suroi",
"version": "0.21.3",
"version": "0.21.4",
"description": "An open-source 2D battle royale game inspired by surviv.io",
"private": true,
"scripts": {
Expand Down

0 comments on commit 53b20ba

Please sign in to comment.