Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
crashfort committed Dec 12, 2021
1 parent 7a0c58c commit 2bc27e1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Version 37, 12 December 2021
--------------------------

Supported games in this release:
* Counter-Strike: Source
* Counter-Strike: Global Offensive
* Team Fortress 2
* Zombie Panic! Source
* Half-Life 2
* Source 2013 mods
* Black Mesa

* Fixed crash in movement games if velo was not enabled and pattern was outdated.
* Added logging information if a pattern is outdated.
* Updated patterns for CSGO build 7866056.
* Added start parameter -svrnoautostop that can be used to disable recording autostop when getting back to the menu. This feature allows you to record multiple demos after each other without the main menu being captured.

Version 36, 17 October 2021
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/svr_defs.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
#include "svr_common.h"

const s32 SVR_VERSION = 36;
const s32 SVR_VERSION = 37;

// Steam app ids of the games we support.
const SteamAppId STEAM_GAME_HL2 = 220;
Expand Down

0 comments on commit 2bc27e1

Please sign in to comment.